Home
last modified time | relevance | path

Searched refs:hint_idx (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/mm/
Dbootmem.c270 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()
/linux-2.6.39/include/linux/
Dbootmem.h32 unsigned long hint_idx; member