Home
last modified time | relevance | path

Searched refs:dn_task (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_omp.h220 offset_and_size_t dn_task; member
/freebsd-12.1/sys/netpfil/ipfw/
H A Dip_dummynet.c91 static struct task dn_task; variable
99 taskqueue_enqueue(dn_tq, &dn_task); in dummynet()
2553 TASK_INIT(&dn_task, 0, dummynet_task, curvnet); in ip_dn_init()
2583 taskqueue_drain(dn_tq, &dn_task); in ip_dn_destroy()