Searched refs:allocator (Results 1 – 1 of 1) sorted by relevance
93 static void mem_allocator_disconnect(void *allocator) in mem_allocator_disconnect() argument105 if (xa->allocator == allocator) in mem_allocator_disconnect()273 void *allocator) in __xdp_reg_mem_model() argument285 if (!allocator) { in __xdp_reg_mem_model()312 xdp_alloc->allocator = allocator; in __xdp_reg_mem_model()336 enum xdp_mem_type type, void *allocator) in xdp_reg_mem_model() argument340 xdp_alloc = __xdp_reg_mem_model(mem, type, allocator); in xdp_reg_mem_model()348 enum xdp_mem_type type, void *allocator) in xdp_rxq_info_reg_mem_model() argument357 xdp_alloc = __xdp_reg_mem_model(&xdp_rxq->mem, type, allocator); in xdp_rxq_info_reg_mem_model()361 if (type == MEM_TYPE_XSK_BUFF_POOL && allocator) in xdp_rxq_info_reg_mem_model()[all …]
Completed in 4 milliseconds