Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfs/
H A Dnfs_commonport.c554 oldnfsstats.cbrpccnt[i] = in nfssvc_call()
555 VNET(nfsstatsv1_p)->cbrpccnt[i]; in nfssvc_call()
664 nfsstatsov1.cbrpccnt[i] = in nfssvc_call()
665 VNET(nfsstatsv1_p)->cbrpccnt[i]; in nfssvc_call()
747 bzero(VNET(nfsstatsv1_p)->cbrpccnt, in nfssvc_call()
748 sizeof(VNET(nfsstatsv1_p)->cbrpccnt)); in nfssvc_call()
H A Dnfsport.h490 uint64_t cbrpccnt[NFSV42_CBNOPS + 10]; member
555 uint64_t cbrpccnt[NFSV42_CBNOPS]; member
617 int cbrpccnt[NFSV4OP_CBNOPS]; member
/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c3662 nfsstatsv1.cbrpccnt[nd->nd_procnum]++; in nfscl_docb()