Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Drhashtable.c137 INIT_RHT_NULLS_HEAD(ntbl[i].bucket); in nested_table_alloc()
206 INIT_RHT_NULLS_HEAD(tbl->buckets[i]); in bucket_table_alloc()
1213 INIT_RHT_NULLS_HEAD(rhnull); in rht_bucket_nested()
/openbmc/linux/include/linux/
H A Drhashtable.h105 #define INIT_RHT_NULLS_HEAD(ptr) \ macro