Searched refs:acr_flags_t (Results 1 – 1 of 1) sorted by relevance
427 typedef unsigned int __bitwise acr_flags_t; typedef428 #define ACR_FLAGS_NONE ((__force acr_flags_t)0) // ordinary allocation request429 #define ACR_FLAGS_CMA ((__force acr_flags_t)BIT(0)) // allocate for CMA433 acr_flags_t alloc_flags, gfp_t gfp_mask);
Completed in 5 milliseconds