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