Searched refs:NFSV41_NPROCS (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/fs/nfsclient/ |
| HD | nfs_clkdtrace.c | 95 static struct dtnfsclient_rpc dtnfsclient_rpcs[NFSV41_NPROCS + 1] = { 187 extern uint32_t nfscl_nfs2_start_probes[NFSV41_NPROCS + 1]; 188 extern uint32_t nfscl_nfs2_done_probes[NFSV41_NPROCS + 1]; 190 extern uint32_t nfscl_nfs3_start_probes[NFSV41_NPROCS + 1]; 191 extern uint32_t nfscl_nfs3_done_probes[NFSV41_NPROCS + 1]; 193 extern uint32_t nfscl_nfs4_start_probes[NFSV41_NPROCS + 1]; 194 extern uint32_t nfscl_nfs4_done_probes[NFSV41_NPROCS + 1]; 205 for (i = 0; i < NFSV41_NPROCS + 1; i++) { in dtnfs234_isdoneprobe() 389 for (i = 0; i < NFSV41_NPROCS + 1; i++) { in dtnfsclient_provide() 418 for (i = 0; i < NFSV41_NPROCS + 1; i++) { in dtnfsclient_provide() [all …]
|
| HD | nfs_clcomsubs.c | 50 extern int nfs_bigreply[NFSV41_NPROCS]; 60 } nfsv4_opmap[NFSV41_NPROCS] = { 120 static int nfs_bigrequest[NFSV41_NPROCS] = {
|
| /NextBSD/sys/fs/nfs/ |
| HD | nfs_commonkrpc.c | 79 uint32_t nfscl_nfs2_start_probes[NFSV41_NPROCS + 1]; 80 uint32_t nfscl_nfs2_done_probes[NFSV41_NPROCS + 1]; 82 uint32_t nfscl_nfs3_start_probes[NFSV41_NPROCS + 1]; 83 uint32_t nfscl_nfs3_done_probes[NFSV41_NPROCS + 1]; 85 uint32_t nfscl_nfs4_start_probes[NFSV41_NPROCS + 1]; 86 uint32_t nfscl_nfs4_done_probes[NFSV41_NPROCS + 1];
|
| HD | nfsport.h | 358 #define NFSV41_NPROCS 54 macro
|
| HD | nfsproto.h | 335 #define NFSV41_NPROCS 54 macro
|
| HD | nfs_commonsubs.c | 176 int nfs_bigreply[NFSV41_NPROCS] = { 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0,
|