Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sched/
Dmm.h158 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()
/Linux-v4.19/include/linux/
Dsched.h1387 #define PF_MEMALLOC_NOIO 0x00080000 /* All allocation requests will inherit GFP_NOIO */ macro