OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_pmaps
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/usermode/usermode/
pmap.c
133
int
num_pmaps
= 0;
variable in typeref:typename:int
499
num_pmaps
++;
501
printf("%s: pre alloc:
num_pmaps
%"PRIu64" (%"PRIu64" kb), "
504
(uint64_t)
num_pmaps
,
505
(uint64_t)
num_pmaps
* (sizeof(*pmap) + pm_l1_size) / 1024,
534
num_pmaps
--;
pmap.c
133
int
num_pmaps
= 0;
variable in typeref:typename:int
499
num_pmaps
++;
501
printf("%s: pre alloc:
num_pmaps
%"PRIu64" (%"PRIu64" kb), "
504
(uint64_t)
num_pmaps
,
505
(uint64_t)
num_pmaps
* (sizeof(*pmap) + pm_l1_size) / 1024,
534
num_pmaps
--;
pmap.c
133
int
num_pmaps
= 0;
variable in typeref:typename:int
499
num_pmaps
++;
501
printf("%s: pre alloc:
num_pmaps
%"PRIu64" (%"PRIu64" kb), "
504
(uint64_t)
num_pmaps
,
505
(uint64_t)
num_pmaps
* (sizeof(*pmap) + pm_l1_size) / 1024,
534
num_pmaps
--;
Completed in 35 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025