Searched refs:counter_list (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/ |
| D | mutex_prof.h | 55 #define COUNTER_ENUM(counter_list, t) \ argument 57 counter_list \
|
| /freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
| D | ittnotify_config.h | 464 __itt_counter_info_t *counter_list; member 583 (gptr)->counter_list = h; \ 601 (gptr)->counter_list = h; \
|
| D | ittnotify_static.cpp | 492 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/ |
| D | siftr.c | 338 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/ |
| D | mlx4_resource_tracker.c | 5143 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()
|