Searched refs:__containerof (Results 1 – 3 of 3) sorted by relevance
549 #define __containerof(x, s, m) ({ \ macro554 #define __containerof(x, s, m) \ macro
398 __containerof((head)->stqh_last, \596 __containerof((elm)->field.le_prev, \832 (TAILQ_EMPTY(head) ? NULL : __containerof((head)->tqh_last, QUEUE_TYPEOF(type), field.tqe_next))
3051 * libc/include/sys/cdefs.h (__containerof): New define.3080 (STAILQ_LAST): Use __containerof().