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

/linux-4.4.14/kernel/
H A Duser.c71 #define UIDHASH_SZ (1 << UIDHASH_BITS) macro
72 #define UIDHASH_MASK (UIDHASH_SZ - 1)
77 struct hlist_head uidhash_table[UIDHASH_SZ];
218 for(n = 0; n < UIDHASH_SZ; ++n) uid_cache_init()

Completed in 60 milliseconds