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

/linux-master/lib/
H A Dtest_xarray.c51 static void xa_alloc_index(struct xarray *xa, unsigned long index, gfp_t gfp) function
912 xa_alloc_index(xa, base, GFP_KERNEL);
919 xa_alloc_index(xa, base, GFP_KERNEL);
923 xa_alloc_index(xa, i, GFP_KERNEL);
926 xa_alloc_index(xa, base, GFP_KERNEL);
932 xa_alloc_index(xa, base, GFP_KERNEL);
935 xa_alloc_index(xa, base + 1, GFP_KERNEL);
940 xa_alloc_index(xa, base + 2, GFP_KERNEL);
944 xa_alloc_index(xa, base, GFP_KERNEL);
950 xa_alloc_index(x
[all...]

Completed in 281 milliseconds