Searched refs:laptop_mode (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/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 315 # start or stop laptop_mode, best run by a power management daemon when 318 # install as /sbin/laptop_mode 418 if [ ! -e /proc/sys/vm/laptop_mode ] ; then 419 echo "Kernel is not patched with laptop_mode patch." >&2 [all …]
|
/linux-6.1.9/mm/ |
D | page-writeback.c | 114 int laptop_mode; variable 116 EXPORT_SYMBOL(laptop_mode); 1640 if (!laptop_mode && nr_reclaimable > gdtc->bg_thresh && in balance_dirty_pages() 2061 mod_timer(&info->laptop_mode_wb_timer, jiffies + laptop_mode); in laptop_io_completion() 2177 .data = &laptop_mode, 2178 .maxlen = sizeof(laptop_mode),
|
D | vmscan.c | 6652 .may_writepage = !laptop_mode, in try_to_free_pages() 6696 .may_writepage = !laptop_mode, in mem_cgroup_shrink_node() 6740 .may_writepage = !laptop_mode, in try_to_free_mem_cgroup_pages() 7091 sc.may_writepage = !laptop_mode && !nr_boost_reclaim; in balance_pgdat()
|
/linux-6.1.9/include/linux/ |
D | writeback.h | 350 extern int laptop_mode;
|
/linux-6.1.9/fs/ |
D | sync.c | 107 if (unlikely(laptop_mode)) in ksys_sync()
|
/linux-6.1.9/Documentation/admin-guide/sysctl/ |
D | vm.rst | 42 - laptop_mode 311 laptop_mode chapter 314 laptop_mode is a knob that controls "laptop mode". All the things that are
|
/linux-6.1.9/fs/xfs/ |
D | xfs_super.c | 763 if (laptop_mode) { in xfs_fs_sync_fs()
|
/linux-6.1.9/block/ |
D | blk-mq.c | 707 if (unlikely(laptop_mode && !blk_rq_is_passthrough(rq))) in blk_mq_free_request()
|