Searched refs:test_get_entry (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dtest_xarray.c780 static noinline void *test_get_entry(struct xarray *xa, unsigned long index) function
828 XA_BUG_ON(xa, test_get_entry(xa, base + i) != &some_val);
830 XA_BUG_ON(xa, test_get_entry(xa, next_index) != NULL);
834 XA_BUG_ON(xa, test_get_entry(xa, next_index) != &some_val_2);
843 XA_BUG_ON(xa, test_get_entry(xa, next_index + i) != &some_val_2);
857 XA_BUG_ON(xa, test_get_entry(xa, base + i) != NULL);
860 XA_BUG_ON(xa, test_get_entry(xa, next_index + i) != &some_val_2);
863 XA_BUG_ON(xa, test_get_entry(xa, next_next_index + i) != NULL);
873 XA_BUG_ON(xa, test_get_entry(xa, base + i) != NULL);
876 XA_BUG_ON(xa, test_get_entry(x
[all...]

Completed in 110 milliseconds