Searched refs:prev_h (Results 1 – 1 of 1) sorted by relevance
3395 struct hstate *h = NULL, *prev_h = NULL; in gather_bootmem_prealloc_node() local3417 if (h != prev_h && prev_h != NULL) in gather_bootmem_prealloc_node()3418 prep_and_add_bootmem_folios(prev_h, &folio_list); in gather_bootmem_prealloc_node()3419 prev_h = h; in gather_bootmem_prealloc_node()