Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Drt.c85 void init_rt_rq(struct rt_rq *rt_rq) in init_rt_rq()
130 static inline struct rq *rq_of_rt_rq(struct rt_rq *rt_rq) in rq_of_rt_rq()
142 struct rt_rq *rt_rq = rt_se->rt_rq; in rq_of_rt_se() local
165 void init_tg_rt_entry(struct task_group *tg, struct rt_rq *rt_rq, in init_tg_rt_entry()
194 struct rt_rq *rt_rq; in alloc_rt_sched_group() local
241 static inline struct rq *rq_of_rt_rq(struct rt_rq *rt_rq) in rq_of_rt_rq()
312 static void update_rt_migration(struct rt_rq *rt_rq) in update_rt_migration()
325 static void inc_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) in inc_rt_migration()
342 static void dec_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) in dec_rt_migration()
418 void inc_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) in inc_rt_migration()
[all …]
H A Dsched.h411 struct rt_rq **rt_rq; member
634 struct rt_rq { struct
635 struct rt_prio_array active;
636 unsigned int rt_nr_running;
637 unsigned int rr_nr_running;
639 struct {
644 } highest_prio;
669 static inline bool rt_rq_is_runnable(struct rt_rq *rt_rq) in rt_rq_is_runnable()
H A Ddebug.c634 void print_rt_rq(struct seq_file *m, int cpu, struct rt_rq *rt_rq) in print_rt_rq()
H A Ddeadline.c1328 struct rt_rq *rt_rq = &rq->rt; in update_curr_dl() local
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/
H A Dminidump_log.c855 static void md_dump_rt_rq(struct rt_rq *rt_rq, struct task_struct *curr) in md_dump_rt_rq()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h516 struct rt_rq *rt_rq; member