Searched defs:listhead (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/ntp/include/ |
H A D | ntp_lists.h | 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 [all …]
|
/freebsd-src/usr.sbin/bhyve/ |
H A D | mevent.c | 89 static LIST_HEAD(listhead, mevent) global_head, change_head; in LIST_HEAD() argument
|
/freebsd-src/sys/netinet/ |
H A D | sctp_pcb.h | 180 struct sctppcbhead listhead; member
|
/freebsd-src/sys/ufs/ffs/ |
H A D | ffs_softdep.c | 11410 struct allocdirectlst *listhead; handle_allocdirect_partdone() local 13162 flush_deplist(struct allocdirectlst * listhead,int waitfor,int * errorp) flush_deplist() argument [all...] |