Home
last modified time | relevance | path

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

/linux-6.6.21/mm/
Dpage-writeback.c1799 if ((current->flags & PF_LOCAL_THROTTLE) && in balance_dirty_pages()
1826 if ((current->flags & PF_LOCAL_THROTTLE) && in balance_dirty_pages()
Dvmscan.c2561 return !(current->flags & PF_LOCAL_THROTTLE); in current_may_throttle()
/linux-6.6.21/Documentation/filesystems/nfs/
Dexporting.rst220 PF_LOCAL_THROTTLE exists for loopback NFSD, where a thread needs to
/linux-6.6.21/fs/nfsd/
Dvfs.c1145 current->flags |= PF_LOCAL_THROTTLE; in nfsd_vfs_write()
1194 current_restore_flags(pflags, PF_LOCAL_THROTTLE); in nfsd_vfs_write()
/linux-6.6.21/include/linux/
Dsched.h1746 #define PF_LOCAL_THROTTLE 0x00100000 /* Throttle writes only against the bdi I write to, macro
/linux-6.6.21/drivers/block/
Dloop.c1940 current->flags |= PF_LOCAL_THROTTLE | PF_MEMALLOC_NOIO; in loop_process_work()
/linux-6.6.21/kernel/
Dsys.c2305 #define PR_IO_FLUSHER (PF_MEMALLOC_NOIO | PF_LOCAL_THROTTLE)