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

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_omp.h214 offset_and_size_t dn_task; member in struct:__anon3442
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_dummynet.c89 static struct task dn_task; variable in typeref:struct:task
97 taskqueue_enqueue(dn_tq, &dn_task);
2551 TASK_INIT(&dn_task, 0, dummynet_task, curvnet);
2581 taskqueue_drain(dn_tq, &dn_task);

Completed in 59 milliseconds