Lines Matching refs:eidx
323 unsigned long sidx, unsigned long eidx) in __free() argument
329 eidx + bdata->node_min_pfn); in __free()
337 for (idx = sidx; idx < eidx; idx++) in __free()
343 unsigned long eidx, int flags) in __reserve() argument
351 eidx + bdata->node_min_pfn, in __reserve()
357 for (idx = sidx; idx < eidx; idx++) in __reserve()
373 unsigned long sidx, eidx; in mark_bootmem_node() local
382 eidx = end - bdata->node_min_pfn; in mark_bootmem_node()
385 return __reserve(bdata, sidx, eidx, flags); in mark_bootmem_node()
387 __free(bdata, sidx, eidx); in mark_bootmem_node()
569 unsigned long eidx, i, start_off, end_off; in alloc_bootmem_bdata() local
573 eidx = sidx + PFN_UP(size); in alloc_bootmem_bdata()
575 if (sidx >= midx || eidx > midx) in alloc_bootmem_bdata()
578 for (i = sidx; i < eidx; i++) in alloc_bootmem_bdata()