Home
last modified time | relevance | path

Searched refs:ql_first (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dql.h26 ((ql_first(a_head) != NULL) \
39 if (ql_first(a_head) == (a_qlelm)) { \
40 ql_first(a_head) = (a_elm); \
48 if (ql_first(a_head) != NULL) { \
51 ql_first(a_head) = (a_elm); \
55 if (ql_first(a_head) != NULL) { \
62 if (ql_first(a_head) == (a_elm)) { \
63 ql_first(a_head) = qr_next(ql_first(a_head), a_field); \
65 if (ql_first(a_head) != (a_elm)) { \
68 ql_first(a_head) = NULL; \
[all …]
H A Dextent_inlines.h345 return ql_first(list); in extent_list_first()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dql.c21 assert_ptr_null(ql_first(head), "Unexpected element for empty list"); in test_empty_list()
61 assert_c_eq(ql_first(head)->id, entries[0].id, "Element id mismatch"); in test_entries_list()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/
H A Dmq.h65 msg = ql_first(&mq->msgs); \