Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/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.c331 ql_foreach(iter, &head->blocks, link) { in tsd_init_check_recursion()
H A Dtcache.c317 ql_foreach(iter, &arena->tcache_ql, link) { in tcache_arena_dissociate()
H A Darena.c157 ql_foreach(descriptor, &arena->cache_bin_array_descriptor_ql, link) { in arena_stats_merge()
H A Djemalloc.c653 ql_foreach(tcache, &arena->tcache_ql, link) { in stats_print_atexit()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dql.c26 ql_foreach(t, head, link) { in test_empty_list()
66 ql_foreach(t, head, link) { in test_entries_list()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dwitness.h172 ql_foreach(w, witnesses, link) { in witness_owner()
223 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.h428 ql_foreach(col, &row->cols, link) { in emitter_table_row()