H A D | ntp_lists.h | 8 * the listhead and per-entry next fields are declared as pointers to 19 * LINK_SLIST(listhead, pentry, nextlink) 22 * LINK_TAIL_SLIST(listhead, pentry, nextlink, entrytype) 26 * LINK_SORT_SLIST(listhead, pentry, beforecur, nextlink, entrytype) 33 * UNLINK_HEAD_SLIST(punlinked, listhead, nextlink) 37 * UNLINK_SLIST(punlinked, listhead, ptounlink, nextlink, entrytype) 42 * UNLINK_EXPR_SLIST(punlinked, listhead, expr, nextlink, entrytype) 59 * a variable to refer to a FIFO queue (similar to listhead). The 101 * by the listhead, which is the same type as elements for simplicity. 102 * An empty list's listhead ha 128 LINK_SLIST(listhead,pentry,nextlink) global() argument 134 LINK_TAIL_SLIST(listhead,pentry,nextlink,entrytype) global() argument 149 LINK_SORT_SLIST(listhead,pentry,beforecur,nextlink,entrytype) global() argument 170 UNLINK_HEAD_SLIST(punlinked,listhead,nextlink) global() argument 182 UNLINK_EXPR_SLIST(punlinked,listhead,expr,nextlink,entrytype) global() argument 207 UNLINK_SLIST(punlinked,listhead,ptounlink,nextlink,entrytype) global() argument 212 CHECK_SLIST(listhead,nextlink,entrytype) global() argument 361 INIT_DLIST(listhead,link) global() argument 367 HEAD_DLIST(listhead,link) global() argument 374 TAIL_DLIST(listhead,link) global() argument 381 NEXT_DLIST(listhead,entry,link) global() argument 388 PREV_DLIST(listhead,entry,link) global() argument 395 LINK_DLIST(listhead,pentry,link) global() argument 403 LINK_TAIL_DLIST(listhead,pentry,link) global() argument 419 ITER_DLIST_BEGIN(listhead,iter,link,entrytype) global() argument 431 REV_ITER_DLIST_BEGIN(listhead,iter,link,entrytype) global() argument [all...] |