Home
last modified time | relevance | path

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

/linux/kernel/
H A Duser.c95 #define uidhashentry(uid) (uidhash_table + __uidhashfn((__kuid_val(uid))))
98 static struct hlist_head uidhash_table[UIDHASH_SZ]; variable
253 INIT_HLIST_HEAD(uidhash_table + n); in uid_cache_init()