Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / include / uapi / linux / nfsd / stats.h
blob9fb7a064426352d3843aab65df22bbc24c03b02a
1 /*
2 * linux/include/linux/nfsd/stats.h
4 * Statistics for NFS server.
6 * Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de>
7 */
9 #ifndef _UAPILINUX_NFSD_STATS_H
10 #define _UAPILINUX_NFSD_STATS_H
12 #include <linux/nfs4.h>
14 /* thread usage wraps very million seconds (approx one fortnight) */
15 #define NFSD_USAGE_WRAP (HZ*1000000)
17 #endif /* _UAPILINUX_NFSD_STATS_H */