Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/radix-tree/
Dtest.h61 struct radix_tree_preload { struct
65 extern struct radix_tree_preload radix_tree_preloads; argument
Dmultiorder.c467 struct radix_tree_preload *rtp = &radix_tree_preloads; in check_mem()
489 radix_tree_preload(GFP_KERNEL); in __multiorder_split()
/Linux-v4.19/lib/
Dradix-tree.c84 struct radix_tree_preload { struct
89 static DEFINE_PER_CPU(struct radix_tree_preload, radix_tree_preloads) = { 0, }; argument
391 struct radix_tree_preload *rtp; in radix_tree_node_alloc()
469 struct radix_tree_preload *rtp; in __radix_tree_preload()
510 int radix_tree_preload(gfp_t gfp_mask) in radix_tree_preload() function
516 EXPORT_SYMBOL(radix_tree_preload);
2258 struct radix_tree_preload *rtp; in radix_tree_cpu_dead()
/Linux-v4.19/fs/f2fs/
Dtrace.c64 if (radix_tree_preload(GFP_NOFS)) in f2fs_trace_pid()
Dcheckpoint.c442 radix_tree_preload(GFP_NOFS | __GFP_NOFAIL); in __add_ino_entry()
Dnode.c2076 radix_tree_preload(GFP_NOFS | __GFP_NOFAIL); in add_free_nid()
/Linux-v4.19/drivers/staging/erofs/
Dutils.c79 err = radix_tree_preload(GFP_NOFS); in erofs_register_workgroup()
/Linux-v4.19/fs/nilfs2/
Dbtnode.c177 err = radix_tree_preload(GFP_NOFS & ~__GFP_HIGHMEM); in nilfs_btnode_prepare_change_key()
/Linux-v4.19/include/linux/
Dradix-tree.h330 int radix_tree_preload(gfp_t gfp_mask);
/Linux-v4.19/fs/xfs/
Dxfs_mru_cache.c430 if (radix_tree_preload(GFP_NOFS)) in xfs_mru_cache_insert()
Dxfs_mount.c214 if (radix_tree_preload(GFP_NOFS)) in xfs_initialize_perag()
Dxfs_icache.c530 if (radix_tree_preload(GFP_NOFS)) { in xfs_iget_cache_miss()
/Linux-v4.19/fs/btrfs/
Dreada.c258 ret = radix_tree_preload(GFP_KERNEL); in reada_find_zone()
379 ret = radix_tree_preload(GFP_KERNEL); in reada_find_extent()
Ddelayed-inode.c141 ret = radix_tree_preload(GFP_NOFS); in btrfs_get_or_create_delayed_node()
Dextent_io.c4893 ret = radix_tree_preload(GFP_NOFS); in alloc_test_extent_buffer()
5005 ret = radix_tree_preload(GFP_NOFS); in alloc_extent_buffer()
Ddisk-io.c1528 ret = radix_tree_preload(GFP_NOFS); in btrfs_insert_fs_root()
/Linux-v4.19/drivers/block/
Dbrd.c110 if (radix_tree_preload(GFP_NOIO)) { in brd_insert_page()
Dnull_blk_main.c824 if (radix_tree_preload(GFP_NOIO)) in null_insert_page()
/Linux-v4.19/arch/s390/mm/
Dgmap.c597 rc = radix_tree_preload(GFP_KERNEL); in __gmap_link()
1215 rc = radix_tree_preload(GFP_KERNEL); in gmap_protect_rmap()
2120 rc = radix_tree_preload(GFP_KERNEL); in gmap_shadow_page()
/Linux-v4.19/block/
Dblk-cgroup.c1224 preloaded = !radix_tree_preload(GFP_KERNEL); in blkcg_init_queue()
/Linux-v4.19/fs/
Ddax.c555 err = radix_tree_preload( in grab_mapping_entry()
/Linux-v4.19/mm/
Dvmalloc.c869 err = radix_tree_preload(gfp_mask); in new_vmap_block()
Dfilemap.c789 error = radix_tree_preload(gfp_mask & GFP_RECLAIM_MASK); in replace_page_cache_page()