Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dsys_socket.c437 static struct task soaio_kproc_task; variable
569 taskqueue_enqueue(taskqueue_thread, &soaio_kproc_task); in soaio_enqueue()
581 TASK_INIT(&soaio_kproc_task, 0, soaio_kproc_create, NULL); in soaio_init()