OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vmesize
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/uvm/
uvm_map.c
5379
size_t count,
vmesize
;
local in function:fill_vmentries
5390
vmesize
= count * sizeof(*vme);
5392
vmesize
= 0;
5408
vme = kmem_alloc(
vmesize
, KM_SLEEP);
5411
if (oldp && (dp - (char *)oldp) <
vmesize
) {
5429
if (oldp && (dp - (char *)oldp) <
vmesize
) {
5443
kmem_free(vme,
vmesize
);
uvm_map.c
5379
size_t count,
vmesize
;
local in function:fill_vmentries
5390
vmesize
= count * sizeof(*vme);
5392
vmesize
= 0;
5408
vme = kmem_alloc(
vmesize
, KM_SLEEP);
5411
if (oldp && (dp - (char *)oldp) <
vmesize
) {
5429
if (oldp && (dp - (char *)oldp) <
vmesize
) {
5443
kmem_free(vme,
vmesize
);
Completed in 53 milliseconds
Indexes created Thu Nov 06 21:09:53 GMT 2025