Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsiftr.c316 siftr_find_flow(struct listhead *counter_list, uint32_t id) in siftr_find_flow() argument
323 if (LIST_FIRST(counter_list) != NULL) { in siftr_find_flow()
328 LIST_FOREACH(hash_node, counter_list, nodes) { in siftr_find_flow()
351 struct listhead *counter_list; in siftr_new_hash_node() local
353 counter_list = counter_hash + (info.key & siftr_hashmask); in siftr_new_hash_node()
362 LIST_INSERT_HEAD(counter_list, hash_node, nodes); in siftr_new_hash_node()
379 struct listhead *counter_list; in siftr_process_pkt() local
386 counter_list = counter_hash + (pkt_node->flowid & siftr_hashmask); in siftr_process_pkt()
387 hash_node = siftr_find_flow(counter_list, pkt_node->flowid); in siftr_process_pkt()
733 struct listhead *counter_list; in siftr_chkpkt() local
[all …]
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dmutex_prof.h73 #define COUNTER_ENUM(counter_list, t) \
75 counter_list \
64 COUNTER_ENUM(counter_list,t) global() argument
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h481 __itt_counter_info_t *counter_list;
602 (gptr)->counter_list = h; \
620 (gptr)->counter_list = h; \
469 __itt_counter_info_t *counter_list; global() member
H A Dittnotify_static.cpp590 for (h_tail = NULL, h = _N_(_ittapi_global).counter_list; h != NULL; in ITT_VERSIONIZE()
648 for (h_tail = NULL, h = _N_(_ittapi_global).counter_list; h != NULL; in ITT_VERSIONIZE()
687 for (h_tail = NULL, h = _N_(_ittapi_global).counter_list; h != NULL; in ITT_VERSIONIZE()
744 for (h_tail = NULL, h = _N_(_ittapi_global).counter_list; h != NULL; in ITT_VERSIONIZE()
1338 __itt_counter_info_t *current_couter = _N_(_ittapi_global).counter_list; in __itt_free_allocated_resources()
1350 _N_(_ittapi_global).counter_list = NULL; in __itt_free_allocated_resources()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c5145 struct list_head *counter_list = in rem_slave_counters() local
5167 list_for_each_entry_safe(counter, tmp, counter_list, com.list) { in rem_slave_counters()