Home
last modified time | relevance | path

Searched refs:shutdown_nice_task (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dkern_shutdown.c337 static struct task shutdown_nice_task = TASK_INITIALIZER(0, variable
349 shutdown_nice_task.ta_context = (void *)(uintptr_t)howto; in shutdown_nice()
350 taskqueue_enqueue(taskqueue_fast, &shutdown_nice_task); in shutdown_nice()