Searched refs:xdp_alloc (Results 1 – 1 of 1) sorted by relevance
274 struct xdp_mem_allocator *xdp_alloc; in __xdp_reg_mem_model() local301 xdp_alloc = kzalloc(sizeof(*xdp_alloc), gfp); in __xdp_reg_mem_model()302 if (!xdp_alloc) in __xdp_reg_mem_model()312 xdp_alloc->mem = *mem; in __xdp_reg_mem_model()313 xdp_alloc->allocator = allocator; in __xdp_reg_mem_model()316 ptr = rhashtable_insert_slow(mem_id_ht, &id, &xdp_alloc->node); in __xdp_reg_mem_model()329 return xdp_alloc; in __xdp_reg_mem_model()332 kfree(xdp_alloc); in __xdp_reg_mem_model()339 struct xdp_mem_allocator *xdp_alloc; in xdp_reg_mem_model() local341 xdp_alloc = __xdp_reg_mem_model(mem, type, allocator); in xdp_reg_mem_model()[all …]