Searched refs:NFS_NPROCS (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/sys/nfsserver/
H A Dnfsrvstats.h50 int srvrpccnt[NFS_NPROCS];
H A Dnfs.h115 #ifdef NFS_NPROCS
163 extern const int nfsrvv2_procid[NFS_NPROCS];
164 extern const int nfsrv_nfsv3_procid[NFS_NPROCS];
165 extern int32_t (*nfsrv3_procs[NFS_NPROCS])(struct nfsrv_descript *nd,
H A Dnfs_srvkrpc.c120 int32_t (*nfsrv3_procs[NFS_NPROCS])(struct nfsrv_descript *nd,
269 if (rqst->rq_proc >= NFS_NPROCS) {
H A Dnfs_srvsubs.c99 const int nfsrv_nfsv3_procid[NFS_NPROCS] = {
128 const int nfsrvv2_procid[NFS_NPROCS] = {
/freebsd-9.3-release/sys/nfsclient/
H A Dnfsstats.h66 int rpccnt[NFS_NPROCS];
H A Dnfs_kdtrace.c91 static struct dtnfsclient_rpc dtnfsclient_rpcs[NFS_NPROCS] = {
175 * For simplicity, we allocate both v2 and v3 arrays as NFS_NPROCS, and the
178 extern uint32_t nfsclient_nfs2_start_probes[NFS_NPROCS];
179 extern uint32_t nfsclient_nfs2_done_probes[NFS_NPROCS];
181 extern uint32_t nfsclient_nfs3_start_probes[NFS_NPROCS];
182 extern uint32_t nfsclient_nfs3_done_probes[NFS_NPROCS];
193 for (i = 0; i < NFS_NPROCS; i++) {
376 for (i = 0; i < NFS_NPROCS; i++) {
404 for (i = 0; i < NFS_NPROCS; i++) {
H A Dnfs.h105 #ifdef NFS_NPROCS
140 extern int nfsv3_procid[NFS_NPROCS];
H A Dnfs_krpc.c83 uint32_t nfsclient_nfs2_start_probes[NFS_NPROCS];
84 uint32_t nfsclient_nfs2_done_probes[NFS_NPROCS];
86 uint32_t nfsclient_nfs3_start_probes[NFS_NPROCS];
87 uint32_t nfsclient_nfs3_done_probes[NFS_NPROCS];
127 static enum nfs_rto_timer_t nfs_proct[NFS_NPROCS] = {
H A Dnfs_subs.c126 int nfsv2_procid[NFS_NPROCS] = {
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clkdtrace.c95 static struct dtnfsclient_rpc dtnfsclient_rpcs[NFS_NPROCS + 1] = {
199 * For simplicity, we allocate both v2, v3 and v4 arrays as NFS_NPROCS + 1, and
202 extern uint32_t nfscl_nfs2_start_probes[NFS_NPROCS + 1];
203 extern uint32_t nfscl_nfs2_done_probes[NFS_NPROCS + 1];
205 extern uint32_t nfscl_nfs3_start_probes[NFS_NPROCS + 1];
206 extern uint32_t nfscl_nfs3_done_probes[NFS_NPROCS + 1];
208 extern uint32_t nfscl_nfs4_start_probes[NFS_NPROCS + 1];
209 extern uint32_t nfscl_nfs4_done_probes[NFS_NPROCS + 1];
220 for (i = 0; i < NFS_NPROCS + 1; i++) {
404 for (i = 0; i < NFS_NPROCS
[all...]
H A Dnfs_clcomsubs.c59 } nfsv4_opmap[NFS_NPROCS] = {
107 static int nfs_bigrequest[NFS_NPROCS] = {
/freebsd-9.3-release/lib/libstand/
H A Dnfsv2.h110 #define NFS_NPROCS 18 macro
/freebsd-9.3-release/sys/fs/nfs/
H A Dnfs_commonkrpc.c79 uint32_t nfscl_nfs2_start_probes[NFS_NPROCS + 1];
80 uint32_t nfscl_nfs2_done_probes[NFS_NPROCS + 1];
82 uint32_t nfscl_nfs3_start_probes[NFS_NPROCS + 1];
83 uint32_t nfscl_nfs3_done_probes[NFS_NPROCS + 1];
85 uint32_t nfscl_nfs4_start_probes[NFS_NPROCS + 1];
86 uint32_t nfscl_nfs4_done_probes[NFS_NPROCS + 1];
H A Dnfsport.h267 * NFS_V3NPROCS is one greater than the last V3 op and NFS_NPROCS is
361 * Define NFS_NPROCS as NFSV4_NPROCS for the experimental kernel code.
363 #ifndef NFS_NPROCS
364 #define NFS_NPROCS NFSV4_NPROCS macro
H A Dnfsproto.h231 * NFS_V3NPROCS is one greater than the last V3 op and NFS_NPROCS is
264 * Define NFS_NPROCS as NFSV4_NPROCS for the experimental kernel code.
266 #ifndef NFS_NPROCS
267 #define NFS_NPROCS NFSV4_NPROCS macro
H A Dnfs_commonsubs.c151 static int nfs_bigreply[NFS_NPROCS] = { 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0,
/freebsd-9.3-release/contrib/tcpdump/
H A Dnfs.h181 #define NFS_NPROCS 26 macro
H A Dprint-nfs.c65 u_int32_t nfsv3_procid[NFS_NPROCS] = {
539 if (!v3 && proc < NFS_NPROCS)
1545 if (!v3 && proc < NFS_NPROCS)
/freebsd-9.3-release/sys/nfs/
H A Dnfsproto.h216 #define NFS_NPROCS 23 macro
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c301 static int nfs_writerpc[NFS_NPROCS] = { 0, 0, 1, 0, 0, 0, 0,

Completed in 112 milliseconds