OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chunkoff
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/rump/librump/rumpkern/
vm.c
1371
size_t
chunkoff
, chunklen;
local in function:ubc_zerorange
1380
chunkoff
= off & PAGE_MASK;
1381
chunklen = MIN(PAGE_SIZE -
chunkoff
, len);
1382
start = (uint8_t *)pg->uanon +
chunkoff
;
vm.c
1371
size_t
chunkoff
, chunklen;
local in function:ubc_zerorange
1380
chunkoff
= off & PAGE_MASK;
1381
chunklen = MIN(PAGE_SIZE -
chunkoff
, len);
1382
start = (uint8_t *)pg->uanon +
chunkoff
;
vm.c
1371
size_t
chunkoff
, chunklen;
local in function:ubc_zerorange
1380
chunkoff
= off & PAGE_MASK;
1381
chunklen = MIN(PAGE_SIZE -
chunkoff
, len);
1382
start = (uint8_t *)pg->uanon +
chunkoff
;
Completed in 33 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025