Home
last modified time | relevance | path

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

/linux/Documentation/admin-guide/laptops/
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/fs/
A Dsync.c101 if (unlikely(laptop_mode)) in ksys_sync()
/linux/include/linux/
A Dwriteback.h355 extern int laptop_mode;
/linux/mm/
A Dpage-writeback.c114 int laptop_mode; variable
116 EXPORT_SYMBOL(laptop_mode);
1841 if (laptop_mode) in balance_dirty_pages()
2036 mod_timer(&info->laptop_mode_wb_timer, jiffies + laptop_mode); in laptop_io_completion()
A Dvmscan.c3799 .may_writepage = !laptop_mode, in try_to_free_pages()
3843 .may_writepage = !laptop_mode, in mem_cgroup_shrink_node()
3887 .may_writepage = !laptop_mode, in try_to_free_mem_cgroup_pages()
4230 sc.may_writepage = !laptop_mode && !nr_boost_reclaim; in balance_pgdat()
/linux/Documentation/admin-guide/sysctl/
A Dvm.rst42 - laptop_mode
310 laptop_mode chapter
313 laptop_mode is a knob that controls "laptop mode". All the things that are
/linux/kernel/
A Dsysctl.c3001 .data = &laptop_mode,
3002 .maxlen = sizeof(laptop_mode),
/linux/fs/xfs/
A Dxfs_super.c743 if (laptop_mode) { in xfs_fs_sync_fs()
/linux/block/
A Dblk-mq.c633 if (unlikely(laptop_mode && !blk_rq_is_passthrough(rq))) in blk_mq_free_request()
/linux/
A Dvmlinux.symvers180 0x00000000 laptop_mode vmlinux EXPORT_SYMBOL
A DSystem.map160872 ffff80001211b82c B laptop_mode
A D.tmp_System.map160872 ffff80001211b82c B laptop_mode

Completed in 416 milliseconds