Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_omp.h214 offset_and_size_t dn_task; member
/freebsd-13-stable/sys/netpfil/ipfw/
HDip_dummynet.c92 static struct task dn_task; variable
107 taskqueue_enqueue(dn_tq, &dn_task); in dummynet()
2615 TASK_INIT(&dn_task, 0, dummynet_task, NULL); in ip_dn_init()
2639 taskqueue_drain(dn_tq, &dn_task); in ip_dn_destroy()