Home
last modified time | relevance | path

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

/linux/fs/nfs/
A Dlocalio.c543 current->flags |= PF_LOCAL_THROTTLE | PF_MEMALLOC_NOIO; in nfs_local_call_write()
/linux/fs/nfsd/
A Dvfs.c1181 current->flags |= PF_LOCAL_THROTTLE; in nfsd_vfs_write()
1224 current_restore_flags(pflags, PF_LOCAL_THROTTLE); in nfsd_vfs_write()
/linux/include/linux/
A Dsched.h1680 #define PF_LOCAL_THROTTLE 0x00100000 /* Throttle writes only against the bdi I write to, macro
/linux/Documentation/filesystems/nfs/
A Dexporting.rst217 PF_LOCAL_THROTTLE exists for loopback NFSD, where a thread needs to
/linux/drivers/block/
A Dloop.c1937 current->flags |= PF_LOCAL_THROTTLE | PF_MEMALLOC_NOIO; in loop_process_work()
/linux/mm/
A Dpage-writeback.c1794 if (!(current->flags & PF_LOCAL_THROTTLE)) in wb_dirty_freerun()
A Dvmscan.c1907 return !(current->flags & PF_LOCAL_THROTTLE); in current_may_throttle()
/linux/kernel/
A Dsys.c2327 #define PR_IO_FLUSHER (PF_MEMALLOC_NOIO | PF_LOCAL_THROTTLE)

Completed in 47 milliseconds