Home
last modified time | relevance | path

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

/linux/include/linux/
H 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/lib/
H A Dradix-tree.c62 DEFINE_PER_CPU(struct radix_tree_preload, radix_tree_preloads) = {
246 struct radix_tree_preload *rtp; in radix_tree_node_alloc()
324 struct radix_tree_preload *rtp; in __radix_tree_preload()
365 int radix_tree_preload(gfp_t gfp_mask) in radix_tree_preload() function
371 EXPORT_SYMBOL(radix_tree_preload);
1580 struct radix_tree_preload *rtp; in radix_tree_cpu_dead()
/linux/tools/testing/radix-tree/
H A Dtest.h59 extern struct radix_tree_preload radix_tree_preloads;
/linux/fs/xfs/
H A Dxfs_mru_cache.c423 if (radix_tree_preload(GFP_KERNEL)) in xfs_mru_cache_insert()
H A Dxfs_icache.c698 if (radix_tree_preload(GFP_KERNEL | __GFP_NOLOCKDEP)) { in xfs_iget_cache_miss()
/linux/arch/s390/kvm/
H A Dgmap.c1226 rc = radix_tree_preload(GFP_KERNEL); in _gmap_protect_asce_top_level()
/linux/drivers/block/null_blk/
H A Dmain.c1023 if (radix_tree_preload(GFP_NOIO)) in null_insert_page()
/linux/fs/btrfs/
H A Ddisk-io.c1149 ret = radix_tree_preload(GFP_NOFS); in btrfs_insert_fs_root()