Home
last modified time | relevance | path

Searched refs:PF_MEMALLOC_NOIO (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dsched.h1637 #define PF_MEMALLOC_NOIO 0x00080000 /* Allocating memory without IO involved */ macro
1678 if (unlikely(current->flags & PF_MEMALLOC_NOIO)) in memalloc_noio_flags()
1685 unsigned int flags = current->flags & PF_MEMALLOC_NOIO; in memalloc_noio_save()
1686 current->flags |= PF_MEMALLOC_NOIO; in memalloc_noio_save()
1692 current->flags = (current->flags & ~PF_MEMALLOC_NOIO) | flags; in memalloc_noio_restore()