Lines Matching refs:tim_pool
550 struct rte_mempool *tim_pool; member
623 rte_mempool_put_bulk(sw->tim_pool, in swtim_callback()
742 rte_mempool_put_bulk(sw->tim_pool, (void **)sw->expired_timers, in swtim_service_func()
828 sw->tim_pool = rte_mempool_create(pool_name, pool_size, in swtim_init()
831 if (sw->tim_pool == NULL) { in swtim_init()
889 rte_mempool_free(sw->tim_pool); in swtim_init()
900 rte_mempool_put(sw->tim_pool, tim); in swtim_free_tim()
925 rte_mempool_free(sw->tim_pool); in swtim_uninit()
1057 ret = rte_mempool_get_bulk(sw->tim_pool, (void **)tims, in __swtim_arm_burst()
1125 rte_mempool_put_bulk(sw->tim_pool, in __swtim_arm_burst()
1183 rte_mempool_put(sw->tim_pool, (void **)timp); in swtim_cancel_burst()