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

Function taskqueue_swi_run

freebsd/kern/subr_taskqueue.c:652–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650}
651
652static void
653taskqueue_swi_run(void *dummy)
654{
655 taskqueue_run(taskqueue_swi);
656}
657
658static void
659taskqueue_swi_giant_enqueue(void *context)

Callers

nothing calls this directly

Calls 1

taskqueue_runFunction · 0.85

Tested by

no test coverage detected