Home
last modified time | relevance | path

Searched refs:counter_list (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dmutex_prof.h55 #define COUNTER_ENUM(counter_list, t) \ argument
57 counter_list \
/f-stack/freebsd/netinet/
H A Dsiftr.c339 struct listhead *counter_list; in siftr_process_pkt() local
368 counter_list = counter_hash + in siftr_process_pkt()
375 if (LIST_FIRST(counter_list) != NULL) { in siftr_process_pkt()
382 LIST_FOREACH(hash_node, counter_list, nodes) { in siftr_process_pkt()
408 LIST_INSERT_HEAD(counter_list, hash_node, nodes); in siftr_process_pkt()
/f-stack/dpdk/drivers/net/ice/
H A Dice_fdir_filter.c226 TAILQ_INIT(&pool->counter_list); in ice_fdir_counter_pool_add()
233 TAILQ_INSERT_TAIL(&pool->counter_list, counter, next); in ice_fdir_counter_pool_add()
339 counter_free = TAILQ_FIRST(&pool->counter_list); in ice_fdir_counter_alloc()
359 TAILQ_REMOVE(&pool->counter_list, counter_free, next); in ice_fdir_counter_alloc()
360 if (TAILQ_EMPTY(&pool->counter_list)) { in ice_fdir_counter_alloc()
378 TAILQ_INSERT_TAIL(&pool->counter_list, counter, next); in ice_fdir_counter_free()
H A Dice_ethdev.h341 struct ice_fdir_counter_list counter_list; member