drm/nouveau: consume the return of large GSP message
[drm/drm-misc.git] / include / uapi / linux / nfsd / stats.h
blobb1a38ae14a0266fe7ac3d5ad06c53e629798141d
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /*
3 * linux/include/linux/nfsd/stats.h
5 * Statistics for NFS server.
7 * Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de>
8 */
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 */