Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Regen.
details: https://anonhg.NetBSD.org/src/rev/7c6849f5e758
branches: trunk
changeset: 329685:7c6849f5e758
user: joerg <joerg%NetBSD.org@localhost>
date: Tue Jun 03 21:16:37 2014 +0000
description:
Regen.
diffstat:
sys/rump/include/rump/rump_namei.h | 4 ++--
sys/sys/namei.h | 17 +++++++++++++++--
2 files changed, 17 insertions(+), 4 deletions(-)
diffs (54 lines):
diff -r 4dd9d9fcf625 -r 7c6849f5e758 sys/rump/include/rump/rump_namei.h
--- a/sys/rump/include/rump/rump_namei.h Tue Jun 03 21:16:15 2014 +0000
+++ b/sys/rump/include/rump/rump_namei.h Tue Jun 03 21:16:37 2014 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: rump_namei.h,v 1.23 2014/06/03 19:30:48 joerg Exp $ */
+/* $NetBSD: rump_namei.h,v 1.24 2014/06/03 21:16:37 joerg Exp $ */
/*
* WARNING: GENERATED FILE. DO NOT EDIT
* (edit namei.src and run make namei in src/sys/sys)
* by: NetBSD: gennameih.awk,v 1.5 2009/12/23 14:17:19 pooka Exp
- * from: NetBSD: namei.src,v 1.32 2014/06/03 19:30:29 joerg Exp
+ * from: NetBSD: namei.src,v 1.33 2014/06/03 21:16:15 joerg Exp
*/
#ifndef _RUMP_RUMP_NAMEI_H_
diff -r 4dd9d9fcf625 -r 7c6849f5e758 sys/sys/namei.h
--- a/sys/sys/namei.h Tue Jun 03 21:16:15 2014 +0000
+++ b/sys/sys/namei.h Tue Jun 03 21:16:37 2014 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: namei.h,v 1.88 2014/06/03 19:30:48 joerg Exp $ */
+/* $NetBSD: namei.h,v 1.89 2014/06/03 21:16:37 joerg Exp $ */
/*
* WARNING: GENERATED FILE. DO NOT EDIT
* (edit namei.src and run make namei in src/sys/sys)
* by: NetBSD: gennameih.awk,v 1.5 2009/12/23 14:17:19 pooka Exp
- * from: NetBSD: namei.src,v 1.32 2014/06/03 19:30:29 joerg Exp
+ * from: NetBSD: namei.src,v 1.33 2014/06/03 21:16:15 joerg Exp
*/
/*
@@ -312,6 +312,19 @@
long ncs_revmiss; /* reverse-cache misses */
};
+struct nchstats_sysctl {
+ uint64_t ncs_goodhits; /* hits that we can really use */
+ uint64_t ncs_neghits; /* negative hits that we can use */
+ uint64_t ncs_badhits; /* hits we must drop */
+ uint64_t ncs_falsehits; /* hits with id mismatch */
+ uint64_t ncs_miss; /* misses */
+ uint64_t ncs_long; /* long names that ignore cache */
+ uint64_t ncs_pass2; /* names found with passes == 2 */
+ uint64_t ncs_2passes; /* number of times we attempt it */
+ uint64_t ncs_revhits; /* reverse-cache hits */
+ uint64_t ncs_revmiss; /* reverse-cache misses */
+};
+
#ifdef _KERNEL
extern struct nchstats nchstats;
#endif
Home |
Main Index |
Thread Index |
Old Index