OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:claim_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/shark/ofw/
ofw.c
1811
vsize_t newSize,
claim_size
;
local in function:ofw_malloc
1839
claim_size
= (size + PAGE_SIZE - 1) & ~(PAGE_SIZE - 1);
1840
ofw_claimpages(&virt_freeptr, &new,
claim_size
);
1841
if ((size + sizeof(LEFTOVER)) <=
claim_size
) {
1844
pLeft->size =
claim_size
- size;
ofw.c
1811
vsize_t newSize,
claim_size
;
local in function:ofw_malloc
1839
claim_size
= (size + PAGE_SIZE - 1) & ~(PAGE_SIZE - 1);
1840
ofw_claimpages(&virt_freeptr, &new,
claim_size
);
1841
if ((size + sizeof(LEFTOVER)) <=
claim_size
) {
1844
pLeft->size =
claim_size
- size;
Completed in 24 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025