Searched refs:radix_tree_preload (Results 1 - 13 of 13) sorted by relevance

/linux-master/tools/testing/radix-tree/
H A Dtest.h59 extern struct radix_tree_preload radix_tree_preloads;
/linux-master/include/linux/
H A Dradix-tree.h28 struct radix_tree_preload { struct
34 DECLARE_PER_CPU(struct radix_tree_preload, radix_tree_preloads);
239 int radix_tree_preload(gfp_t gfp_mask);
/linux-master/lib/
H A Dradix-tree.c62 DEFINE_PER_CPU(struct radix_tree_preload, radix_tree_preloads) = {
246 struct radix_tree_preload *rtp;
324 struct radix_tree_preload *rtp;
365 int radix_tree_preload(gfp_t gfp_mask) function
371 EXPORT_SYMBOL(radix_tree_preload); variable
1580 struct radix_tree_preload *rtp;
/linux-master/fs/xfs/
H A Dxfs_mru_cache.c431 if (radix_tree_preload(GFP_KERNEL))
H A Dxfs_icache.c673 if (radix_tree_preload(GFP_KERNEL | __GFP_NOLOCKDEP)) {
/linux-master/arch/s390/mm/
H A Dgmap.c609 rc = radix_tree_preload(GFP_KERNEL_ACCOUNT);
1251 rc = radix_tree_preload(GFP_KERNEL_ACCOUNT);
2163 rc = radix_tree_preload(GFP_KERNEL_ACCOUNT);
/linux-master/block/
H A Dblk-cgroup.c871 if (radix_tree_preload(GFP_KERNEL)) {
1429 preloaded = !radix_tree_preload(GFP_KERNEL);
/linux-master/fs/xfs/libxfs/
H A Dxfs_ag.c393 error = radix_tree_preload(GFP_KERNEL | __GFP_RETRY_MAYFAIL);
/linux-master/fs/f2fs/
H A Dcheckpoint.c533 radix_tree_preload(GFP_NOFS | __GFP_NOFAIL);
H A Dnode.c2309 radix_tree_preload(GFP_NOFS | __GFP_NOFAIL);
/linux-master/drivers/block/null_blk/
H A Dmain.c950 if (radix_tree_preload(GFP_NOIO))
/linux-master/fs/btrfs/
H A Dextent_io.c3626 ret = radix_tree_preload(GFP_NOFS);
3943 ret = radix_tree_preload(GFP_NOFS);
H A Ddisk-io.c1216 ret = radix_tree_preload(GFP_NOFS);

Completed in 476 milliseconds