/kernel/linux/linux-5.10/kernel/sched/ |
H A D | stop_task.c | 103 prio_changed_stop(struct rq *rq, struct task_struct *p, int oldprio) in prio_changed_stop() argument
|
H A D | core.c | 1736 int oldprio) in check_class_changed() 1743 } else if (oldprio != p->prio || dl_task(p)) in check_class_changed() 1744 p->sched_class->prio_changed(rq, p, oldprio); in check_class_changed() 5063 int prio, oldprio, queued, running, queue_flag = in rt_mutex_setprio() local 5117 oldprio = p->prio; in rt_mutex_setprio() 5119 if (oldprio == prio) in rt_mutex_setprio() 5149 if (dl_prio(oldprio)) in rt_mutex_setprio() 5151 if (oldprio < prio) in rt_mutex_setprio() 5154 if (dl_prio(oldprio)) in rt_mutex_setprio() 5156 if (rt_prio(oldprio)) in rt_mutex_setprio() 1734 check_class_changed(struct rq *rq, struct task_struct *p, const struct sched_class *prev_class, int oldprio) check_class_changed() argument 5414 int retval, oldprio, newprio, queued, running; __sched_setscheduler() local [all...] |
H A D | idle.c | 475 prio_changed_idle(struct rq *rq, struct task_struct *p, int oldprio) in prio_changed_idle() argument
|
H A D | rt.c | 2532 prio_changed_rt(struct rq *rq, struct task_struct *p, int oldprio) in prio_changed_rt() argument 2543 if (oldprio < p->prio) in prio_changed_rt() 2554 if (oldprio < p->prio) in prio_changed_rt()
|
H A D | deadline.c | 2507 int oldprio) in prio_changed_dl() 2506 prio_changed_dl(struct rq *rq, struct task_struct *p, int oldprio) prio_changed_dl() argument
|
H A D | sched.h | 1964 int oldprio);
|
H A D | fair.c | 11566 prio_changed_fair(struct rq *rq, struct task_struct *p, int oldprio) in prio_changed_fair() argument 11580 if (p->prio > oldprio) in prio_changed_fair()
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | stop_task.c | 108 prio_changed_stop(struct rq *rq, struct task_struct *p, int oldprio) in prio_changed_stop() argument
|
H A D | idle.c | 466 prio_changed_idle(struct rq *rq, struct task_struct *p, int oldprio) in prio_changed_idle() argument
|
H A D | core.c | 2259 int oldprio) in check_class_changed() 2266 } else if (oldprio != p->prio || dl_task(p)) in check_class_changed() 2267 p->sched_class->prio_changed(rq, p, oldprio); in check_class_changed() 7255 int prio, oldprio, queued, running, queue_flag = in rt_mutex_setprio() local 7309 oldprio = p->prio; in rt_mutex_setprio() 7311 if (oldprio == prio) in rt_mutex_setprio() 7341 if (dl_prio(oldprio)) in rt_mutex_setprio() 7343 if (oldprio < prio) in rt_mutex_setprio() 7346 if (dl_prio(oldprio)) in rt_mutex_setprio() 7348 if (rt_prio(oldprio)) in rt_mutex_setprio() 2257 check_class_changed(struct rq *rq, struct task_struct *p, const struct sched_class *prev_class, int oldprio) check_class_changed() argument 7815 int retval, oldprio, newprio, queued, running; __sched_setscheduler() local [all...] |
H A D | rt.c | 2768 prio_changed_rt(struct rq *rq, struct task_struct *p, int oldprio) in prio_changed_rt() argument 2779 if (oldprio < p->prio) in prio_changed_rt() 2790 if (oldprio < p->prio) in prio_changed_rt()
|
H A D | deadline.c | 2673 int oldprio) in prio_changed_dl() 2672 prio_changed_dl(struct rq *rq, struct task_struct *p, int oldprio) prio_changed_dl() argument
|
H A D | sched.h | 2434 int oldprio);
|
H A D | fair.c | 13120 prio_changed_fair(struct rq *rq, struct task_struct *p, int oldprio) in prio_changed_fair() argument 13134 if (p->prio > oldprio) in prio_changed_fair()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | sched.h | 457 __field( int, oldprio ) 464 __entry->oldprio = tsk->prio; 471 TP_printk("comm=%s pid=%d oldprio=%d newprio=%d", 473 __entry->oldprio, __entry->newprio)
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | sched.h | 542 __field( int, oldprio ) 549 __entry->oldprio = tsk->prio; 556 TP_printk("comm=%s pid=%d oldprio=%d newprio=%d", 558 __entry->oldprio, __entry->newprio)
|