Searched refs:clb (Results 1 – 8 of 8) sorted by relevance
| /dpdk/lib/eal/common/ |
| H A D | eal_common_memalloc.c | 19 rte_mem_event_callback_t clb; member 26 rte_mem_alloc_validator_t clb; member 148 rte_mem_event_callback_t clb, void *arg) in eal_memalloc_mem_event_callback_register() argument 152 if (name == NULL || clb == NULL) { in eal_memalloc_mem_event_callback_register() 181 entry->clb = clb; in eal_memalloc_mem_event_callback_register() 246 entry->clb(event, start, len, entry->arg); in eal_memalloc_mem_event_notify() 254 rte_mem_alloc_validator_t clb, int socket_id, size_t limit) in eal_memalloc_mem_alloc_validator_register() argument 258 if (name == NULL || clb == NULL || socket_id < 0) { in eal_memalloc_mem_alloc_validator_register() 287 entry->clb = clb; in eal_memalloc_mem_alloc_validator_register() 355 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_proc.c | 67 rte_mp_async_reply_t clb; member 491 param->clb(sr->request, reply); in trigger_async_action() 1080 rte_mp_async_reply_t clb) in rte_mp_request_async() argument 1124 param->clb = clb; in rte_mp_request_async()
|
| H A D | eal_common_memory.c | 465 rte_mem_event_callback_register(const char *name, rte_mem_event_callback_t clb, in rte_mem_event_callback_register() argument 477 return eal_memalloc_mem_event_callback_register(name, clb, arg); in rte_mem_event_callback_register() 497 rte_mem_alloc_validator_t clb, int socket_id, size_t limit) in rte_mem_alloc_validator_register() argument 508 return eal_memalloc_mem_alloc_validator_register(name, clb, socket_id, in rte_mem_alloc_validator_register()
|
| /dpdk/lib/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()
|
| /dpdk/lib/power/ |
| H A D | rte_power_pmd_mgmt.c | 483 rte_rx_callback_fn clb; in rte_power_ethdev_pmgmt_queue_enable() local 539 clb = get_monitor_callback(); in rte_power_ethdev_pmgmt_queue_enable() 542 clb = clb_scale_freq; in rte_power_ethdev_pmgmt_queue_enable() 557 clb = clb_pause; in rte_power_ethdev_pmgmt_queue_enable() 584 clb, queue_cfg); in rte_power_ethdev_pmgmt_queue_enable()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_memory.h | 645 rte_mem_event_callback_register(const char *name, rte_mem_event_callback_t clb, 713 rte_mem_alloc_validator_t clb, int socket_id, size_t limit);
|
| H A D | rte_eal.h | 321 rte_mp_async_reply_t clb);
|