Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/radix-tree/
H A Dtag_check.c104 assert(radix_tree_gang_lookup_tag(&tree, (void **)&item, 0, 1, 0) == 1); in contract_checks()
105 assert(radix_tree_gang_lookup_tag(&tree, (void **)&item, 0, 1, 1) == 0); in contract_checks()
139 while ((nr_found = radix_tree_gang_lookup_tag(tree, (void **)items, in gang_check()
318 ret = radix_tree_gang_lookup_tag(&tree, (void **)items, 0, BATCH, 0); in single_check()
320 ret = radix_tree_gang_lookup_tag(&tree, (void **)items, 1, BATCH, 0); in single_check()
326 ret = radix_tree_gang_lookup_tag(&tree, (void **)items, 0, BATCH, 1); in single_check()
329 ret = radix_tree_gang_lookup_tag(&tree, (void **)items, 0, BATCH, 0); in single_check()
/openbmc/linux/include/linux/
H A Dradix-tree.h250 unsigned int radix_tree_gang_lookup_tag(const struct radix_tree_root *,
/openbmc/linux/drivers/hwspinlock/
H A Dhwspinlock_core.c717 ret = radix_tree_gang_lookup_tag(&hwspinlock_tree, (void **)&hwlock, in hwspin_lock_request()
/openbmc/linux/lib/
H A Dradix-tree.c1302 radix_tree_gang_lookup_tag(const struct radix_tree_root *root, void **results, in radix_tree_gang_lookup_tag() function
1327 EXPORT_SYMBOL(radix_tree_gang_lookup_tag);
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ag.c72 found = radix_tree_gang_lookup_tag(&mp->m_perag_tree, in xfs_perag_get_tag()
143 found = radix_tree_gang_lookup_tag(&mp->m_perag_tree, in xfs_perag_grab_tag()
/openbmc/linux/fs/xfs/
H A Dxfs_icache.c1661 nr_found = radix_tree_gang_lookup_tag(&pag->pag_ici_root, in xfs_icwalk_ag()
/openbmc/linux/fs/btrfs/
H A Dtransaction.c1431 ret = radix_tree_gang_lookup_tag(&fs_info->fs_roots_radix, in commit_fs_roots()
H A Ddisk-io.c4848 ret = radix_tree_gang_lookup_tag(&fs_info->fs_roots_radix, in btrfs_free_all_qgroup_pertrans()