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

/include/linux/
H A Dsched.h1922 #define PF_MEMALLOC_NOIO 0x00080000 /* Allocating memory without IO involved */ macro
1958 /* __GFP_IO isn't allowed if PF_MEMALLOC_NOIO is set in current->flags
1963 if (unlikely(current->flags & PF_MEMALLOC_NOIO))
1970 unsigned int flags = current->flags & PF_MEMALLOC_NOIO;
1971 current->flags |= PF_MEMALLOC_NOIO;
1977 current->flags = (current->flags & ~PF_MEMALLOC_NOIO) | flags;

Completed in 37 milliseconds