Searched refs:biggestone (Results 1 – 2 of 2) sorted by relevance
1934 int i, biggestone; in vm_phys_early_alloc() local1972 biggestone = 0; in vm_phys_early_alloc()1980 biggestone = i; in vm_phys_early_alloc()1990 pa = phys_avail[biggestone]; in vm_phys_early_alloc()1991 phys_avail[biggestone] += PAGE_SIZE; in vm_phys_early_alloc()1992 vm_phys_avail_check(biggestone); in vm_phys_early_alloc()1999 align = phys_avail[biggestone + 1] & (alloc_size - 1); in vm_phys_early_alloc()2003 vm_phys_avail_split(phys_avail[biggestone + 1] - align, in vm_phys_early_alloc()2004 biggestone) != 0) in vm_phys_early_alloc()2006 phys_avail[biggestone + 1] -= align; in vm_phys_early_alloc()[all …]
565 int biggestone, i, segind; in vm_page_startup() local581 biggestone = vm_phys_avail_largest(); in vm_page_startup()582 end = phys_avail[biggestone+1]; in vm_page_startup()640 phys_avail[biggestone + 1] = new_end; in vm_page_startup()693 biggestone = vm_phys_avail_largest(); in vm_page_startup()694 end = new_end = phys_avail[biggestone + 1]; in vm_page_startup()743 phys_avail[biggestone + 1] = new_end; in vm_page_startup()