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

/freebsd-11-stable/sys/netinet/
H A Dsiftr.c331 struct listhead *counter_list; local
360 counter_list = counter_hash +
367 if (LIST_FIRST(counter_list) != NULL) {
374 LIST_FOREACH(hash_node, counter_list, nodes) {
400 LIST_INSERT_HEAD(counter_list, hash_node, nodes);
/freebsd-11-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-11-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 86 milliseconds