logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

stats.h (421B)


  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. /*
  3. * linux/include/linux/nfsd/stats.h
  4. *
  5. * Statistics for NFS server.
  6. *
  7. * Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de>
  8. */
  9. #ifndef LINUX_NFSD_STATS_H
  10. #define LINUX_NFSD_STATS_H
  11. #include <linux/nfs4.h>
  12. /* thread usage wraps very million seconds (approx one fortnight) */
  13. #define NFSD_USAGE_WRAP (HZ*1000000)
  14. #endif /* LINUX_NFSD_STATS_H */