Home
last modified time | relevance | path

Searched refs:qr_prev (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dql.h27 ? qr_prev(ql_first(a_head), a_field) : NULL)
34 ((ql_first(a_head) != (a_elm)) ? qr_prev((a_elm), a_field) \
H A Dqr.h19 #define qr_prev(a_qr, a_field) ((a_qr)->a_field.qre_prev) macro
67 for ((var) = ((a_qr) != NULL) ? qr_prev(a_qr, a_field) : NULL; \
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dqr.c57 t = qr_prev(&entries[i], link); in test_independent_entries()
99 t = qr_prev(&entries[i], link); in test_entries_ring()
177 t = qr_prev(&entries[i], link); in TEST_BEGIN()