Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/radix-tree/generated/
H A Dautoconf.h2 #define CONFIG_XARRAY_MULTI 1 macro
/openbmc/linux/lib/
H A Dtest_xarray.c16 IS_ENABLED(CONFIG_XARRAY_MULTI) ? BITS_PER_LONG : 1;
294 #ifdef CONFIG_XARRAY_MULTI in check_xa_mark_3()
530 #ifdef CONFIG_XARRAY_MULTI
599 #ifdef CONFIG_XARRAY_MULTI in check_multi_store()
925 #ifdef CONFIG_XARRAY_MULTI in check_store_iter()
936 #ifdef CONFIG_XARRAY_MULTI in check_multi_find_1()
1154 #ifdef CONFIG_XARRAY_MULTI in check_find_entry()
1523 #ifdef CONFIG_XARRAY_MULTI in __check_store_range()
1553 #ifdef CONFIG_XARRAY_MULTI
1712 #ifdef CONFIG_XARRAY_MULTI in check_account()
[all …]
H A Dxarray.c399 #ifdef CONFIG_XARRAY_MULTI
417 #ifdef CONFIG_XARRAY_MULTI in xas_max()
955 #ifdef CONFIG_XARRAY_MULTI
1666 #ifdef CONFIG_XARRAY_MULTI
2043 if (!IS_ENABLED(CONFIG_XARRAY_MULTI) || !node) in xas_sibling()
/openbmc/linux/include/linux/
H A Dxarray.h1283 return IS_ENABLED(CONFIG_XARRAY_MULTI) && xa_is_internal(entry) && in xa_is_sibling()
1549 #ifdef CONFIG_XARRAY_MULTI
1593 if (IS_ENABLED(CONFIG_XARRAY_MULTI)) { in xas_reload()
1647 #ifdef CONFIG_XARRAY_MULTI in xas_set_order()