Searched refs:PF_MEMALLOC_NOIO (Results 1 – 2 of 2) sorted by relevance
158 if (unlikely(current->flags & PF_MEMALLOC_NOIO)) in current_gfp_context()190 unsigned int flags = current->flags & PF_MEMALLOC_NOIO; in memalloc_noio_save()191 current->flags |= PF_MEMALLOC_NOIO; in memalloc_noio_save()205 current->flags = (current->flags & ~PF_MEMALLOC_NOIO) | flags; in memalloc_noio_restore()
1387 #define PF_MEMALLOC_NOIO 0x00080000 /* All allocation requests will inherit GFP_NOIO */ macro