Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/fs/nfsserver/
HDnfs_nfsdcache.c320 nfsstatsv1.srvcache_size = 0; in nfsrvd_initcache()
427 atomic_add_int(&nfsstatsv1.srvcache_size, 1); in nfsrc_getudp()
713 atomic_add_int(&nfsstatsv1.srvcache_size, 1); in nfsrc_gettcp()
802 atomic_add_int(&nfsstatsv1.srvcache_size, -1); in nfsrc_freecache()
826 nfsstatsv1.srvcache_size = 0; in nfsrvd_cleancache()
/freebsd-11-stable/sys/fs/nfs/
HDnfs_commonport.c544 oldnfsstats.srvcache_size = nfsstatsv1.srvcache_size; in nfssvc_call()
HDnfsport.h404 int srvcache_size; /* Updated by atomic_xx_int(). */ member
466 int srvcache_size; member
/freebsd-11-stable/usr.bin/nfsstat/
HDnfsstat.c803 (uintmax_t)ext_nfsstats.srvcache_size, in exp_intpr()
1166 (uintmax_t)ext_nfsstats.srvcache_size, in exp41_intpr()