摘要: sched_class 在 Linux 中有多种不同的调度策略,每一种调度策略都由不同的调度器类实现,在 sched_class 中定义了调度器需要实现的接口。 struct sched_class { const struct sched_class *next; void (*enqueue_t 阅读全文
posted @ 2022-03-07 11:34 Kayden_Cheung 阅读(218) 评论(0) 推荐(0)
//目录