stats.h 373 B

1234567891011121314151617
  1. /*
  2. * linux/include/linux/nfsd/stats.h
  3. *
  4. * Statistics for NFS server.
  5. *
  6. * Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de>
  7. */
  8. #ifndef _UAPILINUX_NFSD_STATS_H
  9. #define _UAPILINUX_NFSD_STATS_H
  10. #include <linux/nfs4.h>
  11. /* thread usage wraps very million seconds (approx one fortnight) */
  12. #define NFSD_USAGE_WRAP (HZ*1000000)
  13. #endif /* _UAPILINUX_NFSD_STATS_H */