Searched refs:clb (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_memalloc.c | 22 rte_mem_event_callback_t clb; member 29 rte_mem_alloc_validator_t clb; member 151 rte_mem_event_callback_t clb, void *arg) in eal_memalloc_mem_event_callback_register() argument 155 if (name == NULL || clb == NULL) { in eal_memalloc_mem_event_callback_register() 184 entry->clb = clb; in eal_memalloc_mem_event_callback_register() 249 entry->clb(event, start, len, entry->arg); in eal_memalloc_mem_event_notify() 257 rte_mem_alloc_validator_t clb, int socket_id, size_t limit) in eal_memalloc_mem_alloc_validator_register() argument 261 if (name == NULL || clb == NULL || socket_id < 0) { in eal_memalloc_mem_alloc_validator_register() 290 entry->clb = clb; in eal_memalloc_mem_alloc_validator_register() 358 if (entry->clb(socket_id, entry->limit, new_len) < 0) in eal_memalloc_mem_alloc_validate()
|
| H A D | eal_memalloc.h | 59 rte_mem_event_callback_t clb, void *arg); 70 rte_mem_alloc_validator_t clb, int socket_id, size_t limit);
|
| H A D | eal_common_memory.c | 456 rte_mem_event_callback_register(const char *name, rte_mem_event_callback_t clb, in rte_mem_event_callback_register() argument 468 return eal_memalloc_mem_event_callback_register(name, clb, arg); in rte_mem_event_callback_register() 488 rte_mem_alloc_validator_t clb, int socket_id, size_t limit) in rte_mem_alloc_validator_register() argument 499 return eal_memalloc_mem_alloc_validator_register(name, clb, socket_id, in rte_mem_alloc_validator_register()
|
| H A D | eal_common_proc.c | 68 rte_mp_async_reply_t clb; member 478 param->clb(sr->request, reply); in trigger_async_action() 1063 rte_mp_async_reply_t clb) in rte_mp_request_async() argument 1107 param->clb = clb; in rte_mp_request_async()
|
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | eal_mp.c | 64 rte_mp_async_reply_t clb) in rte_mp_request_async() argument 68 RTE_SET_USED(clb); in rte_mp_request_async()
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_memory.h | 683 rte_mem_event_callback_register(const char *name, rte_mem_event_callback_t clb, 753 rte_mem_alloc_validator_t clb, int socket_id, size_t limit);
|
| H A D | rte_eal.h | 343 rte_mp_async_reply_t clb);
|