Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/power/
Dsnapshot.c421 #define BM_ENTRIES_PER_LEVEL (PAGE_SIZE / sizeof(unsigned long)) macro
1234 nodes = DIV_ROUND_UP(nodes, BM_ENTRIES_PER_LEVEL); in snapshot_additional_pages()