folio_alloc_noprof
struct folio *folio_alloc_noprof(gfp_t gfp, unsigned int order);
return folio_alloc_noprof(gfp, order);
return folio_alloc_noprof(gfp, order);
#define folio_alloc(...) alloc_hooks(folio_alloc_noprof(__VA_ARGS__))
return folio_alloc_noprof(gfp, order);
return folio_alloc_noprof(gfp, order);
EXPORT_SYMBOL(folio_alloc_noprof);