Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/radix-tree/generated/
Dautoconf.h1 #define CONFIG_XARRAY_MULTI 1 macro
/Linux-v5.4/lib/
Dtest_xarray.c174 unsigned int max_order = IS_ENABLED(CONFIG_XARRAY_MULTI) ? 8 : 1; in check_xa_mark_1()
303 unsigned int max_order = IS_ENABLED(CONFIG_XARRAY_MULTI) ? 15 : 1; in check_xa_shrink()
501 #ifdef CONFIG_XARRAY_MULTI
570 #ifdef CONFIG_XARRAY_MULTI in check_multi_store()
870 unsigned int max_order = IS_ENABLED(CONFIG_XARRAY_MULTI) ? 20 : 1; in check_store_iter()
896 #ifdef CONFIG_XARRAY_MULTI in check_store_iter()
907 #ifdef CONFIG_XARRAY_MULTI in check_multi_find()
933 unsigned int max_order = IS_ENABLED(CONFIG_XARRAY_MULTI) ? 10 : 1; in check_multi_find_2()
1083 #ifdef CONFIG_XARRAY_MULTI in check_find_entry()
1340 unsigned int max_order = IS_ENABLED(CONFIG_XARRAY_MULTI) ? 12 : 1; in check_create_range()
[all …]
Dxarray.c394 #ifdef CONFIG_XARRAY_MULTI
412 #ifdef CONFIG_XARRAY_MULTI in xas_max()
1501 #ifdef CONFIG_XARRAY_MULTI
/Linux-v5.4/include/linux/
Dxarray.h1212 return IS_ENABLED(CONFIG_XARRAY_MULTI) && xa_is_internal(entry) && in xa_is_sibling()
1520 #ifdef CONFIG_XARRAY_MULTI in xas_set_order()