Searched refs:N_ENTRIES_PER_PAGE (Results 1 – 1 of 1) sorted by relevance
572 #define N_ENTRIES_PER_PAGE (PAGE_SIZE / sizeof(*result)) in alloc_sgtable() macro579 BUILD_BUG_ON(N_ENTRIES_PER_PAGE < 2); in alloc_sgtable()585 if (nents <= N_ENTRIES_PER_PAGE) { in alloc_sgtable()592 n_alloc = N_ENTRIES_PER_PAGE; in alloc_sgtable()