Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
H A Dxdp.c34 static struct rhashtable *mem_id_ht; variable
85 if (!rhashtable_remove_fast(mem_id_ht, &xa->node, mem_id_rht_params)) in mem_xa_remove()
96 rhashtable_walk_enter(mem_id_ht, &iter); in mem_allocator_disconnect()
127 xa = rhashtable_lookup_fast(mem_id_ht, &id, mem_id_rht_params); in xdp_unreg_mem_model()
222 mem_id_ht = rht; in __mem_id_init_hash_table()
311 ptr = rhashtable_insert_slow(mem_id_ht, &id, &xdp_alloc->node); in __xdp_reg_mem_model()
380 xa = rhashtable_lookup(mem_id_ht, &mem->id, mem_id_rht_params); in __xdp_return()
429 xa = rhashtable_lookup(mem_id_ht, &mem->id, mem_id_rht_params); in __xdp_release_frame()
/kernel/linux/linux-6.6/net/core/
H A Dxdp.c36 static struct rhashtable *mem_id_ht; variable
87 if (!rhashtable_remove_fast(mem_id_ht, &xa->node, mem_id_rht_params)) in mem_xa_remove()
98 rhashtable_walk_enter(mem_id_ht, &iter); in mem_allocator_disconnect()
130 xa = rhashtable_lookup(mem_id_ht, &id, mem_id_rht_params); in xdp_unreg_mem_model()
227 mem_id_ht = rht; in __mem_id_init_hash_table()
318 ptr = rhashtable_insert_slow(mem_id_ht, &id, &xdp_alloc->node); in __xdp_reg_mem_model()
485 xa = rhashtable_lookup(mem_id_ht, &mem->id, mem_id_rht_params); in xdp_return_frame_bulk()
495 bq->xa = rhashtable_lookup(mem_id_ht, &mem->id, mem_id_rht_params); in xdp_return_frame_bulk()

Completed in 3 milliseconds