Searched refs:PF_MEMALLOC_NOIO (Results 1 – 1 of 1) sorted by relevance
2088 #define PF_MEMALLOC_NOIO 0x00080000 /* Allocating memory without IO involved */ macro2129 if (unlikely(current->flags & PF_MEMALLOC_NOIO)) in memalloc_noio_flags()2136 unsigned int flags = current->flags & PF_MEMALLOC_NOIO; in memalloc_noio_save()2137 current->flags |= PF_MEMALLOC_NOIO; in memalloc_noio_save()2143 current->flags = (current->flags & ~PF_MEMALLOC_NOIO) | flags; in memalloc_noio_restore()