Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/power/
Dsnapshot.c336 #define BM_END_OF_MAP (~0UL) macro
898 return BM_END_OF_MAP; in memory_bm_next_pfn()
1158 while (pfn != BM_END_OF_MAP) { in clear_free_pages()
1428 if (unlikely(pfn == BM_END_OF_MAP)) in copy_data_pages()
1489 if (fr_pfn != BM_END_OF_MAP && pfn_valid(fr_pfn)) { in swsusp_free()
2072 if (unlikely(buf[j] == BM_END_OF_MAP)) in pack_pfns()
2147 while (pfn != BM_END_OF_MAP) { in duplicate_memory_bitmap()
2166 while (pfn != BM_END_OF_MAP) { in mark_unsafe_pages()
2220 if (unlikely(buf[j] == BM_END_OF_MAP)) in unpack_orig_pfns()
2265 while (pfn != BM_END_OF_MAP) { in count_highmem_image_pages()
[all …]
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dkernel.patch920 while (pfn != BM_END_OF_MAP) {