Home
last modified time | relevance | path

Searched refs:PF_LOCAL_THROTTLE (Results 1 – 8 of 8) sorted by relevance

/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/Documentation/filesystems/nfs/
H A Dexporting.rst217 PF_LOCAL_THROTTLE exists for loopback NFSD, where a thread needs to
/linux-6.15/fs/nfsd/
H A Dvfs.c1176 current->flags |= PF_LOCAL_THROTTLE; in nfsd_vfs_write()
1219 current_restore_flags(pflags, PF_LOCAL_THROTTLE); in nfsd_vfs_write()
/linux-6.15/include/linux/
H A Dsched.h1735 #define PF_LOCAL_THROTTLE 0x00100000 /* Throttle writes only against the bdi I write to, macro
/linux-6.15/mm/
H A Dpage-writeback.c1775 if (!(current->flags & PF_LOCAL_THROTTLE)) in wb_dirty_freerun()
H A Dvmscan.c1981 return !(current->flags & PF_LOCAL_THROTTLE); in current_may_throttle()
/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)