Searched refs:NFSV41_NPROCS (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/sys/fs/nfsclient/ |
| D | nfs_clkdtrace.c | 95 static struct dtnfsclient_rpc dtnfsclient_rpcs[NFSV41_NPROCS + 1] = { 202 extern uint32_t nfscl_nfs2_start_probes[NFSV41_NPROCS + 1]; 203 extern uint32_t nfscl_nfs2_done_probes[NFSV41_NPROCS + 1]; 205 extern uint32_t nfscl_nfs3_start_probes[NFSV41_NPROCS + 1]; 206 extern uint32_t nfscl_nfs3_done_probes[NFSV41_NPROCS + 1]; 208 extern uint32_t nfscl_nfs4_start_probes[NFSV41_NPROCS + 1]; 209 extern uint32_t nfscl_nfs4_done_probes[NFSV41_NPROCS + 1]; 220 for (i = 0; i < NFSV41_NPROCS + 1; i++) { in dtnfs234_isdoneprobe() 404 for (i = 0; i < NFSV41_NPROCS + 1; i++) { in dtnfsclient_provide() 433 for (i = 0; i < NFSV41_NPROCS + 1; i++) { in dtnfsclient_provide() [all …]
|
| D | nfs_clcomsubs.c | 50 extern int nfs_bigreply[NFSV41_NPROCS]; 60 } nfsv4_opmap[NFSV41_NPROCS] = { 120 static int nfs_bigrequest[NFSV41_NPROCS] = {
|
| /freebsd-10-stable/sys/fs/nfs/ |
| D | nfs_commonkrpc.c | 80 uint32_t nfscl_nfs2_start_probes[NFSV41_NPROCS + 1]; 81 uint32_t nfscl_nfs2_done_probes[NFSV41_NPROCS + 1]; 83 uint32_t nfscl_nfs3_start_probes[NFSV41_NPROCS + 1]; 84 uint32_t nfscl_nfs3_done_probes[NFSV41_NPROCS + 1]; 86 uint32_t nfscl_nfs4_start_probes[NFSV41_NPROCS + 1]; 87 uint32_t nfscl_nfs4_done_probes[NFSV41_NPROCS + 1];
|
| D | nfsport.h | 357 #define NFSV41_NPROCS 54 macro
|
| D | nfsproto.h | 349 #define NFSV41_NPROCS 54 macro
|
| D | nfs_commonsubs.c | 182 int nfs_bigreply[NFSV41_NPROCS] = { 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0,
|