Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
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.3-rc2/lib/
A Dradix-tree.c60 DEFINE_PER_CPU(struct radix_tree_preload, radix_tree_preloads) = {
244 struct radix_tree_preload *rtp; in radix_tree_node_alloc()
322 struct radix_tree_preload *rtp; in __radix_tree_preload()
363 int radix_tree_preload(gfp_t gfp_mask) in radix_tree_preload() function
369 EXPORT_SYMBOL(radix_tree_preload);
1579 struct radix_tree_preload *rtp; in radix_tree_cpu_dead()
/linux-6.3-rc2/tools/testing/radix-tree/
A Dtest.h59 extern struct radix_tree_preload radix_tree_preloads;
/linux-6.3-rc2/fs/xfs/
A Dxfs_mru_cache.c430 if (radix_tree_preload(GFP_NOFS)) in xfs_mru_cache_insert()
A Dxfs_icache.c639 if (radix_tree_preload(GFP_NOFS)) { in xfs_iget_cache_miss()
/linux-6.3-rc2/arch/s390/mm/
A Dgmap.c595 rc = radix_tree_preload(GFP_KERNEL_ACCOUNT); in __gmap_link()
1237 rc = radix_tree_preload(GFP_KERNEL_ACCOUNT); in gmap_protect_rmap()
2148 rc = radix_tree_preload(GFP_KERNEL_ACCOUNT); in gmap_shadow_page()
/linux-6.3-rc2/block/
A Dblk-cgroup.c766 if (radix_tree_preload(GFP_KERNEL)) { in blkg_conf_prep()
1309 preloaded = !radix_tree_preload(GFP_KERNEL); in blkcg_init_disk()
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_ag.c353 error = radix_tree_preload(GFP_NOFS); in xfs_initialize_perag()
/linux-6.3-rc2/fs/btrfs/
A Ddelayed-inode.c137 ret = radix_tree_preload(GFP_NOFS); in btrfs_get_or_create_delayed_node()
A Dextent_io.c3911 ret = radix_tree_preload(GFP_NOFS); in alloc_test_extent_buffer()
4112 ret = radix_tree_preload(GFP_NOFS); in alloc_extent_buffer()
A Ddisk-io.c1449 ret = radix_tree_preload(GFP_NOFS); in btrfs_insert_fs_root()
/linux-6.3-rc2/fs/f2fs/
A Dcheckpoint.c504 radix_tree_preload(GFP_NOFS | __GFP_NOFAIL); in __add_ino_entry()
A Dnode.c2293 radix_tree_preload(GFP_NOFS | __GFP_NOFAIL); in add_free_nid()
/linux-6.3-rc2/drivers/block/null_blk/
A Dmain.c990 if (radix_tree_preload(GFP_NOIO)) in null_insert_page()

Completed in 71 milliseconds