Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Duser_namespace.h10 #define UIDHASH_SZ (1 << UIDHASH_BITS) macro
14 struct hlist_head uidhash_table[UIDHASH_SZ];
/linux-3.4.99/kernel/
Duser.c37 #define UIDHASH_MASK (UIDHASH_SZ - 1)
189 for(n = 0; n < UIDHASH_SZ; ++n) in uid_cache_init()
Duser_namespace.c37 for (n = 0; n < UIDHASH_SZ; ++n) in create_user_ns()