Searched refs:vm_top (Results 1 – 1 of 1) sorted by relevance
33 vm_top[type] = nr * PAGE_SIZE * 8; in vm_init_type()71 if ( bit > vm_top[t] ) in vm_alloc()72 bit = vm_top[t]; in vm_alloc()78 if ( bit < vm_top[t] ) in vm_alloc()92 if ( start < vm_top[t] ) in vm_alloc()97 if ( vm_top[t] >= vm_end[t] ) in vm_alloc()106 if ( start >= vm_top[t] ) in vm_alloc()122 if ( start >= vm_top[t] ) in vm_alloc()131 if ( bit < vm_top[t] ) in vm_alloc()134 ASSERT(bit == vm_top[t]); in vm_alloc()[all …]
Completed in 3 milliseconds