Searched refs:SH_CIRCLEQ_LASTP (Results 1 – 1 of 1) sorted by relevance
251 #define SH_CIRCLEQ_LASTP(head, type) \ macro255 ((head)->scqh_last == -1 ? (void *)head : SH_CIRCLEQ_LASTP(head, type))325 SH_CIRCLEQ_LASTP(head, type)->field.scqe_next = \326 SH_PTR_TO_OFF(SH_CIRCLEQ_LASTP(head, type), elm); \