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
10#ifndef _UAPILINUX_NFSD_STATS_H
11#define _UAPILINUX_NFSD_STATS_H
12
13#include <linux/nfs4.h>
14
15/* thread usage wraps very million seconds (approx one fortnight) */
16#define	NFSD_USAGE_WRAP	(HZ*1000000)
17
18#endif /* _UAPILINUX_NFSD_STATS_H */
19