Searched refs:PF_LOCAL_THROTTLE (Results 1 – 6 of 6) sorted by relevance
1675 if ((current->flags & PF_LOCAL_THROTTLE) && in balance_dirty_pages()1702 if ((current->flags & PF_LOCAL_THROTTLE) && in balance_dirty_pages()
2380 return !(current->flags & PF_LOCAL_THROTTLE) || in current_may_throttle()
974 current->flags |= PF_LOCAL_THROTTLE; in nfsd_vfs_write()1029 current_restore_flags(pflags, PF_LOCAL_THROTTLE); in nfsd_vfs_write()
1681 #define PF_LOCAL_THROTTLE 0x00100000 /* Throttle writes only against the bdi I write to, macro
1889 current->flags |= PF_LOCAL_THROTTLE | PF_MEMALLOC_NOIO; in loop_process_work()
2262 #define PR_IO_FLUSHER (PF_MEMALLOC_NOIO | PF_LOCAL_THROTTLE)
Completed in 32 milliseconds