Home
last modified time | relevance | path

Searched refs:NFSV4_NPROCS (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/nfs/
H A Dnfsport.h390 #define NFSV4_NPROCS 41 macro
604 int rpccnt[NFSV4_NPROCS];
639 * Define NFS_NPROCS as NFSV4_NPROCS for the experimental kernel code.
642 #define NFS_NPROCS NFSV4_NPROCS
H A Dnfsproto.h357 #define NFSV4_NPROCS 41 macro
423 #define NFS_NPROCS NFSV4_NPROCS
H A Dnfs_commonport.c513 for (i = 0; i < NFSV4_NPROCS; i++) in nfssvc_call()