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

Function taskqueue_enqueue_timeout

freebsd/kern/subr_taskqueue.c:344–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344int
345taskqueue_enqueue_timeout(struct taskqueue *queue,
346 struct timeout_task *ttask, int ticks)
347{
348
349 return (taskqueue_enqueue_timeout_sbt(queue, ttask, ticks * tick_sbt,
350 0, 0));
351}
352
353static void
354taskqueue_task_nop_fn(void *context, int pending)

Callers 7

taskq_dispatch_delayFunction · 0.85
stageq_addFunction · 0.85
scan_curchanFunction · 0.85
scan_signal_lockedFunction · 0.85
uipc_detachFunction · 0.85
intr_balanceFunction · 0.85
intr_balance_initFunction · 0.85

Calls 1

Tested by

no test coverage detected