Searched refs:laptop_mode (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/Documentation/admin-guide/laptops/ |
D | laptop-mode.rst | 38 http://www.samwel.tk/laptop_mode/laptop_mode/ 46 mode manually. To start laptop mode, run "laptop_mode start", and to 47 stop it, run "laptop_mode stop". (Note: The laptop mode tools package now 82 Laptop mode is controlled by the knob /proc/sys/vm/laptop_mode. This knob is 88 immediately after the most recent read operation. The value of the laptop_mode 93 To increase the effectiveness of the laptop_mode strategy, the laptop_mode 326 # start or stop laptop_mode, best run by a power management daemon when 329 # install as /sbin/laptop_mode 429 if [ ! -e /proc/sys/vm/laptop_mode ] ; then 430 echo "Kernel is not patched with laptop_mode patch." >&2 [all …]
|
/Linux-v5.4/fs/ |
D | sync.c | 118 if (unlikely(laptop_mode)) in ksys_sync()
|
/Linux-v5.4/include/linux/ |
D | writeback.h | 363 extern int laptop_mode;
|
/Linux-v5.4/mm/ |
D | page-writeback.c | 120 int laptop_mode; variable 122 EXPORT_SYMBOL(laptop_mode); 1826 if (laptop_mode) in balance_dirty_pages() 2012 mod_timer(&info->laptop_mode_wb_timer, jiffies + laptop_mode); in laptop_io_completion()
|
D | vmscan.c | 3272 .may_writepage = !laptop_mode, in try_to_free_pages() 3315 .may_writepage = !laptop_mode, in mem_cgroup_shrink_node() 3363 .may_writepage = !laptop_mode, in try_to_free_mem_cgroup_pages() 3675 sc.may_writepage = !laptop_mode && !nr_boost_reclaim; in balance_pgdat()
|
/Linux-v5.4/Documentation/admin-guide/sysctl/ |
D | vm.rst | 41 - laptop_mode 297 laptop_mode chapter 300 laptop_mode is a knob that controls "laptop mode". All the things that are
|
/Linux-v5.4/kernel/ |
D | sysctl.c | 1556 .data = &laptop_mode, 1557 .maxlen = sizeof(laptop_mode),
|
/Linux-v5.4/fs/xfs/ |
D | xfs_super.c | 1064 if (laptop_mode) { in xfs_fs_sync_fs()
|
/Linux-v5.4/block/ |
D | blk-mq.c | 529 if (unlikely(laptop_mode && !blk_rq_is_passthrough(rq))) in blk_mq_free_request()
|