Searched refs:ql_tail_insert (Results 1 - 7 of 7) sorted by relevance

/external/jemalloc/src/
H A Dtsd.c128 ql_tail_insert(&head->blocks, block, link);
H A Dtcache.c249 ql_tail_insert(&arena->tcache_ql, tcache, link);
H A Dprof.c608 ql_tail_insert(&ctx->cnts_ql, ret.p, cnts_link);
823 ql_tail_insert(ctx_ql, ctx, dump_link);
H A Darena.c958 ql_tail_insert(mapelms, mapelm, u.ql_link);
/external/jemalloc/test/include/test/
H A Dmq.h107 ql_tail_insert(&mq->msgs, msg, a_field); \
/external/jemalloc/test/unit/
H A Dql.c103 ql_tail_insert(&head, &entries[i], link);
118 ql_tail_insert(&head, &entries[i], link);
185 ql_tail_insert(&head, f, link);
/external/jemalloc/include/jemalloc/internal/
H A Dql.h51 #define ql_tail_insert(a_head, a_elm, a_field) do { \ macro

Completed in 1961 milliseconds