Searched refs:vm_low (Results 1 – 1 of 1) sorted by relevance
20 static unsigned int vm_low[VMAP_REGION_NR]; variable31 vm_low[type]= PFN_UP((vm_end[type] + 7) / 8); in vm_init_type()32 nr = PFN_UP((vm_low[type] + 7) / 8); in vm_init_type()42 bitmap_fill(vm_bitmap(type), vm_low[type]); in vm_init_type()45 populate_pt_range(va, vm_low[type] - nr); in vm_init_type()67 ASSERT(vm_low[t] == vm_top[t] || !test_bit(vm_low[t], vm_bitmap(t))); in vm_alloc()135 if ( start <= vm_low[t] + 2 ) in vm_alloc()136 vm_low[t] = bit; in vm_alloc()190 if ( bit < vm_low[type] ) in vm_free()192 vm_low[type] = bit - 1; in vm_free()[all …]
Completed in 2 milliseconds