Home
last modified time | relevance | path

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

/kernel/
Duser.c80 #define UIDHASH_SZ (1 << UIDHASH_BITS) macro
81 #define UIDHASH_MASK (UIDHASH_SZ - 1)
86 struct hlist_head uidhash_table[UIDHASH_SZ];
221 for(n = 0; n < UIDHASH_SZ; ++n) in uid_cache_init()