Searched refs:radix_tree_tag_clear (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/tools/testing/radix-tree/ |
H A D | regression2.c | 103 radix_tree_tag_clear(&mt_tree, max_slots - 1, PAGECACHE_TAG_DIRTY); in regression2_test()
|
H A D | test.c | 20 return radix_tree_tag_clear(root, index, tag); in item_tag_clear()
|
/openbmc/linux/include/linux/ |
H A D | radix-tree.h | 244 void *radix_tree_tag_clear(struct radix_tree_root *,
|
/openbmc/linux/drivers/sh/intc/ |
H A D | virq.c | 253 radix_tree_tag_clear(&d->tree, entry->enum_id, in intc_subgroup_map()
|
/openbmc/linux/drivers/hwspinlock/ |
H A D | hwspinlock_core.c | 698 tmp = radix_tree_tag_clear(&hwspinlock_tree, hwlock_to_id(hwlock), in __hwspin_lock_request()
|
/openbmc/linux/lib/ |
H A D | radix-tree.c | 1029 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 D | xfs_icache.c | 277 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 D | transaction.c | 478 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 D | disk-io.c | 4880 radix_tree_tag_clear(&fs_info->fs_roots_radix, in btrfs_free_all_qgroup_pertrans()
|
/openbmc/linux/kernel/dma/ |
H A D | debug.c | 455 radix_tree_tag_clear(&dma_active_cacheline, cln, i); in active_cacheline_set_overlap()
|