HomeSort by relevance Sort by last modified time
    Searched refs:a_head (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/include/jemalloc/internal/
ql.h 9 #define ql_head_initializer(a_head) {NULL}
14 #define ql_new(a_head) do { \
15 (a_head)->qlh_first = NULL; \
20 #define ql_first(a_head) ((a_head)->qlh_first)
22 #define ql_last(a_head, a_field) \
23 ((ql_first(a_head) != NULL) \
24 ? qr_prev(ql_first(a_head), a_field) : NULL)
26 #define ql_next(a_head, a_elm, a_field) \
27 ((ql_last(a_head, a_field) != (a_elm))
    [all...]
  /external/blktrace/btt/
inlines.h 138 list_add_tail(&iop->a_head, &all_ios);
145 list_del(&iop->a_head);
155 iop = list_entry(p, struct io, a_head);
globals.h 153 struct list_head f_head, a_head; member in struct:io

Completed in 1244 milliseconds