Searched refs:hint_idx (Results 1 – 2 of 2) sorted by relevance
270 if (bdata->hint_idx > sidx) in __free()271 bdata->hint_idx = sidx; in __free()511 if (bdata->hint_idx > sidx) { in alloc_bootmem_core()517 sidx = align_idx(bdata, bdata->hint_idx, step); in alloc_bootmem_core()550 bdata->hint_idx = PFN_UP(end_off); in alloc_bootmem_core()
32 unsigned long hint_idx; member