MCPcopy Create free account
hub / github.com/F-Stack/f-stack / taskqueue_run

Function taskqueue_run

freebsd/kern/subr_taskqueue.c:493–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493void
494taskqueue_run(struct taskqueue *queue)
495{
496
497 TQ_LOCK(queue);
498 taskqueue_run_locked(queue);
499 TQ_UNLOCK(queue);
500}
501
502static int
503task_is_running(struct taskqueue *queue, struct task *task)

Callers 3

taskqueue_swi_runFunction · 0.85
taskqueue_swi_giant_runFunction · 0.85
taskqueue_fast_runFunction · 0.85

Calls 1

taskqueue_run_lockedFunction · 0.85

Tested by

no test coverage detected