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

/freebsd-11.0-release/sys/ofed/drivers/infiniband/core/
H A Daddr.c71 static struct workqueue_struct *addr_wq; variable in typeref:struct:workqueue_struct
194 mod_delayed_work(addr_wq, &work, delay);
658 addr_wq = create_singlethread_workqueue("ib_addr");
659 if (!addr_wq)
671 destroy_workqueue(addr_wq);
/freebsd-11.0-release/sys/netinet/
H A Dsctp_pcb.h183 struct sctpladdr addr_wq; member in struct:sctp_epinfo
H A Dsctp_pcb.c712 LIST_INSERT_HEAD(&SCTP_BASE_INFO(addr_wq), wi, sctp_nxt_addr);
824 LIST_INSERT_HEAD(&SCTP_BASE_INFO(addr_wq), wi, sctp_nxt_addr);
5866 LIST_INIT(&SCTP_BASE_INFO(addr_wq));
5970 LIST_FOREACH_SAFE(wi, &SCTP_BASE_INFO(addr_wq), sctp_nxt_addr, nwi) {
H A Dsctputil.c1467 LIST_FOREACH_SAFE(wi, &SCTP_BASE_INFO(addr_wq), sctp_nxt_addr, nwi) {
1491 * addr_wq.
1498 LIST_INSERT_HEAD(&SCTP_BASE_INFO(addr_wq), wi, sctp_nxt_addr);
6190 LIST_INSERT_HEAD(&SCTP_BASE_INFO(addr_wq), wi, sctp_nxt_addr);

Completed in 167 milliseconds