Where Online Learning is simpler!
The C and C++ Include Header Files
/usr/include/linux/nfsd/stats.h
$ cat -n /usr/include/linux/nfsd/stats.h 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
8 */ 9 10 #ifndef LINUX_NFSD_STATS_H 11 #define LINUX_NFSD_STATS_H 12 13 #include
14 15 /* thread usage wraps very million seconds (approx one fortnight) */ 16 #define NFSD_USAGE_WRAP (HZ*1000000) 17 18 #endif /* LINUX_NFSD_STATS_H */
Contact us
|
About us
|
Term of use
|
Copyright © 2000-2025 MyWebUniversity.com ™