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