Lines Matching refs:xdp_mem_allocator
41 BUILD_BUG_ON(sizeof_field(struct xdp_mem_allocator, mem.id) in xdp_mem_id_hashfn()
51 const struct xdp_mem_allocator *xa = ptr; in xdp_mem_id_cmp()
59 .head_offset = offsetof(struct xdp_mem_allocator, node),
60 .key_offset = offsetof(struct xdp_mem_allocator, mem.id),
61 .key_len = sizeof_field(struct xdp_mem_allocator, mem.id),
71 struct xdp_mem_allocator *xa; in __xdp_mem_allocator_rcu_free()
73 xa = container_of(rcu, struct xdp_mem_allocator, rcu); in __xdp_mem_allocator_rcu_free()
81 static void mem_xa_remove(struct xdp_mem_allocator *xa) in mem_xa_remove()
91 struct xdp_mem_allocator *xa; in mem_allocator_disconnect()
115 struct xdp_mem_allocator *xa; in xdp_unreg_mem_model()
270 static struct xdp_mem_allocator *__xdp_reg_mem_model(struct xdp_mem_info *mem, in __xdp_reg_mem_model()
274 struct xdp_mem_allocator *xdp_alloc; in __xdp_reg_mem_model()
339 struct xdp_mem_allocator *xdp_alloc; in xdp_reg_mem_model()
351 struct xdp_mem_allocator *xdp_alloc; in xdp_rxq_info_reg_mem_model()
458 struct xdp_mem_allocator *xa = bq->xa; in xdp_flush_frame_bulk()
474 struct xdp_mem_allocator *xa; in xdp_return_frame_bulk()
535 struct xdp_mem_allocator *xa; in __xdp_release_frame()