Home
last modified time | relevance | path

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

/freebsd-13.1/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c322 nfsstatsv1.srvcache_size = 0; in nfsrvd_initcache()
429 atomic_add_int(&nfsstatsv1.srvcache_size, 1); in nfsrc_getudp()
715 atomic_add_int(&nfsstatsv1.srvcache_size, 1); in nfsrc_gettcp()
804 atomic_add_int(&nfsstatsv1.srvcache_size, -1); in nfsrc_freecache()
828 nfsstatsv1.srvcache_size = 0; in nfsrvd_cleancache()
/freebsd-13.1/sys/fs/nfs/
H A Dnfs_commonport.c537 oldnfsstats.srvcache_size = nfsstatsv1.srvcache_size; in nfssvc_call()
635 nfsstatsov1.srvcache_size = in nfssvc_call()
636 nfsstatsv1.srvcache_size; in nfssvc_call()
H A Dnfsport.h473 int srvcache_size; /* Updated by atomic_xx_int(). */ member
538 int srvcache_size; /* Updated by atomic_xx_int(). */ member
600 int srvcache_size; member
/freebsd-13.1/usr.bin/nfsstat/
H A Dnfsstat.c1091 (uintmax_t)ext_nfsstats.srvcache_size, in exp_intpr()