RDS: bind hash table size increase, add per-bucket rw lock
The single global rw lock in bind hash table is replaced with
a per-bucket lock. The size of the hash table is increased
from 1024 to 8192.
Orabug:
18071861
Tested-by: Michael Nowak <michael.nowak@oracle.com>
Signed-off-by: Bang Nguyen <bang.nguyen@oracle.com>
Signed-off-by: Mukesh Kacker <mukesh.kacker@oracle.com>
Acked-by: Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
(cherry picked from commit
4fc6d8f3870b5ac39415f475b2a5817a5a89d48e)