Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_socket.c454 static struct unrhdr *soaio_kproc_unr; variable
526 free_unr(soaio_kproc_unr, id); in soaio_kproc_loop()
556 id = alloc_unr(soaio_kproc_unr); in soaio_kproc_create()
560 free_unr(soaio_kproc_unr, id); in soaio_kproc_create()
595 soaio_kproc_unr = new_unrhdr(1, INT_MAX, NULL); in soaio_init()