Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dvirtual_address_range.c
/linux/drivers/acpi/
H A Dtables.c420 #define MAP_CHUNK_SIZE (NR_FIX_BTMAPS << PAGE_SHIFT) macro
533 if (clen > MAP_CHUNK_SIZE - slop) in acpi_table_upgrade()
534 clen = MAP_CHUNK_SIZE - slop; in acpi_table_upgrade()