HomeSort by: relevance | last modified time | path
    Searched refs:NFSV41_NPROCS (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clkdtrace.c 100 static struct dtnfsclient_rpc dtnfsclient_rpcs[NFSV41_NPROCS + 1] = {
189 * For simplicity, we allocate both v2, v3 and v4 arrays as NFSV41_NPROCS + 1,
192 extern uint32_t nfscl_nfs2_start_probes[NFSV41_NPROCS + 1];
193 extern uint32_t nfscl_nfs2_done_probes[NFSV41_NPROCS + 1];
195 extern uint32_t nfscl_nfs3_start_probes[NFSV41_NPROCS + 1];
196 extern uint32_t nfscl_nfs3_done_probes[NFSV41_NPROCS + 1];
198 extern uint32_t nfscl_nfs4_start_probes[NFSV41_NPROCS + 1];
199 extern uint32_t nfscl_nfs4_done_probes[NFSV41_NPROCS + 1];
210 for (i = 0; i < NFSV41_NPROCS + 1; i++) {
394 for (i = 0; i < NFSV41_NPROCS + 1; i++)
    [all...]
nfs_clcomsubs.c 52 extern int nfs_bigreply[NFSV41_NPROCS];
62 } nfsv4_opmap[NFSV41_NPROCS] = {
122 static int nfs_bigrequest[NFSV41_NPROCS] = {
246 if (procnum < NFSV41_NPROCS)
  /src/sys/fs/nfs/common/
nfs_commonkrpc.c 86 uint32_t nfscl_nfs2_start_probes[NFSV41_NPROCS + 1];
87 uint32_t nfscl_nfs2_done_probes[NFSV41_NPROCS + 1];
89 uint32_t nfscl_nfs3_start_probes[NFSV41_NPROCS + 1];
90 uint32_t nfscl_nfs3_done_probes[NFSV41_NPROCS + 1];
92 uint32_t nfscl_nfs4_start_probes[NFSV41_NPROCS + 1];
93 uint32_t nfscl_nfs4_done_probes[NFSV41_NPROCS + 1];
nfsport.h 359 #define NFSV41_NPROCS 54
388 uint64_t rpccnt[NFSV41_NPROCS + 15];
nfsproto.h 337 #define NFSV41_NPROCS 54
nfs_commonsubs.c 181 int nfs_bigreply[NFSV41_NPROCS] = { 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0,

Completed in 28 milliseconds