patch-2.4.0-test5 linux/include/linux/nfsd/stats.h

Next file: linux/include/linux/nls.h
Previous file: linux/include/linux/netfilter_ipv6/ip6_tables.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test4/linux/include/linux/nfsd/stats.h linux/include/linux/nfsd/stats.h
@@ -29,6 +29,9 @@
 					 * in the cache (10percentiles). [10] = not found */
 };
 
+/* thread usage wraps very million seconds (approx one fortnight) */
+#define	NFSD_USAGE_WRAP	(HZ*1000000)
+
 #ifdef __KERNEL__
 
 extern struct nfsd_stats	nfsdstats;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)