Searched refs:PF_MEMALLOC_NOIO (Results 1 – 2 of 2) sorted by relevance
254 if (unlikely(pflags & (PF_MEMALLOC_NOIO | PF_MEMALLOC_NOFS | PF_MEMALLOC_PIN))) { in current_gfp_context()259 if (pflags & PF_MEMALLOC_NOIO) in current_gfp_context()356 return memalloc_flags_save(PF_MEMALLOC_NOIO); in memalloc_noio_save()
1745 #define PF_MEMALLOC_NOIO 0x00080000 /* All allocations inherit GFP_NOIO. See memalloc_noio_save() */ macro
Completed in 11 milliseconds