Searched refs:tim_pool (Results 1 – 1 of 1) sorted by relevance
578 struct rte_mempool *tim_pool; member651 rte_mempool_put_bulk(sw->tim_pool, in swtim_callback()770 rte_mempool_put_bulk(sw->tim_pool, (void **)sw->expired_timers, in swtim_service_func()859 sw->tim_pool = rte_mempool_create(pool_name, pool_size, in swtim_init()862 if (sw->tim_pool == NULL) { in swtim_init()920 rte_mempool_free(sw->tim_pool); in swtim_init()931 rte_mempool_put(sw->tim_pool, tim); in swtim_free_tim()956 rte_mempool_free(sw->tim_pool); in swtim_uninit()1088 ret = rte_mempool_get_bulk(sw->tim_pool, (void **)tims, in __swtim_arm_burst()1156 rte_mempool_put_bulk(sw->tim_pool, in __swtim_arm_burst()[all …]