Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsys_socket.c448 static struct unrhdr *soaio_kproc_unr; variable
520 free_unr(soaio_kproc_unr, id); in soaio_kproc_loop()
550 id = alloc_unr(soaio_kproc_unr); in soaio_kproc_create()
554 free_unr(soaio_kproc_unr, id); in soaio_kproc_create()
589 soaio_kproc_unr = new_unrhdr(1, INT_MAX, NULL); in soaio_init()