Searched refs:radix_tree_replace_slot (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/sh/intc/ |
D | virq.c | 255 radix_tree_replace_slot(&d->tree, (void **)entries[i], in intc_subgroup_map()
|
/Linux-v4.19/include/linux/ |
D | radix-tree.h | 313 void radix_tree_replace_slot(struct radix_tree_root *,
|
/Linux-v4.19/mm/ |
D | khugepaged.c | 1435 radix_tree_replace_slot(&mapping->i_pages, slot, in collapse_shmem() 1546 radix_tree_replace_slot(&mapping->i_pages, slot, page); in collapse_shmem()
|
D | migrate.c | 529 radix_tree_replace_slot(&mapping->i_pages, pslot, newpage); in migrate_page_move_mapping() 537 radix_tree_replace_slot(&mapping->i_pages, pslot, in migrate_page_move_mapping() 613 radix_tree_replace_slot(&mapping->i_pages, pslot, newpage); in migrate_huge_page_move_mapping()
|
/Linux-v4.19/fs/ |
D | dax.c | 203 radix_tree_replace_slot(&mapping->i_pages, slot, (void *)entry); in lock_slot() 216 radix_tree_replace_slot(&mapping->i_pages, slot, (void *)entry); in unlock_slot()
|
/Linux-v4.19/tools/testing/radix-tree/ |
D | multiorder.c | 172 radix_tree_replace_slot(&tree, slot, item2); in multiorder_check()
|
/Linux-v4.19/lib/ |
D | radix-tree.c | 1224 void radix_tree_replace_slot(struct radix_tree_root *root, in radix_tree_replace_slot() function 1229 EXPORT_SYMBOL(radix_tree_replace_slot);
|
/Linux-v4.19/kernel/irq/ |
D | irqdomain.c | 1348 radix_tree_replace_slot(&d->domain->revmap_tree, slot, d); in irq_domain_fix_revmap()
|
/Linux-v4.19/drivers/md/ |
D | raid5-cache.c | 2703 radix_tree_replace_slot( in r5c_try_caching_write() 2861 radix_tree_replace_slot( in r5c_finish_stripe_write_out()
|
/Linux-v4.19/arch/s390/mm/ |
D | gmap.c | 1177 radix_tree_replace_slot(&sg->host_to_rmap, slot, rmap); in gmap_insert_rmap()
|