Home
last modified time | relevance | path

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

/net/core/
A Dxdp.c38 static struct rhashtable *mem_id_ht; variable
89 if (!rhashtable_remove_fast(mem_id_ht, &xa->node, mem_id_rht_params)) in mem_xa_remove()
100 rhashtable_walk_enter(mem_id_ht, &iter); in mem_allocator_disconnect()
131 xa = rhashtable_lookup_fast(mem_id_ht, &id, mem_id_rht_params); in xdp_unreg_mem_model()
226 mem_id_ht = rht; in __mem_id_init_hash_table()
315 ptr = rhashtable_insert_slow(mem_id_ht, &id, &xdp_alloc->node); in __xdp_reg_mem_model()

Completed in 14 milliseconds