Searched refs:addr_wq (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_addr.c | 77 static struct workqueue_struct *addr_wq; variable 223 mod_delayed_work(addr_wq, &work, delay); in set_timeout() 898 addr_wq = alloc_workqueue("ib_addr", WQ_MEM_RECLAIM, 0); in addr_init() 899 if (!addr_wq) in addr_init() 910 destroy_workqueue(addr_wq); in addr_cleanup()
|
/freebsd/sys/netinet/ |
H A D | sctp_pcb.h | 181 struct sctpladdr addr_wq; member
|
H A D | sctp_pcb.c | 591 LIST_INSERT_HEAD(&SCTP_BASE_INFO(addr_wq), wi, sctp_nxt_addr); in sctp_add_addr_to_vrf() 685 LIST_INSERT_HEAD(&SCTP_BASE_INFO(addr_wq), wi, sctp_nxt_addr); in sctp_del_addr_from_vrf() 5660 LIST_INIT(&SCTP_BASE_INFO(addr_wq)); in sctp_pcb_init() 5764 LIST_FOREACH_SAFE(wi, &SCTP_BASE_INFO(addr_wq), sctp_nxt_addr, nwi) { in sctp_pcb_finish()
|
H A D | sctputil.c | 1655 LIST_FOREACH_SAFE(wi, &SCTP_BASE_INFO(addr_wq), sctp_nxt_addr, nwi) { in sctp_handle_addr_wq() 1684 LIST_INSERT_HEAD(&SCTP_BASE_INFO(addr_wq), wi, sctp_nxt_addr); in sctp_handle_addr_wq() 6532 LIST_INSERT_HEAD(&SCTP_BASE_INFO(addr_wq), wi, sctp_nxt_addr); in sctp_dynamic_set_primary()
|