Home
last modified time | relevance | path

Searched refs:pg_stats (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/fs/nfsd/
Dnfssvc.c82 .pg_stats = &nfsd_acl_svcstats,
114 .pg_stats = &nfsd_svcstats, /* version table */
/linux-4.1.27/include/linux/sunrpc/
Dsvc.h384 struct svc_stat * pg_stats; /* rpc statistics */ member
/linux-4.1.27/fs/nfs/
Dcallback.c497 .pg_stats = &nfs4_callback_stats,
/linux-4.1.27/fs/lockd/
Dsvc.c693 .pg_stats = &nlmsvc_stats, /* stats table */
/linux-4.1.27/net/sunrpc/
Dsvc.c438 serv->sv_stats = prog->pg_stats; in __svc_create()