H A D | ntp_lists.h | 19 * LINK_SLIST(listhead, pentry, nextlink) 22 * LINK_TAIL_SLIST(listhead, pentry, nextlink, entrytype) 26 * LINK_SORT_SLIST(listhead, pentry, beforecur, nextlink, entrytype) 28 * pentry with the current list entry. The current entry can be 30 * LINK_SORT_SLIST_CUR(). beforecur is nonzero if pentry sorts 72 * void somefunc(myentry *pentry) 74 * LINK_FIFO(my_fifo, pentry, next_link); 85 * LINK_FIFO(anchor, pentry, nextlink) 128 #define LINK_SLIST(listhead, pentry, nextlink) \ argument 130 (pentry) 134 LINK_TAIL_SLIST(listhead,pentry,nextlink,entrytype) global() argument 149 LINK_SORT_SLIST(listhead,pentry,beforecur,nextlink,entrytype) global() argument 264 LINK_FIFO(anchor,pentry,nextlink) global() argument 395 LINK_DLIST(listhead,pentry,link) global() argument 403 LINK_TAIL_DLIST(listhead,pentry,link) global() argument [all...] |