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

Function taskqueue_swi_giant_run

freebsd/kern/subr_taskqueue.c:664–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662}
663
664static void
665taskqueue_swi_giant_run(void *dummy)
666{
667 taskqueue_run(taskqueue_swi_giant);
668}
669
670#ifndef FSTACK
671static int

Callers

nothing calls this directly

Calls 1

taskqueue_runFunction · 0.85

Tested by

no test coverage detected