Lines Matching refs:eidx
290 unsigned long sidx, unsigned long eidx) in __free() argument
296 eidx + bdata->node_min_pfn); in __free()
304 for (idx = sidx; idx < eidx; idx++) in __free()
310 unsigned long eidx, int flags) in __reserve() argument
318 eidx + bdata->node_min_pfn, in __reserve()
324 for (idx = sidx; idx < eidx; idx++) in __reserve()
340 unsigned long sidx, eidx; in mark_bootmem_node() local
349 eidx = end - bdata->node_min_pfn; in mark_bootmem_node()
352 return __reserve(bdata, sidx, eidx, flags); in mark_bootmem_node()
354 __free(bdata, sidx, eidx); in mark_bootmem_node()
551 unsigned long eidx, i, start_off, end_off; in alloc_bootmem_bdata() local
555 eidx = sidx + PFN_UP(size); in alloc_bootmem_bdata()
557 if (sidx >= midx || eidx > midx) in alloc_bootmem_bdata()
560 for (i = sidx; i < eidx; i++) in alloc_bootmem_bdata()