Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dmm.h167 if (unlikely(pflags & (PF_MEMALLOC_NOIO | PF_MEMALLOC_NOFS))) { in current_gfp_context()
172 if (pflags & PF_MEMALLOC_NOIO) in current_gfp_context()
205 unsigned int flags = current->flags & PF_MEMALLOC_NOIO; in memalloc_noio_save()
206 current->flags |= PF_MEMALLOC_NOIO; in memalloc_noio_save()
220 current->flags = (current->flags & ~PF_MEMALLOC_NOIO) | flags; in memalloc_noio_restore()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h1581 #define PF_MEMALLOC_NOIO 0x00080000 /* All allocation requests will inherit GFP_NOIO */ macro
/OK3568_Linux_fs/kernel/drivers/block/
H A Dloop.c924 current->flags |= PF_LOCAL_THROTTLE | PF_MEMALLOC_NOIO; in loop_kthread_worker_fn()
/OK3568_Linux_fs/kernel/kernel/
H A Dsys.c2431 #define PR_IO_FLUSHER (PF_MEMALLOC_NOIO | PF_LOCAL_THROTTLE)