Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_omp.h214 offset_and_size_t dn_task; member
/freebsd/sys/netpfil/ipfw/
H A Dip_dummynet.c92 static struct task dn_task; variable
107 taskqueue_enqueue(dn_tq, &dn_task); in dummynet()
2629 TASK_INIT(&dn_task, 0, dummynet_task, NULL); in ip_dn_init()
2653 taskqueue_drain(dn_tq, &dn_task); in ip_dn_destroy()