Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Dradix-tree.c66 struct radix_tree_preload { struct
71 static DEFINE_PER_CPU(struct radix_tree_preload, radix_tree_preloads) = { 0, }; argument
192 struct radix_tree_preload *rtp; in radix_tree_node_alloc()
256 struct radix_tree_preload *rtp; in __radix_tree_preload()
291 int radix_tree_preload(gfp_t gfp_mask) in radix_tree_preload() function
297 EXPORT_SYMBOL(radix_tree_preload);
1478 struct radix_tree_preload *rtp; in radix_tree_callback()
/linux-4.4.14/fs/f2fs/
Dtrace.c63 if (radix_tree_preload(GFP_NOFS)) in f2fs_trace_pid()
Dcheckpoint.c370 radix_tree_preload(GFP_NOFS | __GFP_NOFAIL); in __add_ino_entry()
Dnode.c1458 if (radix_tree_preload(GFP_NOFS)) { in add_free_nid()
/linux-4.4.14/include/linux/
Dradix-tree.h280 int radix_tree_preload(gfp_t gfp_mask);
/linux-4.4.14/fs/nilfs2/
Dbtnode.c191 err = radix_tree_preload(GFP_NOFS & ~__GFP_HIGHMEM); in nilfs_btnode_prepare_change_key()
/linux-4.4.14/fs/xfs/
Dxfs_mru_cache.c440 if (radix_tree_preload(GFP_NOFS)) in xfs_mru_cache_insert()
Dxfs_mount.c218 if (radix_tree_preload(GFP_NOFS)) in xfs_initialize_perag()
Dxfs_icache.c309 if (radix_tree_preload(GFP_NOFS)) { in xfs_iget_cache_miss()
/linux-4.4.14/drivers/block/
Dbrd.c113 if (radix_tree_preload(GFP_NOIO)) { in brd_insert_page()
/linux-4.4.14/block/
Dblk-cgroup.c1056 preloaded = !radix_tree_preload(GFP_KERNEL); in blkcg_init_queue()
/linux-4.4.14/arch/s390/mm/
Dpgtable.c520 rc = radix_tree_preload(GFP_KERNEL); in __gmap_link()
/linux-4.4.14/fs/btrfs/
Ddelayed-inode.c143 ret = radix_tree_preload(GFP_NOFS & ~__GFP_HIGHMEM); in btrfs_get_or_create_delayed_node()
Dextent_io.c4941 ret = radix_tree_preload(GFP_NOFS & ~__GFP_HIGHMEM); in alloc_test_extent_buffer()
5042 ret = radix_tree_preload(GFP_NOFS & ~__GFP_HIGHMEM); in alloc_extent_buffer()
Ddisk-io.c1627 ret = radix_tree_preload(GFP_NOFS & ~__GFP_HIGHMEM); in btrfs_insert_fs_root()
/linux-4.4.14/mm/
Dfilemap.c524 error = radix_tree_preload(gfp_mask & ~__GFP_HIGHMEM); in replace_page_cache_page()
Dvmalloc.c842 err = radix_tree_preload(gfp_mask); in new_vmap_block()