Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dql.h25 #define ql_last(a_head, a_field) \ macro
30 ((ql_last(a_head, a_field) != (a_elm)) \
78 a_type *t = ql_last(a_head, a_field); \
H A Dwitness.h250 w = ql_last(witnesses, link); in witness_assert_depth_to_rank()
295 w = ql_last(witnesses, link); in witness_lock()
H A Dextent_inlines.h418 return ql_last(list, ql_link); in extent_list_last()
/freebsd/contrib/jemalloc/src/
H A Dctl.c1008 if ((ctl_arena = ql_last(&ctl_arenas->destroyed, destroyed_link)) != in ctl_arena_init()