Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/sched/
Dmm.h160 if (unlikely(pflags & (PF_MEMALLOC_NOIO | PF_MEMALLOC_NOFS | PF_MEMALLOC_PIN))) { in current_gfp_context()
165 if (pflags & PF_MEMALLOC_NOIO) in current_gfp_context()
217 unsigned int flags = current->flags & PF_MEMALLOC_NOIO; in memalloc_noio_save()
218 current->flags |= PF_MEMALLOC_NOIO; in memalloc_noio_save()
232 current->flags = (current->flags & ~PF_MEMALLOC_NOIO) | flags; in memalloc_noio_restore()
/Linux-v5.15/include/linux/
Dsched.h1683 #define PF_MEMALLOC_NOIO 0x00080000 /* All allocation requests will inherit GFP_NOIO */ macro
/Linux-v5.15/kernel/
Dsys.c2262 #define PR_IO_FLUSHER (PF_MEMALLOC_NOIO | PF_LOCAL_THROTTLE)
/Linux-v5.15/drivers/block/
Dloop.c2233 current->flags |= PF_LOCAL_THROTTLE | PF_MEMALLOC_NOIO; in loop_process_work()