Lines Matching refs:nrpages
738 unsigned int nrpages = 1UL << order; in check_xa_multi_store_adv_add() local
741 XA_BUG_ON(xa, index & (nrpages - 1)); in check_xa_multi_store_adv_add()
821 unsigned int nrpages = 1UL << order; in check_xa_multi_store_adv() local
826 base = round_down(index, nrpages); in check_xa_multi_store_adv()
827 next_index = round_down(base + nrpages, nrpages); in check_xa_multi_store_adv()
828 next_next_index = round_down(next_index + nrpages, nrpages); in check_xa_multi_store_adv()
832 for (i = 0; i < nrpages; i++) in check_xa_multi_store_adv()
847 for (i = 0; i < nrpages; i++) in check_xa_multi_store_adv()
861 for (i = 0; i < nrpages; i++) in check_xa_multi_store_adv()
864 for (i = 0; i < nrpages; i++) in check_xa_multi_store_adv()
867 for (i = 0; i < nrpages; i++) in check_xa_multi_store_adv()
877 for (i = 0; i < nrpages; i++) in check_xa_multi_store_adv()
880 for (i = 0; i < nrpages; i++) in check_xa_multi_store_adv()
883 for (i = 0; i < nrpages; i++) in check_xa_multi_store_adv()