Home
last modified time | relevance | path

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

/openbmc/linux/kernel/power/
H A 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()