Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dsys_socket.c443 static struct unrhdr *soaio_kproc_unr; variable
515 free_unr(soaio_kproc_unr, id); in soaio_kproc_loop()
545 id = alloc_unr(soaio_kproc_unr); in soaio_kproc_create()
549 free_unr(soaio_kproc_unr, id); in soaio_kproc_create()
584 soaio_kproc_unr = new_unrhdr(1, INT_MAX, NULL); in soaio_init()