Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dxarray.c454 if (xa_is_zero(entry) && xa_zero_busy(xa)) in xas_shrink()
787 bool allow_root = !xa_is_node(entry) && !xa_is_zero(entry); in xas_store()
1478 if (xa_is_zero(entry)) in xa_load()
1489 if (xa_is_zero(curr)) in xas_result()
2320 else if (xa_is_zero(entry)) in xa_dump_entry()
Dmaple_tree.c6338 if (xa_is_zero(entry)) in mtree_load()
6934 if (unlikely(xa_is_zero(entry))) in mt_find()
6942 if (likely(entry && !xa_is_zero(entry))) in mt_find()
6946 if (unlikely(xa_is_zero(entry))) in mt_find()
7129 else if (xa_is_zero(entry)) in mt_dump_entry()
Dtest_maple_tree.c634 if (xa_is_zero(entry)) in check_find_2()
/linux-6.12.1/Documentation/translations/zh_CN/core-api/
Dxarray.rst299 - xa_is_zero()
/linux-6.12.1/include/linux/
Dxarray.h189 static inline bool xa_is_zero(const void *entry) in xa_is_zero() function
1528 if (xa_is_zero(entry)) in xas_retry()
/linux-6.12.1/drivers/iommu/iommufd/
Dmain.c186 } else if (xa_is_zero(obj) || !obj) { in iommufd_object_remove()
/linux-6.12.1/mm/
Dmmap.c1922 if (!vma || unlikely(xa_is_zero(vma))) { in exit_mmap()
1962 } while (vma && likely(!xa_is_zero(vma))); in exit_mmap()
Dmemory.c379 if (unlikely(xa_is_zero(next))) in free_pgtables()
405 if (unlikely(xa_is_zero(next))) in free_pgtables()
1904 } while (vma && likely(!xa_is_zero(vma))); in unmap_vmas()
/linux-6.12.1/drivers/infiniband/core/
Ddevice.c164 if (xa_is_zero(entry)) in xan_find_marked()
171 if (xa_is_zero(entry)) in xan_find_marked()
/linux-6.12.1/Documentation/core-api/
Dxarray.rst381 - xa_is_zero()
/linux-6.12.1/tools/testing/radix-tree/
Dmaple.c768 if (xa_is_zero(s_entry)) { in mas_ce2_over_count()
1102 if (xa_is_zero(foo)) { in check_erase2_testset()
33928 if (xa_is_zero(entry)) in check_erase2_sets()
33983 if (xa_is_zero(entry)) in check_erase2_sets()