Home
last modified time | relevance | path

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

/linux-6.15/kernel/power/
H A Dsnapshot.c1929 pages_highmem = preallocate_image_highmem(highmem / 2); in hibernate_preallocate_memory()
1931 if (alloc > pages_highmem) in hibernate_preallocate_memory()
1932 alloc -= pages_highmem; in hibernate_preallocate_memory()
1939 pages += pages_highmem; in hibernate_preallocate_memory()
1940 pages_highmem = preallocate_image_highmem(alloc); in hibernate_preallocate_memory()
1941 if (pages_highmem < alloc) { in hibernate_preallocate_memory()
1943 alloc - pages_highmem); in hibernate_preallocate_memory()
1946 pages += pages_highmem; in hibernate_preallocate_memory()
1960 pages_highmem += size; in hibernate_preallocate_memory()
1963 pages_highmem += preallocate_image_highmem(alloc - size); in hibernate_preallocate_memory()
[all …]