UIDHASH_SZ         14 include/linux/user_namespace.h 	struct hlist_head	uidhash_table[UIDHASH_SZ];
UIDHASH_SZ         33 kernel/user.c  #define UIDHASH_MASK		(UIDHASH_SZ - 1)
UIDHASH_SZ        495 kernel/user.c  	for (i = 0; i < UIDHASH_SZ; i++) {
UIDHASH_SZ        515 kernel/user.c  	for(n = 0; n < UIDHASH_SZ; ++n)
UIDHASH_SZ         30 kernel/user_namespace.c 	for (n = 0; n < UIDHASH_SZ; ++n)