Searched refs:nfsreqpl (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/sys/nfs/ |
| D | nfs_debug.c | 39 pool_walk(&nfsreqpl, full, db_printf, nfs_request_print); in db_show_all_nfsreqs()
|
| D | nfs.h | 310 extern struct pool nfsreqpl;
|
| D | nfs_subs.c | 507 struct pool nfsreqpl; variable 900 pool_init(&nfsreqpl, sizeof(struct nfsreq), 0, IPL_NONE, PR_WAITOK, in nfs_init()
|
| D | nfs_socket.c | 873 rep = pool_get(&nfsreqpl, PR_WAITOK); in nfs_request() 1052 pool_put(&nfsreqpl, rep); in nfs_request()
|