Home
last modified time | relevance | path

Searched refs:radix_tree_tag_get (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/hwspinlock/
H A Dhwspinlock_core.c454 ret = radix_tree_tag_get(&hwspinlock_tree, id, HWSPINLOCK_UNUSED); in hwspin_lock_unregister_single()
770 ret = radix_tree_tag_get(&hwspinlock_tree, id, HWSPINLOCK_UNUSED); in hwspin_lock_request_specific()
815 ret = radix_tree_tag_get(&hwspinlock_tree, hwlock_to_id(hwlock), in hwspin_lock_free()
/openbmc/linux/include/linux/
H A Dradix-tree.h246 int radix_tree_tag_get(const struct radix_tree_root *,
/openbmc/linux/drivers/sh/intc/
H A Dvirq.c68 tagged = radix_tree_tag_get(&d->tree, enum_id, in intc_irq_lookup()
/openbmc/linux/tools/testing/radix-tree/
H A Dtest.c25 return radix_tree_tag_get(root, index, tag); in item_tag_get()
/openbmc/linux/lib/
H A Didr.c299 if (!slot || radix_tree_tag_get(&idr->idr_rt, id, IDR_FREE)) in idr_replace()
H A Dradix-tree.c1081 int radix_tree_tag_get(const struct radix_tree_root *root, in radix_tree_tag_get() function
1108 EXPORT_SYMBOL(radix_tree_tag_get);
/openbmc/linux/kernel/dma/
H A Ddebug.c436 if (radix_tree_tag_get(&dma_active_cacheline, cln, i)) in active_cacheline_read_overlap()