Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/radix-tree/
Dtest.h58 struct radix_tree_preload { struct
62 extern struct radix_tree_preload radix_tree_preloads; argument
/Linux-v5.4/lib/
Dradix-tree.c69 struct radix_tree_preload { struct
74 static DEFINE_PER_CPU(struct radix_tree_preload, radix_tree_preloads) = { 0, }; argument
255 struct radix_tree_preload *rtp; in radix_tree_node_alloc()
333 struct radix_tree_preload *rtp; in __radix_tree_preload()
374 int radix_tree_preload(gfp_t gfp_mask) in radix_tree_preload() function
380 EXPORT_SYMBOL(radix_tree_preload);
1589 struct radix_tree_preload *rtp; in radix_tree_cpu_dead()
/Linux-v5.4/fs/f2fs/
Dtrace.c62 if (radix_tree_preload(GFP_NOFS)) in f2fs_trace_pid()
Dcheckpoint.c466 radix_tree_preload(GFP_NOFS | __GFP_NOFAIL); in __add_ino_entry()
Dnode.c2148 radix_tree_preload(GFP_NOFS | __GFP_NOFAIL); in add_free_nid()
/Linux-v5.4/include/linux/
Dradix-tree.h227 int radix_tree_preload(gfp_t gfp_mask);
/Linux-v5.4/fs/erofs/
Dutils.c99 err = radix_tree_preload(GFP_NOFS); in erofs_register_workgroup()
/Linux-v5.4/fs/xfs/
Dxfs_mru_cache.c430 if (radix_tree_preload(GFP_NOFS)) in xfs_mru_cache_insert()
Dxfs_mount.c212 if (radix_tree_preload(GFP_NOFS)) in xfs_initialize_perag()
Dxfs_icache.c535 if (radix_tree_preload(GFP_NOFS)) { in xfs_iget_cache_miss()
/Linux-v5.4/fs/btrfs/
Dreada.c259 ret = radix_tree_preload(GFP_KERNEL); in reada_find_zone()
382 ret = radix_tree_preload(GFP_KERNEL); in reada_find_extent()
Ddelayed-inode.c142 ret = radix_tree_preload(GFP_NOFS); in btrfs_get_or_create_delayed_node()
Dextent_io.c5082 ret = radix_tree_preload(GFP_NOFS); in alloc_test_extent_buffer()
5187 ret = radix_tree_preload(GFP_NOFS); in alloc_extent_buffer()
Ddisk-io.c1529 ret = radix_tree_preload(GFP_NOFS); in btrfs_insert_fs_root()
/Linux-v5.4/drivers/block/
Dbrd.c106 if (radix_tree_preload(GFP_NOIO)) { in brd_insert_page()
Dnull_blk_main.c811 if (radix_tree_preload(GFP_NOIO)) in null_insert_page()
/Linux-v5.4/arch/s390/mm/
Dgmap.c597 rc = radix_tree_preload(GFP_KERNEL); in __gmap_link()
1221 rc = radix_tree_preload(GFP_KERNEL); in gmap_protect_rmap()
2126 rc = radix_tree_preload(GFP_KERNEL); in gmap_shadow_page()
/Linux-v5.4/block/
Dblk-cgroup.c1207 preloaded = !radix_tree_preload(GFP_KERNEL); in blkcg_init_queue()
/Linux-v5.4/mm/
Dvmalloc.c1480 err = radix_tree_preload(gfp_mask); in new_vmap_block()