brintos

brintos / linux-shallow public Read only

0
0
Text · 436 B · b1a38ae Raw
19 lines · c
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */2/*3 * linux/include/linux/nfsd/stats.h4 *5 * Statistics for NFS server.6 *7 * Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de>8 */9 10#ifndef _UAPILINUX_NFSD_STATS_H11#define _UAPILINUX_NFSD_STATS_H12 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