Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/include/linux/
Dwriteback.h341 extern int laptop_mode;
/linux-4.4.14/fs/
Dsync.c117 if (unlikely(laptop_mode)) in SYSCALL_DEFINE0()
/linux-4.4.14/mm/
Dpage-writeback.c119 int laptop_mode; variable
121 EXPORT_SYMBOL(laptop_mode);
1782 if (laptop_mode) in balance_dirty_pages()
1995 mod_timer(&info->laptop_mode_wb_timer, jiffies + laptop_mode); in laptop_io_completion()
Dvmscan.c2670 wakeup_flusher_threads(laptop_mode ? 0 : total_scanned, in do_try_to_free_pages()
2836 .may_writepage = !laptop_mode, in try_to_free_pages()
2870 .may_writepage = !laptop_mode, in mem_cgroup_shrink_node_zone()
2914 .may_writepage = !laptop_mode, in try_to_free_mem_cgroup_pages()
3167 .may_writepage = !laptop_mode, in balance_pgdat()
/linux-4.4.14/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.4.14/kernel/
Dsysctl.c1424 .data = &laptop_mode,
1425 .maxlen = sizeof(laptop_mode),
/linux-4.4.14/fs/xfs/
Dxfs_super.c1032 if (laptop_mode) { in xfs_fs_sync_fs()
/linux-4.4.14/block/
Dblk-core.c2729 if (unlikely(laptop_mode) && req->cmd_type == REQ_TYPE_FS) in blk_finish_request()