Searched refs:PF_MEMALLOC_NOIO (Results 1 – 3 of 3) sorted by relevance
181 (PF_MEMALLOC_NOIO | PF_MEMALLOC_NOFS | PF_MEMALLOC_NOCMA))) { in current_gfp_context()186 if (current->flags & PF_MEMALLOC_NOIO) in current_gfp_context()223 unsigned int flags = current->flags & PF_MEMALLOC_NOIO; in memalloc_noio_save()224 current->flags |= PF_MEMALLOC_NOIO; in memalloc_noio_save()238 current->flags = (current->flags & ~PF_MEMALLOC_NOIO) | flags; in memalloc_noio_restore()
1461 #define PF_MEMALLOC_NOIO 0x00080000 /* All allocation requests will inherit GFP_NOIO */ macro
888 current->flags |= PF_LESS_THROTTLE | PF_MEMALLOC_NOIO; in loop_kthread_worker_fn()