OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qr_next
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/include/jemalloc/internal/
ql.h
28
?
qr_next
((a_elm), a_field) : NULL)
55
ql_first(a_head) =
qr_next
((a_elm), a_field); \
60
ql_first(a_head) =
qr_next
(ql_first(a_head), a_field); \
qr.h
14
#define
qr_next
(a_qr, a_field) ((a_qr)->a_field.qre_next)
macro
/external/jemalloc/test/unit/
qr.c
51
t =
qr_next
(&entries[i], link);
96
t =
qr_next
(&entries[i], link);
174
t =
qr_next
(&entries[i], link);
Completed in 31 milliseconds