Searched refs:xa (Results 1 – 1 of 1) sorted by relevance
51 const struct xdp_mem_allocator *xa = ptr; in xdp_mem_id_cmp() local54 return xa->mem.id != mem_id; in xdp_mem_id_cmp()71 struct xdp_mem_allocator *xa; in __xdp_mem_allocator_rcu_free() local73 xa = container_of(rcu, struct xdp_mem_allocator, rcu); in __xdp_mem_allocator_rcu_free()76 ida_simple_remove(&mem_id_pool, xa->mem.id); in __xdp_mem_allocator_rcu_free()78 kfree(xa); in __xdp_mem_allocator_rcu_free()81 static void mem_xa_remove(struct xdp_mem_allocator *xa) in mem_xa_remove() argument83 trace_mem_disconnect(xa); in mem_xa_remove()85 if (!rhashtable_remove_fast(mem_id_ht, &xa->node, mem_id_rht_params)) in mem_xa_remove()86 call_rcu(&xa->rcu, __xdp_mem_allocator_rcu_free); in mem_xa_remove()[all …]