Home
last modified time | relevance | path

Searched refs:biggestone (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/vm/
H A Dvm_phys.c1618 int i, mem_index, biggestone; in vm_phys_early_alloc() local
1656 biggestone = 0; in vm_phys_early_alloc()
1664 biggestone = i; in vm_phys_early_alloc()
1674 pa = phys_avail[biggestone]; in vm_phys_early_alloc()
1675 phys_avail[biggestone] += PAGE_SIZE; in vm_phys_early_alloc()
1676 vm_phys_avail_check(biggestone); in vm_phys_early_alloc()
1688 biggestone) != 0) in vm_phys_early_alloc()
1690 phys_avail[biggestone + 1] -= align; in vm_phys_early_alloc()
1692 phys_avail[biggestone + 1] -= alloc_size; in vm_phys_early_alloc()
1693 vm_phys_avail_check(biggestone); in vm_phys_early_alloc()
[all …]
H A Dvm_page.c564 int biggestone, i, segind; in vm_page_startup() local
576 biggestone = vm_phys_avail_largest(); in vm_page_startup()
577 end = phys_avail[biggestone+1]; in vm_page_startup()
636 phys_avail[biggestone + 1] = new_end; in vm_page_startup()
688 biggestone = vm_phys_avail_largest(); in vm_page_startup()
689 end = new_end = phys_avail[biggestone + 1]; in vm_page_startup()
739 phys_avail[biggestone + 1] = new_end; in vm_page_startup()