Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 /*
0003  * linux/include/linux/nfsd/stats.h
0004  *
0005  * Statistics for NFS server.
0006  *
0007  * Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de>
0008  */
0009 
0010 #ifndef _UAPILINUX_NFSD_STATS_H
0011 #define _UAPILINUX_NFSD_STATS_H
0012 
0013 #include <linux/nfs4.h>
0014 
0015 /* thread usage wraps very million seconds (approx one fortnight) */
0016 #define NFSD_USAGE_WRAP (HZ*1000000)
0017 
0018 #endif /* _UAPILINUX_NFSD_STATS_H */