Searched refs:radix_tree_deref_slot (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/sh/intc/
H A Dvirq.c219 entry = radix_tree_deref_slot((void **)entries[i]);
/linux-master/include/linux/
H A Dradix-tree.h165 * radix_tree_deref_slot - dereference a slot
177 static inline void *radix_tree_deref_slot(void __rcu **slot) function
186 * Similar to radix_tree_deref_slot. The caller does not hold the RCU read
198 * radix_tree_deref_retry - check radix_tree_deref_slot
199 * @arg: pointer returned by radix_tree_deref_slot
202 * radix_tree_deref_retry must be used with radix_tree_deref_slot.
210 * radix_tree_exception - radix_tree_deref_slot returned either exception?
211 * @arg: value returned by radix_tree_deref_slot
/linux-master/drivers/hwspinlock/
H A Dhwspinlock_core.c365 hwlock = radix_tree_deref_slot(slot);
/linux-master/drivers/xen/
H A Dpvcalls-back.c1011 mappass = radix_tree_deref_slot(slot);
/linux-master/drivers/nvme/target/
H A Dcore.c1360 pci_dev_put(radix_tree_deref_slot(slot));
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dgtt.c769 spt = radix_tree_deref_slot(slot);
/linux-master/fs/btrfs/
H A Dzoned.c2146 eb = radix_tree_deref_slot(slot);

Completed in 161 milliseconds