Home
last modified time | relevance | path

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

/linux-6.15/Documentation/admin-guide/laptops/
H A Dlaptop-mode.rst38 http://www.samwel.tk/laptop_mode/laptop_mode/
93 To increase the effectiveness of the laptop_mode strategy, the laptop_mode
318 # install as /sbin/laptop_mode
542 echo -n "Starting laptop_mode"
572 echo 1 > /proc/sys/vm/laptop_mode
620 echo -n "Stopping laptop_mode"
621 echo 0 > /proc/sys/vm/laptop_mode
714 /sbin/laptop_mode stop
732 if [[ -f /proc/sys/vm/laptop_mode ]]
734 LM=`cat /proc/sys/vm/laptop_mode`
[all …]
/linux-6.15/include/linux/
H A Dwriteback.h354 extern int laptop_mode;
/linux-6.15/mm/
H A Dpage-writeback.c115 int laptop_mode; variable
117 EXPORT_SYMBOL(laptop_mode);
1856 if (!laptop_mode && nr_dirty > gdtc->bg_thresh && in balance_dirty_pages()
2217 mod_timer(&info->laptop_mode_wb_timer, jiffies + laptop_mode); in laptop_io_completion()
2333 .data = &laptop_mode,
2334 .maxlen = sizeof(laptop_mode),
H A Dvmscan.c6558 .may_writepage = !laptop_mode, in try_to_free_pages()
6602 .may_writepage = !laptop_mode, in mem_cgroup_shrink_node()
6648 .may_writepage = !laptop_mode, in try_to_free_mem_cgroup_pages()
7021 sc.may_writepage = !laptop_mode && !nr_boost_reclaim; in balance_pgdat()
/linux-6.15/fs/
H A Dsync.c107 if (unlikely(laptop_mode)) in ksys_sync()
/linux-6.15/Documentation/admin-guide/sysctl/
H A Dvm.rst44 - laptop_mode
359 laptop_mode chapter
362 laptop_mode is a knob that controls "laptop mode". All the things that are
/linux-6.15/fs/xfs/
H A Dxfs_super.c819 if (laptop_mode) { in xfs_fs_sync_fs()
/linux-6.15/block/
H A Dblk-mq.c792 if (unlikely(laptop_mode && !blk_rq_is_passthrough(rq))) in blk_mq_free_request()