Home
last modified time | relevance | path

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

/linux-6.15/include/linux/sched/
H A Dmm.h254 if (unlikely(pflags & (PF_MEMALLOC_NOIO | PF_MEMALLOC_NOFS | PF_MEMALLOC_PIN))) { in current_gfp_context()
259 if (pflags & PF_MEMALLOC_NOIO) in current_gfp_context()
356 return memalloc_flags_save(PF_MEMALLOC_NOIO); in memalloc_noio_save()
/linux-6.15/fs/nfs/
H A Dlocalio.c659 current->flags |= PF_LOCAL_THROTTLE | PF_MEMALLOC_NOIO; in nfs_local_call_write()
/linux-6.15/include/linux/
H A Dsched.h1734 #define PF_MEMALLOC_NOIO 0x00080000 /* All allocations inherit GFP_NOIO. See memalloc_noio_save() */ macro
/linux-6.15/drivers/block/
H A Dloop.c1913 current->flags |= PF_LOCAL_THROTTLE | PF_MEMALLOC_NOIO; in loop_process_work()
/linux-6.15/kernel/
H A Dsys.c2343 #define PR_IO_FLUSHER (PF_MEMALLOC_NOIO | PF_LOCAL_THROTTLE)