Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/laptops/
Dlaptop-mode.txt36 http://www.samwel.tk/laptop_mode/laptop_mode/
44 mode manually. To start laptop mode, run "laptop_mode start", and to
45 stop it, run "laptop_mode stop". (Note: The laptop mode tools package now
80 Laptop mode is controlled by the knob /proc/sys/vm/laptop_mode. This knob is
86 immediately after the most recent read operation. The value of the laptop_mode
91 To increase the effectiveness of the laptop_mode strategy, the laptop_mode
324 # start or stop laptop_mode, best run by a power management daemon when
327 # install as /sbin/laptop_mode
427 if [ ! -e /proc/sys/vm/laptop_mode ] ; then
428 echo "Kernel is not patched with laptop_mode patch." >&2
[all …]
/linux-4.1.27/include/linux/
Dwriteback.h136 extern int laptop_mode;
/linux-4.1.27/mm/
Dpage-writeback.c119 int laptop_mode; variable
121 EXPORT_SYMBOL(laptop_mode);
1540 if (laptop_mode) in balance_dirty_pages()
1687 mod_timer(&info->laptop_mode_wb_timer, jiffies + laptop_mode); in laptop_io_completion()
Dvmscan.c2606 wakeup_flusher_threads(laptop_mode ? 0 : total_scanned, in do_try_to_free_pages()
2771 .may_writepage = !laptop_mode, in try_to_free_pages()
2805 .may_writepage = !laptop_mode, in mem_cgroup_shrink_node_zone()
2849 .may_writepage = !laptop_mode, in try_to_free_mem_cgroup_pages()
3102 .may_writepage = !laptop_mode, in balance_pgdat()
/linux-4.1.27/fs/
Dsync.c112 if (unlikely(laptop_mode)) in SYSCALL_DEFINE0()
/linux-4.1.27/Documentation/sysctl/
Dvm.txt35 - laptop_mode
270 laptop_mode
272 laptop_mode is a knob that controls "laptop mode". All the things that are
/linux-4.1.27/kernel/
Dsysctl.c1384 .data = &laptop_mode,
1385 .maxlen = sizeof(laptop_mode),
/linux-4.1.27/fs/xfs/
Dxfs_super.c1032 if (laptop_mode) { in xfs_fs_sync_fs()
/linux-4.1.27/block/
Dblk-core.c2607 if (unlikely(laptop_mode) && req->cmd_type == REQ_TYPE_FS) in blk_finish_request()