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

/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dmutex_prof.h55 #define COUNTER_ENUM(counter_list, t) \
57 counter_list \
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h460 __itt_counter_info_t* counter_list; member in struct:___itt_global
572 (gptr)->counter_list = h; \
589 (gptr)->counter_list = h; \
H A Dittnotify_static.cpp247 NULL /* counter_list */
453 for (h_tail = NULL, h = _N_(_ittapi_global).counter_list; h != NULL; h_tail = h, h = h->next)
497 for (h_tail = NULL, h = _N_(_ittapi_global).counter_list; h != NULL; h_tail = h, h = h->next)
529 for (h_tail = NULL, h = _N_(_ittapi_global).counter_list; h != NULL; h_tail = h, h = h->next)
572 for (h_tail = NULL, h = _N_(_ittapi_global).counter_list; h != NULL; h_tail = h, h = h->next)
/freebsd-12-stable/sys/netinet/
H A Dsiftr.c338 struct listhead *counter_list; local
367 counter_list = counter_hash +
374 if (LIST_FIRST(counter_list) != NULL) {
381 LIST_FOREACH(hash_node, counter_list, nodes) {
407 LIST_INSERT_HEAD(counter_list, hash_node, nodes);
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c5142 struct list_head *counter_list = local
5164 list_for_each_entry_safe(counter, tmp, counter_list, com.list) {

Completed in 182 milliseconds