Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDsubr_taskqueue.c82 static void taskqueue_run(struct taskqueue *queue, int lock_held);
155 taskqueue_run(queue, 1); in taskqueue_free()
391 taskqueue_run(struct taskqueue *queue, int lock_held) in taskqueue_run() function
538 taskqueue_run(taskqueue_swi, 0); in taskqueue_swi_run()
544 taskqueue_run(taskqueue_swi_mp, 0); in taskqueue_swi_mp_run()
618 taskqueue_run(tq, 1); in taskqueue_thread_loop()
/dragonfly/share/man/man9/
HDMakefile999 taskqueue.9 taskqueue_run.9 \