Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_structs.h11 typedef ql_elm(tsd_t) tsd_link_t;
35 ql_elm(tcache_t) link;
38 ql_elm(tsd_t) tsd_link;
H A Dcache_bin.h73 ql_elm(cache_bin_array_descriptor_t) link;
H A Dql.h14 #define ql_elm(a_type) qr(a_type) macro
H A Dextent_structs.h163 ql_elm(extent_t) ql_link;
H A Dctl.h67 ql_elm(ctl_arena_t) destroyed_link;
H A Dtsd_generic.h8 ql_elm(tsd_init_block_t) link;
H A Dwitness.h101 ql_elm(witness_t) link;
H A Demitter.h57 ql_elm(emitter_col_t) link;
/freebsd/contrib/jemalloc/src/
H A Dtcache.c411 memset(&tcache->link, 0, sizeof(ql_elm(tcache_t))); in tcache_init()