Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
Dmutex_prof.h55 #define COUNTER_ENUM(counter_list, t) \ argument
57 counter_list \
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
Dittnotify_config.h464 __itt_counter_info_t *counter_list; member
583 (gptr)->counter_list = h; \
601 (gptr)->counter_list = h; \
Dittnotify_static.cpp492 for (h_tail = NULL, h = _N_(_ittapi_global).counter_list; h != NULL; in ITT_VERSIONIZE()
541 for (h_tail = NULL, h = _N_(_ittapi_global).counter_list; h != NULL; in ITT_VERSIONIZE()
576 for (h_tail = NULL, h = _N_(_ittapi_global).counter_list; h != NULL; in ITT_VERSIONIZE()
624 for (h_tail = NULL, h = _N_(_ittapi_global).counter_list; h != NULL; in ITT_VERSIONIZE()
/freebsd-12-stable/sys/netinet/
Dsiftr.c338 struct listhead *counter_list; in siftr_process_pkt() local
367 counter_list = counter_hash + in siftr_process_pkt()
374 if (LIST_FIRST(counter_list) != NULL) { in siftr_process_pkt()
381 LIST_FOREACH(hash_node, counter_list, nodes) { in siftr_process_pkt()
407 LIST_INSERT_HEAD(counter_list, hash_node, nodes); in siftr_process_pkt()
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
Dmlx4_resource_tracker.c5143 struct list_head *counter_list = in rem_slave_counters() local
5165 list_for_each_entry_safe(counter, tmp, counter_list, com.list) { in rem_slave_counters()