OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ql_tail_insert
(Results
1 - 7
of
7
) sorted by null
/external/jemalloc/test/include/test/
mq.h
106
ql_tail_insert
(&mq->msgs, msg, a_field); \
/external/jemalloc/test/unit/
ql.c
103
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/
ql.h
49
#define
ql_tail_insert
(a_head, a_elm, a_field) do { \
macro
/external/jemalloc/src/
tsd.c
182
ql_tail_insert
(&head->blocks, block, link);
huge.c
99
ql_tail_insert
(&arena->huge, node, ql_link);
tcache.c
260
ql_tail_insert
(&arena->tcache_ql, tcache, link);
arena.c
889
ql_tail_insert
(&arena->node_cache, node, ql_link);
[
all
...]
Completed in 208 milliseconds