OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numvnodes
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/pstat/
pstat.c
305
int
numvnodes
, ovflw;
local
309
e_vnodebase = loadvnodes(&
numvnodes
);
311
(void)printf("%7d vnodes\n",
numvnodes
);
314
endvnode = e_vnodebase +
numvnodes
* (VPTRSZ + VNODESZ);
315
(void)printf("%d active vnodes\n",
numvnodes
);
762
int
numvnodes
, next_offset;
local
764
KGET(V_NUMV,
numvnodes
);
765
if ((bp = malloc((
numvnodes
+ 20) * (VPTRSZ + VNODESZ))) == NULL)
768
ep = bp + (
numvnodes
+ 20) * (VPTRSZ + VNODESZ);
Completed in 22 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026