Lines Matching +full:on +full:- +full:the +full:- +full:fly
6 tunables control how the io scheduler works. You can find these entries
11 assuming that you have sysfs mounted on /sys. If you don't have sysfs mounted,
14 # mount none /sys -t sysfs
16 It is possible to change the IO scheduler for a given block device on
17 the fly to select one of mq-deadline, none, bfq, or kyber schedulers -
24 where SCHEDNAME is the name of a defined IO scheduler, and DEV is the
27 The list of defined schedulers can be found by simply doing
28 a "cat /sys/block/DEV/queue/scheduler" - the list of valid names
29 will be displayed, with the currently selected scheduler in brackets::
32 [mq-deadline] kyber bfq none
35 [none] mq-deadline kyber bfq