Home
last modified time | relevance | path

Searched refs:ql_foreach (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/jemalloc/src/
H A Dwitness.c23 ql_foreach(w, witnesses, link) { in witness_lock_error_impl()
56 ql_foreach(w, witnesses, link) { in witness_depth_error_impl()
H A Dtsd.c77 ql_foreach(tsd_list, &tsd_nominal_tsds, TSD_MANGLE(tcache).tsd_link) { in tsd_in_nominal_list()
115 ql_foreach(remote_tsd, &tsd_nominal_tsds, TSD_MANGLE(tcache).tsd_link) { in tsd_force_recompute()
494 ql_foreach(iter, &head->blocks, link) { in tsd_init_check_recursion()
H A Dtcache.c371 ql_foreach(iter, &arena->tcache_ql, link) { in tcache_arena_dissociate()
H A Darena.c201 ql_foreach(descriptor, &arena->cache_bin_array_descriptor_ql, link) { in arena_stats_merge()
H A Djemalloc.c671 ql_foreach(tcache, &arena->tcache_ql, link) { in stats_print_atexit()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dwitness.h173 ql_foreach(w, witnesses, link) { in witness_owner()
224 ql_foreach(w, witnesses, link) { in witness_assert_not_owner()
H A Dql.h82 #define ql_foreach(a_var, a_head, a_field) \ macro
H A Demitter.h390 ql_foreach(col, &row->cols, link) { in emitter_table_row()