HomeSort by: relevance | last modified time | path
    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