Searched refs:radix_tree_lookup_slot (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | radix-tree.h | 131 * radix_tree_lookup_slot 164 * @slot: slot pointer, returned by radix_tree_lookup_slot 166 * For use with radix_tree_lookup_slot(). Caller must hold tree at least read 182 * @slot: slot pointer, returned by radix_tree_lookup_slot 222 void __rcu **radix_tree_lookup_slot(const struct radix_tree_root *,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | radix-tree.h | 133 * radix_tree_lookup_slot 166 * @slot: slot pointer, returned by radix_tree_lookup_slot 168 * For use with radix_tree_lookup_slot(). Caller must hold tree at least read 184 * @slot: slot pointer, returned by radix_tree_lookup_slot 224 void __rcu **radix_tree_lookup_slot(const struct radix_tree_root *,
|
/kernel/linux/linux-5.10/lib/ |
H A D | radix-tree.c | 780 * radix_tree_lookup_slot - lookup a slot in a radix tree 792 void __rcu **radix_tree_lookup_slot(const struct radix_tree_root *root, in radix_tree_lookup_slot() function 801 EXPORT_SYMBOL(radix_tree_lookup_slot); variable 902 * For use with radix_tree_lookup_slot() and
|
/kernel/linux/linux-6.6/lib/ |
H A D | radix-tree.c | 782 * radix_tree_lookup_slot - lookup a slot in a radix tree 794 void __rcu **radix_tree_lookup_slot(const struct radix_tree_root *root, in radix_tree_lookup_slot() function 803 EXPORT_SYMBOL(radix_tree_lookup_slot); variable 904 * For use with radix_tree_lookup_slot() and
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | uverbs_ioctl.c | 375 return radix_tree_lookup_slot(pbundle->radix, in uapi_get_attr_for_method()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | uverbs_ioctl.c | 383 return radix_tree_lookup_slot(pbundle->radix, in uapi_get_attr_for_method()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5-cache.c | 2701 pslot = radix_tree_lookup_slot(&log->big_stripe_tree, in r5c_try_caching_write() 2856 pslot = radix_tree_lookup_slot(&log->big_stripe_tree, in r5c_finish_stripe_write_out()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5-cache.c | 2698 pslot = radix_tree_lookup_slot(&log->big_stripe_tree, in r5c_try_caching_write() 2853 pslot = radix_tree_lookup_slot(&log->big_stripe_tree, in r5c_finish_stripe_write_out()
|
/kernel/linux/linux-5.10/kernel/irq/ |
H A D | irqdomain.c | 1557 slot = radix_tree_lookup_slot(&d->domain->revmap_tree, d->hwirq); in irq_domain_fix_revmap()
|
/kernel/linux/linux-6.6/kernel/irq/ |
H A D | irqdomain.c | 1572 slot = radix_tree_lookup_slot(&d->domain->revmap_tree, d->hwirq); in irq_domain_fix_revmap()
|
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | gmap.c | 1184 slot = radix_tree_lookup_slot(&sg->host_to_rmap, vmaddr >> PAGE_SHIFT); in gmap_insert_rmap()
|
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | gmap.c | 1201 slot = radix_tree_lookup_slot(&sg->host_to_rmap, vmaddr >> PAGE_SHIFT); in gmap_insert_rmap()
|
Completed in 28 milliseconds