Searched refs:scheduler (Results 1 – 4 of 4) sorted by relevance
10 The no-op I/O scheduler is a minimal scheduler that does basic merging17 tristate "Deadline I/O scheduler"20 The deadline I/O scheduler is simple and compact. It will provide26 tristate "CFQ I/O scheduler"29 The CFQ I/O scheduler tries to distribute bandwidth equally34 This is the default I/O scheduler.45 prompt "Default I/O scheduler"48 Select the I/O scheduler which will be used by default for all69 tristate "MQ deadline I/O scheduler"72 MQ version of the deadline IO scheduler.[all …]
633 struct ip_vs_scheduler __rcu *scheduler; /* bound scheduler object */ member1377 int register_ip_vs_scheduler(struct ip_vs_scheduler *scheduler);1378 int unregister_ip_vs_scheduler(struct ip_vs_scheduler *scheduler);1380 struct ip_vs_scheduler *scheduler);1384 void ip_vs_scheduler_put(struct ip_vs_scheduler *scheduler);
195 by the scheduler. It sets the CPU frequency to be proportional to196 the utilization/capacity ratio coming from the scheduler. If the
981 bool "Collect scheduler debugging info"986 that can help debug the scheduler. The runtime overhead of this994 bool "Collect scheduler statistics"999 scheduler and related routines to collect statistics about1000 scheduler behavior and provide them in /proc/schedstat. These1001 stats may be useful for both tuning and debugging the scheduler1002 If you aren't debugging the scheduler or trying to tune a specific