Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_socket.c452 static struct task soaio_kproc_task; variable
584 taskqueue_enqueue(taskqueue_thread, &soaio_kproc_task); in soaio_enqueue()
596 TASK_INIT(&soaio_kproc_task, 0, soaio_kproc_create, NULL); in soaio_init()