Searched refs:laptop_mode (Results 1 – 8 of 8) sorted by relevance
38 http://www.samwel.tk/laptop_mode/laptop_mode/93 To increase the effectiveness of the laptop_mode strategy, the laptop_mode318 # install as /sbin/laptop_mode542 echo -n "Starting laptop_mode"572 echo 1 > /proc/sys/vm/laptop_mode620 echo -n "Stopping laptop_mode"621 echo 0 > /proc/sys/vm/laptop_mode714 /sbin/laptop_mode stop732 if [[ -f /proc/sys/vm/laptop_mode ]]734 LM=`cat /proc/sys/vm/laptop_mode`[all …]
115 int laptop_mode; variable117 EXPORT_SYMBOL(laptop_mode);1752 if (!laptop_mode && nr_reclaimable > gdtc->bg_thresh && in balance_dirty_pages()2173 mod_timer(&info->laptop_mode_wb_timer, jiffies + laptop_mode); in laptop_io_completion()2289 .data = &laptop_mode,2290 .maxlen = sizeof(laptop_mode),
6984 .may_writepage = !laptop_mode, in try_to_free_pages()7028 .may_writepage = !laptop_mode, in mem_cgroup_shrink_node()7072 .may_writepage = !laptop_mode, in try_to_free_mem_cgroup_pages()7423 sc.may_writepage = !laptop_mode && !nr_boost_reclaim; in balance_pgdat()
350 extern int laptop_mode;
107 if (unlikely(laptop_mode)) in ksys_sync()
42 - laptop_mode311 laptop_mode chapter314 laptop_mode is a knob that controls "laptop mode". All the things that are
773 if (laptop_mode) { in xfs_fs_sync_fs()
740 if (unlikely(laptop_mode && !blk_rq_is_passthrough(rq))) in blk_mq_free_request()
Completed in 45 milliseconds