Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
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-v6.1/lib/
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-v6.1/tools/testing/radix-tree/
Dtest.h59 extern struct radix_tree_preload radix_tree_preloads;
/Linux-v6.1/fs/xfs/
Dxfs_mru_cache.c430 if (radix_tree_preload(GFP_NOFS)) in xfs_mru_cache_insert()
Dxfs_icache.c633 if (radix_tree_preload(GFP_NOFS)) { in xfs_iget_cache_miss()
/Linux-v6.1/drivers/block/
Dbrd.c104 if (radix_tree_preload(GFP_NOIO)) { in brd_insert_page()
/Linux-v6.1/arch/s390/mm/
Dgmap.c596 rc = radix_tree_preload(GFP_KERNEL_ACCOUNT); in __gmap_link()
1238 rc = radix_tree_preload(GFP_KERNEL_ACCOUNT); in gmap_protect_rmap()
2144 rc = radix_tree_preload(GFP_KERNEL_ACCOUNT); in gmap_shadow_page()
/Linux-v6.1/block/
Dblk-cgroup.c705 if (radix_tree_preload(GFP_KERNEL)) { in blkg_conf_prep()
1233 preloaded = !radix_tree_preload(GFP_KERNEL); in blkcg_init_disk()
/Linux-v6.1/fs/xfs/libxfs/
Dxfs_ag.c294 error = radix_tree_preload(GFP_NOFS); in xfs_initialize_perag()
/Linux-v6.1/fs/btrfs/
Ddelayed-inode.c132 ret = radix_tree_preload(GFP_NOFS); in btrfs_get_or_create_delayed_node()
Dextent_io.c4469 ret = radix_tree_preload(GFP_NOFS); in alloc_test_extent_buffer()
4670 ret = radix_tree_preload(GFP_NOFS); in alloc_extent_buffer()
Ddisk-io.c1538 ret = radix_tree_preload(GFP_NOFS); in btrfs_insert_fs_root()
/Linux-v6.1/fs/f2fs/
Dcheckpoint.c498 radix_tree_preload(GFP_NOFS | __GFP_NOFAIL); in __add_ino_entry()
Dnode.c2289 radix_tree_preload(GFP_NOFS | __GFP_NOFAIL); in add_free_nid()
/Linux-v6.1/drivers/block/null_blk/
Dmain.c970 if (radix_tree_preload(GFP_NOIO)) in null_insert_page()