Searched refs:in_lookup_hashtable (Results 1 – 1 of 1) sorted by relevance
105 static struct hlist_bl_head in_lookup_hashtable[1 << IN_LOOKUP_SHIFT]; variable111 return in_lookup_hashtable + hash_32(hash, IN_LOOKUP_SHIFT); in in_lookup_hash()3120 for (i = 0; i < ARRAY_SIZE(in_lookup_hashtable); i++) in vfs_caches_init_early()3121 INIT_HLIST_BL_HEAD(&in_lookup_hashtable[i]); in vfs_caches_init_early()