Lines Matching defs:listhead
128 #define LINK_SLIST(listhead, pentry, nextlink) \ argument
134 #define LINK_TAIL_SLIST(listhead, pentry, nextlink, entrytype) \ argument
149 #define LINK_SORT_SLIST(listhead, pentry, beforecur, nextlink, \ argument
170 #define UNLINK_HEAD_SLIST(punlinked, listhead, nextlink) \ argument
182 #define UNLINK_EXPR_SLIST(punlinked, listhead, expr, nextlink, \ argument
209 #define UNLINK_SLIST(punlinked, listhead, ptounlink, nextlink, \ argument
214 #define CHECK_SLIST(listhead, nextlink, entrytype) \ argument
363 #define INIT_DLIST(listhead, link) \ argument
369 #define HEAD_DLIST(listhead, link) \ argument
376 #define TAIL_DLIST(listhead, link) \ argument
383 #define NEXT_DLIST(listhead, entry, link) \ argument
390 #define PREV_DLIST(listhead, entry, link) \ argument
397 #define LINK_DLIST(listhead, pentry, link) \ argument
405 #define LINK_TAIL_DLIST(listhead, pentry, link) \ argument
421 #define ITER_DLIST_BEGIN(listhead, iter, link, entrytype) \ argument
433 #define REV_ITER_DLIST_BEGIN(listhead, iter, link, entrytype) \ argument