Home
last modified time | relevance | path

Searched refs:xa_is_zero (Results 1 – 8 of 8) sorted by relevance

/linux/scripts/gdb/linux/
H A Dxarray.py22 def xa_is_zero(entry): function
H A Dmapletree.py249 if xarray.xa_is_zero(entry):
/linux/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst299 - xa_is_zero()
/linux/include/linux/
H A Dxarray.h189 static inline bool xa_is_zero(const void *entry) in xa_is_zero() function
1534 if (xa_is_zero(entry)) in xas_retry()
/linux/lib/
H A Dxarray.c442 return xa_is_zero(entry) ? NULL : entry; in xa_zero_to_null()
794 bool allow_root = !xa_is_node(entry) && !xa_is_zero(entry); in xas_store()
2463 else if (xa_is_zero(entry)) in xa_dump_entry()
H A Dtest_maple_tree.c634 if (xa_is_zero(entry)) in check_find_2()
/linux/drivers/iommu/iommufd/
H A Dmain.c248 } else if (xa_is_zero(obj) || !obj) { in iommufd_object_remove()
/linux/tools/testing/radix-tree/
H A Dmaple.c361 if (xa_is_zero(s_entry)) { in mas_ce2_over_count()
695 if (xa_is_zero(foo)) { in check_erase2_testset()
33521 if (xa_is_zero(entry)) in check_erase2_sets()
33576 if (xa_is_zero(entry)) in check_erase2_sets()