Home
last modified time | relevance | path

Searched defs:rt_rq (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/kernel/sched/
Drt.c134 void init_rt_rq(struct rt_rq *rt_rq) in init_rt_rq()
179 static inline struct rq *rq_of_rt_rq(struct rt_rq *rt_rq) in rq_of_rt_rq()
191 struct rt_rq *rt_rq = rt_se->rt_rq; in rq_of_rt_se() local
218 void init_tg_rt_entry(struct task_group *tg, struct rt_rq *rt_rq, in init_tg_rt_entry()
247 struct rt_rq *rt_rq; in alloc_rt_sched_group() local
294 static inline struct rq *rq_of_rt_rq(struct rt_rq *rt_rq) in rq_of_rt_rq()
365 static void update_rt_migration(struct rt_rq *rt_rq) in update_rt_migration()
378 static void inc_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) in inc_rt_migration()
395 static void dec_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) in dec_rt_migration()
472 void inc_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) in inc_rt_migration()
[all …]
Dsched.h388 struct rt_rq **rt_rq; member
665 struct rt_rq { struct
666 struct rt_prio_array active;
667 unsigned int rt_nr_running;
668 unsigned int rr_nr_running;
670 struct {
675 } highest_prio;
700 static inline bool rt_rq_is_runnable(struct rt_rq *rt_rq) in rt_rq_is_runnable()
Ddebug.c709 void print_rt_rq(struct seq_file *m, int cpu, struct rt_rq *rt_rq) in print_rt_rq()
Ddeadline.c1385 struct rt_rq *rt_rq = &rq->rt; in update_curr_dl() local
/linux-6.6.21/include/linux/
Dsched.h601 struct rt_rq *rt_rq; member