Searched refs:UIDHASH_SZ (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/
H A Duser.c92 #define UIDHASH_SZ (1 << UIDHASH_BITS) macro
93 #define UIDHASH_MASK (UIDHASH_SZ - 1)
98 static struct hlist_head uidhash_table[UIDHASH_SZ];
252 for(n = 0; n < UIDHASH_SZ; ++n)

Completed in 290 milliseconds