Home
last modified time | relevance | path

Searched refs:radix_tree_preload (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/include/linux/
H A Dradix-tree.h28 struct radix_tree_preload { struct
34 DECLARE_PER_CPU(struct radix_tree_preload, radix_tree_preloads); argument
239 int radix_tree_preload(gfp_t gfp_mask);
/linux-6.15/lib/
H A Dradix-tree.c62 DEFINE_PER_CPU(struct radix_tree_preload, radix_tree_preloads) = {
246 struct radix_tree_preload *rtp; in radix_tree_node_alloc()
324 struct radix_tree_preload *rtp; in __radix_tree_preload()
365 int radix_tree_preload(gfp_t gfp_mask) in radix_tree_preload() function
371 EXPORT_SYMBOL(radix_tree_preload);
1580 struct radix_tree_preload *rtp; in radix_tree_cpu_dead()
/linux-6.15/tools/testing/radix-tree/
H A Dtest.h59 extern struct radix_tree_preload radix_tree_preloads;
/linux-6.15/fs/xfs/
H A Dxfs_mru_cache.c430 if (radix_tree_preload(GFP_KERNEL)) in xfs_mru_cache_insert()
H A Dxfs_icache.c695 if (radix_tree_preload(GFP_KERNEL | __GFP_NOLOCKDEP)) { in xfs_iget_cache_miss()
/linux-6.15/arch/s390/mm/
H A Dgmap.c585 rc = radix_tree_preload(GFP_KERNEL_ACCOUNT); in __gmap_link()
1140 rc = radix_tree_preload(GFP_KERNEL_ACCOUNT); in gmap_protect_rmap()
1873 rc = radix_tree_preload(GFP_KERNEL_ACCOUNT); in gmap_shadow_page()
/linux-6.15/block/
H A Dblk-cgroup.c929 if (radix_tree_preload(GFP_KERNEL)) { in blkg_conf_prep()
1523 preloaded = !radix_tree_preload(GFP_KERNEL); in blkcg_init_disk()
/linux-6.15/fs/btrfs/
H A Dextent_io.c3029 ret = radix_tree_preload(GFP_NOFS); in alloc_test_extent_buffer()
3348 ret = radix_tree_preload(GFP_NOFS); in alloc_extent_buffer()
H A Ddisk-io.c1202 ret = radix_tree_preload(GFP_NOFS); in btrfs_insert_fs_root()
/linux-6.15/fs/f2fs/
H A Dcheckpoint.c528 radix_tree_preload(GFP_NOFS | __GFP_NOFAIL); in __add_ino_entry()
H A Dnode.c2351 radix_tree_preload(GFP_NOFS | __GFP_NOFAIL); in add_free_nid()
/linux-6.15/drivers/block/null_blk/
H A Dmain.c1013 if (radix_tree_preload(GFP_NOIO)) in null_insert_page()