radix_tree_preload
rc = radix_tree_preload(GFP_KERNEL);
preloaded = !radix_tree_preload(GFP_KERNEL);
if (radix_tree_preload(GFP_KERNEL)) {
if (radix_tree_preload(GFP_NOIO))
ret = radix_tree_preload(GFP_NOFS);
ret = radix_tree_preload(GFP_NOFS | __GFP_NOFAIL);
err = radix_tree_preload(GFP_NOFS | __GFP_NOFAIL);
if (radix_tree_preload(GFP_KERNEL | __GFP_NOLOCKDEP)) {
if (radix_tree_preload(GFP_KERNEL))
int radix_tree_preload(gfp_t gfp_mask);
DECLARE_PER_CPU(struct radix_tree_preload, radix_tree_preloads);
struct radix_tree_preload *rtp;
struct radix_tree_preload *rtp;
struct radix_tree_preload *rtp;
EXPORT_SYMBOL(radix_tree_preload);
DEFINE_PER_CPU(struct radix_tree_preload, radix_tree_preloads) = {
extern struct radix_tree_preload radix_tree_preloads;