Home
last modified time | relevance | path

Searched refs:scheduler (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/block/
DKconfig.iosched10 The no-op I/O scheduler is a minimal scheduler that does basic merging
17 tristate "Deadline I/O scheduler"
20 The deadline I/O scheduler is simple and compact. It will provide
26 tristate "CFQ I/O scheduler"
29 The CFQ I/O scheduler tries to distribute bandwidth equally
34 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 all
69 tristate "MQ deadline I/O scheduler"
72 MQ version of the deadline IO scheduler.
[all …]
/linux-4.19.296/include/net/
Dip_vs.h633 struct ip_vs_scheduler __rcu *scheduler; /* bound scheduler object */ member
1377 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);
/linux-4.19.296/drivers/cpufreq/
DKconfig195 by the scheduler. It sets the CPU frequency to be proportional to
196 the utilization/capacity ratio coming from the scheduler. If the
/linux-4.19.296/lib/
DKconfig.debug981 bool "Collect scheduler debugging info"
986 that can help debug the scheduler. The runtime overhead of this
994 bool "Collect scheduler statistics"
999 scheduler and related routines to collect statistics about
1000 scheduler behavior and provide them in /proc/schedstat. These
1001 stats may be useful for both tuning and debugging the scheduler
1002 If you aren't debugging the scheduler or trying to tune a specific