Searched refs:SGLIST_PER_PAGE (Results 1 – 1 of 1) sorted by relevance
115 #define SGLIST_PER_PAGE ((PAGE_SIZE / sizeof(efi_capsule_block_desc_t)) - 1) macro123 return DIV_ROUND_UP(count, SGLIST_PER_PAGE); in sg_pages_num()249 for (j = 0; j < SGLIST_PER_PAGE && count > 0; j++) { in efi_capsule_update()