Home
last modified time | relevance | path

Searched defs:BLOCKS_PER_PAGE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/s390/block/
H A Ddasd_int.h156 #define BLOCKS_PER_PAGE(blksize) (PAGE_SIZE / blksize) macro
/openbmc/linux/mm/
H A Dshmem.c87 #define BLOCKS_PER_PAGE (PAGE_SIZE/512) macro