Home
last modified time | relevance | path

Searched refs:listhead (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/contrib/ntp/include/
HDntp_lists.h128 #define LINK_SLIST(listhead, pentry, nextlink) \ argument
130 (pentry)->nextlink = (listhead); \
131 (listhead) = (pentry); \
134 #define LINK_TAIL_SLIST(listhead, pentry, nextlink, entrytype) \ argument
138 pptail = &(listhead); \
149 #define LINK_SORT_SLIST(listhead, pentry, beforecur, nextlink, \ argument
154 ppentry = &(listhead); \
170 #define UNLINK_HEAD_SLIST(punlinked, listhead, nextlink) \ argument
172 (punlinked) = (listhead); \
174 (listhead) = (punlinked)->nextlink; \
[all …]
/freebsd-14-stable/sys/netinet/
HDsiftr.c269 LIST_HEAD(listhead, flow_hash_node) *counter_hash;
316 siftr_find_flow(struct listhead *counter_list, uint32_t id) in siftr_find_flow()
351 struct listhead *counter_list; in siftr_new_hash_node()
379 struct listhead *counter_list; in siftr_process_pkt()
707 struct listhead *counter_list; in siftr_chkpkt()
854 struct listhead *counter_list; in siftr_chkpkt6()
HDsctp_pcb.h180 struct sctppcbhead listhead; member
HDsctp_sysctl.c395 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) { in sctp_sysctl_handle_assoclist()
426 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) { in sctp_sysctl_handle_assoclist()
HDsctp_pcb.c2380 LIST_INSERT_HEAD(&SCTP_BASE_INFO(listhead), inp, sctp_list); in sctp_inpcb_alloc()
5591 LIST_INIT(&SCTP_BASE_INFO(listhead)); in sctp_pcb_init()
6856 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) { in sctp_drain()
6938 it->inp = LIST_FIRST(&SCTP_BASE_INFO(listhead)); in sctp_initiate_iterator()
/freebsd-14-stable/usr.sbin/bhyve/
HDmevent.c83 static LIST_HEAD(listhead, mevent) global_head, change_head; in LIST_HEAD() argument
/freebsd-14-stable/lib/libc/nls/
HDmsgcat.c117 SLIST_HEAD(listhead, catentry) cache =
/freebsd-14-stable/sys/ufs/ffs/
HDffs_softdep.c11427 struct allocdirectlst *listhead; in handle_allocdirect_partdone() local
11448 listhead = &inodedep->id_extupdt; in handle_allocdirect_partdone()
11450 listhead = &inodedep->id_inoupdt; in handle_allocdirect_partdone()
11451 TAILQ_FOREACH(listadp, listhead, ad_next) { in handle_allocdirect_partdone()
11471 listhead = &inodedep->id_newextupdt; in handle_allocdirect_partdone()
11473 listhead = &inodedep->id_newinoupdt; in handle_allocdirect_partdone()
11474 TAILQ_FOREACH(listadp, listhead, ad_next) in handle_allocdirect_partdone()
11497 TAILQ_REMOVE(listhead, adp, ad_next); in handle_allocdirect_partdone()
13179 struct allocdirectlst *listhead, in flush_deplist() argument
13188 if ((adp = TAILQ_FIRST(listhead)) == NULL) in flush_deplist()
[all …]
/freebsd-14-stable/contrib/ntp/
HDCommitLog162097 conflicting with new global listhead peers_list.
162110 listhead peer_list.