Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A Dpage_isolation.c392 unsigned long head_pfn = page_to_pfn(head); in isolate_single_pageblock() local
395 if (head_pfn + nr_pages <= boundary_pfn) { in isolate_single_pageblock()
396 pfn = head_pfn + nr_pages; in isolate_single_pageblock()
412 .zone = page_zone(pfn_to_page(head_pfn)), in isolate_single_pageblock()
430 flags, head_pfn, head_pfn + nr_pages); in isolate_single_pageblock()
435 ret = __alloc_contig_migrate_range(&cc, head_pfn, in isolate_single_pageblock()
436 head_pfn + nr_pages); in isolate_single_pageblock()
A Dpage_alloc.c6898 unsigned long head_pfn, in memmap_init_compound() argument
6903 unsigned long pfn, end_pfn = head_pfn + nr_pages; in memmap_init_compound()
6907 for (pfn = head_pfn + 1; pfn < end_pfn; pfn++) { in memmap_init_compound()
6911 prep_compound_tail(head, pfn - head_pfn); in memmap_init_compound()
6919 if (pfn == head_pfn + 1) in memmap_init_compound()

Completed in 19 milliseconds