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

Function taskqueue_fast_run

freebsd/kern/subr_taskqueue.c:877–881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

875}
876
877static void
878taskqueue_fast_run(void *dummy)
879{
880 taskqueue_run(taskqueue_fast);
881}
882
883TASKQUEUE_FAST_DEFINE(fast, taskqueue_fast_enqueue, NULL,
884 swi_add(NULL, "fast taskq", taskqueue_fast_run, NULL,

Callers

nothing calls this directly

Calls 1

taskqueue_runFunction · 0.85

Tested by

no test coverage detected