Searched refs:next_next_index (Results 1 – 1 of 1) sorted by relevance
/linux/lib/ |
H A D | test_xarray.c | 822 unsigned long index, base, next_index, next_next_index; in check_xa_multi_store_adv() local 828 next_next_index = round_down(next_index + nrpages, nrpages); in check_xa_multi_store_adv() 868 XA_BUG_ON(xa, test_get_entry(xa, next_next_index + i) != NULL); in check_xa_multi_store_adv() 875 check_xa_multi_store_adv_add(xa, next_next_index, order, &some_val_2); in check_xa_multi_store_adv() 884 XA_BUG_ON(xa, test_get_entry(xa, next_next_index + i) != &some_val_2); in check_xa_multi_store_adv() 886 check_xa_multi_store_adv_delete(xa, next_next_index, order); in check_xa_multi_store_adv()
|