Home
last modified time | relevance | path

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

/openbsd/src/sys/nfs/
Dnfs_debug.c39 pool_walk(&nfsreqpl, full, db_printf, nfs_request_print); in db_show_all_nfsreqs()
Dnfs.h310 extern struct pool nfsreqpl;
Dnfs_subs.c507 struct pool nfsreqpl; variable
900 pool_init(&nfsreqpl, sizeof(struct nfsreq), 0, IPL_NONE, PR_WAITOK, in nfs_init()
Dnfs_socket.c873 rep = pool_get(&nfsreqpl, PR_WAITOK); in nfs_request()
1052 pool_put(&nfsreqpl, rep); in nfs_request()