__folio_alloc_noprof
struct folio *__folio_alloc_noprof(gfp_t gfp, unsigned int order, int preferred_nid,
#define __folio_alloc(...) alloc_hooks(__folio_alloc_noprof(__VA_ARGS__))
return __folio_alloc_noprof(gfp, order, nid, NULL);
EXPORT_SYMBOL(__folio_alloc_noprof);