Searched defs:alloc_end (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/lib/ |
H A D | relocator.c | 793 grub_addr_t alloc_start, alloc_end; local 795 alloc_end = min (events[j].pos, target + size); 796 if (alloc_end > alloc_start) 801 allocate_regstart (alloc_start, alloc_end - alloc_start, 814 allocate_inreg (alloc_start, alloc_end - alloc_start, 833 = ALIGN_UP (alloc_end, 859 unsigned offend = alloc_end 971 grub_addr_t alloc_start, alloc_end; local 977 alloc_end = min (events[j].pos, target + size); 978 if (alloc_end > alloc_star [all...] |
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_sp.c | 1198 * alloc_end ], and another free extent containing the 1199 * range ( alloc_end .. free_end ]. If either of the two 1219 sp_ext_offset_t alloc_end = alloc_offset + alloc_length; local 1224 assert(free_end >= alloc_end); 1234 if (free_end > alloc_end) { 1235 meta_sp_list_insert(NULL, NULL, head, alloc_end, 1236 (free_end - alloc_end), EXTTYP_FREE, 0, EXTFLG_UPDATE,
|
Completed in 36 milliseconds