Home
last modified time | relevance | path

Searched refs:workq (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/netpfil/pf/
H A Dpf_table.c267 SLIST_INIT(&workq); in pfr_add_addrs()
361 SLIST_INIT(&workq); in pfr_del_addrs()
656 SLIST_INIT(&workq); in pfr_clr_astats()
722 SLIST_INIT(workq); in pfr_enqueue_addrs()
1144 SLIST_INIT(&workq); in pfr_clr_tables()
1248 SLIST_INIT(&workq); in pfr_del_tables()
1328 SLIST_INIT(&workq); in pfr_get_tstats()
1374 SLIST_INIT(&workq); in pfr_clr_tstats()
1405 SLIST_INIT(&workq); in pfr_set_tflags()
1452 SLIST_INIT(&workq); in pfr_ina_begin()
[all …]
/freebsd-14.2/crypto/heimdal/lib/ipc/
H A Dserver.c60 static dispatch_queue_t workq; variable
88 workq = dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0); in init_globals()
245 dispatch_async(workq, ^{ in mheim_do_call()
296 dispatch_async(workq, ^{ in mheim_do_call_request()
/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.h197 struct workqueue_struct *workq; member
H A Dlinux_80211.c4565 lhw->workq = alloc_ordered_workqueue(wiphy_name(hw->wiphy), 0); in linuxkpi_ieee80211_ifattach()
4566 if (lhw->workq == NULL) in linuxkpi_ieee80211_ifattach()
5856 queue_delayed_work(lhw->workq, w, delay); in linuxkpi_ieee80211_queue_delayed_work()
5869 queue_work(lhw->workq, w); in linuxkpi_ieee80211_queue_work()