Searched refs:addr_wq (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_addr.c79 static struct workqueue_struct *addr_wq; variable in typeref:struct:workqueue_struct
223 mod_delayed_work(addr_wq, &work, delay);
895 addr_wq = alloc_workqueue("ib_addr", WQ_MEM_RECLAIM, 0);
896 if (!addr_wq)
907 destroy_workqueue(addr_wq);
/freebsd-13-stable/sys/netinet/
H A Dsctp_pcb.h184 struct sctpladdr addr_wq; member in struct:sctp_epinfo
H A Dsctp_pcb.c704 LIST_INSERT_HEAD(&SCTP_BASE_INFO(addr_wq), wi, sctp_nxt_addr);
815 LIST_INSERT_HEAD(&SCTP_BASE_INFO(addr_wq), wi, sctp_nxt_addr);
5789 LIST_INIT(&SCTP_BASE_INFO(addr_wq));
5893 LIST_FOREACH_SAFE(wi, &SCTP_BASE_INFO(addr_wq), sctp_nxt_addr, nwi) {
H A Dsctputil.c1641 LIST_FOREACH_SAFE(wi, &SCTP_BASE_INFO(addr_wq), sctp_nxt_addr, nwi) {
1664 * addr_wq.
1670 LIST_INSERT_HEAD(&SCTP_BASE_INFO(addr_wq), wi, sctp_nxt_addr);
6477 LIST_INSERT_HEAD(&SCTP_BASE_INFO(addr_wq), wi, sctp_nxt_addr);

Completed in 86 milliseconds