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

/freebsd-13-stable/sys/kern/
H A Dsys_socket.c443 static struct unrhdr *soaio_kproc_unr; variable in typeref:struct:unrhdr
515 free_unr(soaio_kproc_unr, id);
545 id = alloc_unr(soaio_kproc_unr);
549 free_unr(soaio_kproc_unr, id);
584 soaio_kproc_unr = new_unrhdr(1, INT_MAX, NULL);

Completed in 54 milliseconds