Searched refs:STATNODE (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dvfs_cache.c276 #define STATNODE(mode, name, var, descr) \ macro
278 STATNODE(CTLFLAG_RD, numneg, &numneg, "Number of negative cache entries");
279 STATNODE(CTLFLAG_RD, numcache, &numcache, "Number of cache entries");
280 static u_long numcalls; STATNODE(CTLFLAG_RD, numcalls, &numcalls,
282 static u_long dothits; STATNODE(CTLFLAG_RD, dothits, &dothits,
284 static u_long dotdothits; STATNODE(CTLFLAG_RD, dotdothits, &dotdothits,
286 static u_long numchecks; STATNODE(CTLFLAG_RD, numchecks, &numchecks,
288 static u_long nummiss; STATNODE(CTLFLAG_RD, nummiss, &nummiss,
290 static u_long nummisszap; STATNODE(CTLFLAG_RD, nummisszap, &nummisszap,
292 static u_long numposzaps; STATNODE(CTLFLAG_R
1111 #undef STATNODE macro
1112 #define STATNODE macro
[all...]

Completed in 81 milliseconds