Home
last modified time | relevance | path

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

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