Searched refs:xa_alloc_index (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/lib/ |
D | test_xarray.c | 51 static void xa_alloc_index(struct xarray *xa, unsigned long index, gfp_t gfp) in xa_alloc_index() function 684 xa_alloc_index(xa, base, GFP_KERNEL); in check_xa_alloc_1() 691 xa_alloc_index(xa, base, GFP_KERNEL); in check_xa_alloc_1() 695 xa_alloc_index(xa, i, GFP_KERNEL); in check_xa_alloc_1() 698 xa_alloc_index(xa, base, GFP_KERNEL); in check_xa_alloc_1() 704 xa_alloc_index(xa, base, GFP_KERNEL); in check_xa_alloc_1() 707 xa_alloc_index(xa, base + 1, GFP_KERNEL); in check_xa_alloc_1() 712 xa_alloc_index(xa, base + 2, GFP_KERNEL); in check_xa_alloc_1() 716 xa_alloc_index(xa, base, GFP_KERNEL); in check_xa_alloc_1() 722 xa_alloc_index(xa, base + i, GFP_KERNEL); in check_xa_alloc_1()
|