Searched refs:__hash_init (Results 1 – 6 of 6) sorted by relevance
18 static inline void __hash_init(struct hlist_head *ht, unsigned int sz) in __hash_init() function33 #define hash_init(table) __hash_init(table, HASH_SIZE(table))
31 static inline void __hash_init(struct hlist_head *ht, unsigned int sz) in __hash_init() function49 #define hash_init(hashtable) __hash_init(hashtable, HASH_SIZE(hashtable))
34 static inline void __hash_init(struct hlist_head *ht, unsigned int sz) in __hash_init() function52 #define hash_init(hashtable) __hash_init(hashtable, HASH_SIZE(hashtable))
274 #define vnic_hash_init(hashtable) __hash_init(hashtable, OPA_VNIC_MAC_TBL_SIZE)
771 __hash_init(*relocation_hashtable, hashtable_size); in initialize_relocation_hashtable()
1394 __hash_init(hash, FANOTIFY_HTABLE_SIZE); in fanotify_alloc_merge_hash()