Home
last modified time | relevance | path

Searched refs:xa_mk_index (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/lib/
H A Dtest_xarray.c35 static void *xa_mk_index(unsigned long index) in xa_mk_index() function
503 xas_store(&xas, xa_mk_index(j)); in check_xas_erase()
545 XA_BUG_ON(xa, xas_store(&xas, xa_mk_index(min)) != xa_mk_index(index)); in check_multi_store_1()
825 entry = xa_mk_index(i); in check_xa_alloc_3()
827 entry = xa_mk_index(i - 0x3fff); in check_xa_alloc_3()
882 xas_store(&xas, xa_mk_index(start)); in __check_store_iter()
892 xa_mk_index(start)); in __check_store_iter()
1164 xa_mk_index(index), GFP_KERNEL); in check_find_entry()
1166 xa_mk_index(index)); in check_find_entry()
1168 xa_mk_index(index)) != index); in check_find_entry()
[all …]