Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c436 atomic_add_int(&VNET(nfsstatsv1_p)->srvcache_size, 1); in nfsrc_getudp()
723 atomic_add_int(&VNET(nfsstatsv1_p)->srvcache_size, 1); in nfsrc_gettcp()
812 atomic_add_int(&VNET(nfsstatsv1_p)->srvcache_size, -1); in nfsrc_freecache()
835 VNET(nfsstatsv1_p)->srvcache_size = 0; in nfsrvd_cleancache()
/freebsd/sys/fs/nfs/
H A Dnfs_commonport.c539 oldnfsstats.srvcache_size = in nfssvc_call()
540 VNET(nfsstatsv1_p)->srvcache_size; in nfssvc_call()
649 nfsstatsov1.srvcache_size = in nfssvc_call()
650 VNET(nfsstatsv1_p)->srvcache_size; in nfssvc_call()
H A Dnfsport.h483 int srvcache_size; /* Updated by atomic_xx_int(). */ member
548 int srvcache_size; /* Updated by atomic_xx_int(). */ member
610 int srvcache_size; member
/freebsd/usr.bin/nfsstat/
H A Dnfsstat.c1085 (uintmax_t)ext_nfsstats.srvcache_size, in exp_intpr()