Searched refs:xdp_alloc (Results 1 – 1 of 1) sorted by relevance
276 struct xdp_mem_allocator *xdp_alloc; in __xdp_reg_mem_model() local303 xdp_alloc = kzalloc(sizeof(*xdp_alloc), gfp); in __xdp_reg_mem_model()304 if (!xdp_alloc) in __xdp_reg_mem_model()314 xdp_alloc->mem = *mem; in __xdp_reg_mem_model()315 xdp_alloc->allocator = allocator; in __xdp_reg_mem_model()318 ptr = rhashtable_insert_slow(mem_id_ht, &id, &xdp_alloc->node); in __xdp_reg_mem_model()331 return xdp_alloc; in __xdp_reg_mem_model()334 kfree(xdp_alloc); in __xdp_reg_mem_model()341 struct xdp_mem_allocator *xdp_alloc; in xdp_reg_mem_model() local343 xdp_alloc = __xdp_reg_mem_model(mem, type, allocator); in xdp_reg_mem_model()[all …]