Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clkdtrace.c94 static struct dtnfsclient_rpc dtnfsclient_rpcs[NFSV41_NPROCS + 1] = {
186 extern uint32_t nfscl_nfs2_start_probes[NFSV41_NPROCS + 1];
187 extern uint32_t nfscl_nfs2_done_probes[NFSV41_NPROCS + 1];
189 extern uint32_t nfscl_nfs3_start_probes[NFSV41_NPROCS + 1];
190 extern uint32_t nfscl_nfs3_done_probes[NFSV41_NPROCS + 1];
192 extern uint32_t nfscl_nfs4_start_probes[NFSV41_NPROCS + 1];
193 extern uint32_t nfscl_nfs4_done_probes[NFSV41_NPROCS + 1];
204 for (i = 0; i < NFSV41_NPROCS + 1; i++) { in dtnfs234_isdoneprobe()
388 for (i = 0; i < NFSV41_NPROCS + 1; i++) { in dtnfsclient_provide()
417 for (i = 0; i < NFSV41_NPROCS + 1; i++) { in dtnfsclient_provide()
[all …]
/freebsd/sys/fs/nfs/
H A Dnfs_commonkrpc.c79 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];
H A Dnfsport.h412 #define NFSV41_NPROCS 56 macro
H A Dnfsproto.h379 #define NFSV41_NPROCS 56 macro