Searched refs:check_split_1 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | test_xarray.c | 1554 static void check_split_1(struct xarray *xa, unsigned long index, in check_split_1() function 1588 check_split_1(xa, 0, order, new_order); in check_split() 1589 check_split_1(xa, 1UL << order, order, new_order); in check_split() 1590 check_split_1(xa, 3UL << order, order, new_order); in check_split()
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_xarray.c | 1554 static void check_split_1(struct xarray *xa, unsigned long index, in check_split_1() function 1588 check_split_1(xa, 0, order, new_order); in check_split() 1589 check_split_1(xa, 1UL << order, order, new_order); in check_split() 1590 check_split_1(xa, 3UL << order, order, new_order); in check_split()
|
Completed in 5 milliseconds