Home
last modified time | relevance | path

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

/linux-2.4.37.9/Documentation/
Dlaptop-mode.txt43 The main knob is /proc/sys/vm/laptop_mode. Setting that to 1 switches the
/linux-2.4.37.9/Documentation/sysctl/
Dvm.txt35 - laptop_mode
174 laptop_mode:
/linux-2.4.37.9/drivers/block/
Dll_rw_blk.c1492 extern int laptop_mode;
1501 if (laptop_mode && req->cmd == READ) in end_that_request_last()
/linux-2.4.37.9/fs/
Dbuffer.c94 int laptop_mode; variable
1063 if (!laptop_mode && dirty > dirty_limit) in bdflush_stop()
2947 if (time_before(jiffies, bh->b_flushtime) && !laptop_mode) in sync_old_buffers()
3128 if (laptop_mode) in kupdate()
/linux-2.4.37.9/kernel/
Dsysctl.c56 extern int laptop_mode;
317 &laptop_mode, sizeof(int), 0644, NULL, &proc_dointvec},