Searched refs:INIT_RHT_NULLS_HEAD (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/linux/ | ||
D | rhashtable.h | 186 #define INIT_RHT_NULLS_HEAD(ptr, ht, hash) \ macro |
/linux-4.4.14/lib/ | ||
D | rhashtable.c | 140 INIT_RHT_NULLS_HEAD(tbl->buckets[i], ht, i); in bucket_table_alloc() |