Searched refs:xa_alloc_index (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/lib/ |
| D | test_xarray.c | 47 static void xa_alloc_index(struct xarray *xa, unsigned long index, gfp_t gfp) in xa_alloc_index() function 655 xa_alloc_index(xa, base, GFP_KERNEL); in check_xa_alloc_1() 662 xa_alloc_index(xa, base, GFP_KERNEL); in check_xa_alloc_1() 666 xa_alloc_index(xa, i, GFP_KERNEL); in check_xa_alloc_1() 669 xa_alloc_index(xa, base, GFP_KERNEL); in check_xa_alloc_1() 675 xa_alloc_index(xa, base, GFP_KERNEL); in check_xa_alloc_1() 678 xa_alloc_index(xa, base + 1, GFP_KERNEL); in check_xa_alloc_1() 683 xa_alloc_index(xa, base + 2, GFP_KERNEL); in check_xa_alloc_1() 687 xa_alloc_index(xa, base, GFP_KERNEL); in check_xa_alloc_1() 693 xa_alloc_index(xa, base + i, GFP_KERNEL); in check_xa_alloc_1()
|