Home
last modified time | relevance | path

Searched refs:radix_tree_tag_clear (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/tools/testing/radix-tree/
H A Dregression2.c103 radix_tree_tag_clear(&mt_tree, max_slots - 1, PAGECACHE_TAG_DIRTY); in regression2_test()
H A Dtest.c20 return radix_tree_tag_clear(root, index, tag); in item_tag_clear()
/openbmc/linux/include/linux/
H A Dradix-tree.h244 void *radix_tree_tag_clear(struct radix_tree_root *,
/openbmc/linux/drivers/sh/intc/
H A Dvirq.c253 radix_tree_tag_clear(&d->tree, entry->enum_id, in intc_subgroup_map()
/openbmc/linux/drivers/hwspinlock/
H A Dhwspinlock_core.c698 tmp = radix_tree_tag_clear(&hwspinlock_tree, hwlock_to_id(hwlock), in __hwspin_lock_request()
/openbmc/linux/lib/
H A Dradix-tree.c1029 void *radix_tree_tag_clear(struct radix_tree_root *root, in radix_tree_tag_clear() function
1052 EXPORT_SYMBOL(radix_tree_tag_clear);
/openbmc/linux/fs/xfs/
H A Dxfs_icache.c277 radix_tree_tag_clear(&pag->pag_ici_root, agino, tag); in xfs_perag_clear_inode_tag()
289 radix_tree_tag_clear(&mp->m_perag_tree, pag->pag_agno, tag); in xfs_perag_clear_inode_tag()
/openbmc/linux/fs/btrfs/
H A Dtransaction.c478 radix_tree_tag_clear(&fs_info->fs_roots_radix, in btrfs_add_dropped_root()
1451 radix_tree_tag_clear(&fs_info->fs_roots_radix, in commit_fs_roots()
H A Ddisk-io.c4880 radix_tree_tag_clear(&fs_info->fs_roots_radix, in btrfs_free_all_qgroup_pertrans()
/openbmc/linux/kernel/dma/
H A Ddebug.c455 radix_tree_tag_clear(&dma_active_cacheline, cln, i); in active_cacheline_set_overlap()