Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
652
static void
653
taskqueue_swi_run(void *dummy)
654
{
655
taskqueue_run(taskqueue_swi);
656
}
657
658
static void
659
taskqueue_swi_giant_enqueue(void *context)
Callers
nothing calls this directly
Calls
1
taskqueue_run
Function · 0.85
Tested by
no test coverage detected