Searched defs:BLOCKS_PER_PAGE (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/s390/block/ | ||
H A D | dasd_int.h | 156 #define BLOCKS_PER_PAGE(blksize) (PAGE_SIZE / blksize) macro |
/openbmc/linux/mm/ | ||
H A D | shmem.c | 87 #define BLOCKS_PER_PAGE (PAGE_SIZE/512) macro |