Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/admin-guide/laptops/
Dlaptop-mode.rst38 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.12.1/mm/
Dpage-writeback.c115 int laptop_mode; variable
117 EXPORT_SYMBOL(laptop_mode);
1875 if (!laptop_mode && nr_dirty > gdtc->bg_thresh && in balance_dirty_pages()
2244 mod_timer(&info->laptop_mode_wb_timer, jiffies + laptop_mode); in laptop_io_completion()
2360 .data = &laptop_mode,
2361 .maxlen = sizeof(laptop_mode),
Dvmscan.c6489 .may_writepage = !laptop_mode, in try_to_free_pages()
6533 .may_writepage = !laptop_mode, in mem_cgroup_shrink_node()
6579 .may_writepage = !laptop_mode, in try_to_free_mem_cgroup_pages()
6934 sc.may_writepage = !laptop_mode && !nr_boost_reclaim; in balance_pgdat()
/linux-6.12.1/include/linux/
Dwriteback.h355 extern int laptop_mode;
/linux-6.12.1/fs/
Dsync.c107 if (unlikely(laptop_mode)) in ksys_sync()
/linux-6.12.1/Documentation/admin-guide/sysctl/
Dvm.rst43 - laptop_mode
350 laptop_mode chapter
353 laptop_mode is a knob that controls "laptop mode". All the things that are
/linux-6.12.1/fs/xfs/
Dxfs_super.c787 if (laptop_mode) { in xfs_fs_sync_fs()
/linux-6.12.1/block/
Dblk-mq.c732 if (unlikely(laptop_mode && !blk_rq_is_passthrough(rq))) in blk_mq_free_request()