Searched refs:oldprio (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/kernel/sched/ |
H A D | idle_task.c | 68 prio_changed_idle(struct rq *rq, struct task_struct *p, int oldprio) prio_changed_idle() argument
|
H A D | stop_task.c | 94 prio_changed_stop(struct rq *rq, struct task_struct *p, int oldprio) prio_changed_stop() argument
|
H A D | core.c | 1014 int oldprio) check_class_changed() 1021 } else if (oldprio != p->prio || dl_task(p)) check_class_changed() 1022 p->sched_class->prio_changed(rq, p, oldprio); check_class_changed() 3368 int oldprio, queued, running, enqueue_flag = ENQUEUE_RESTORE; rt_mutex_setprio() local 3395 oldprio = p->prio; rt_mutex_setprio() 3423 if (dl_prio(oldprio)) rt_mutex_setprio() 3425 if (oldprio < prio) rt_mutex_setprio() 3429 if (dl_prio(oldprio)) rt_mutex_setprio() 3431 if (rt_prio(oldprio)) rt_mutex_setprio() 3443 check_class_changed(rq, p, prev_class, oldprio); rt_mutex_setprio() 3791 int retval, oldprio, oldpolicy = -1, queued, running; __sched_setscheduler() local 3968 oldprio = p->prio; __sched_setscheduler() 3979 if (new_effective_prio == oldprio) { __sched_setscheduler() 4004 if (oldprio <= p->prio) __sched_setscheduler() 4010 check_class_changed(rq, p, prev_class, oldprio); __sched_setscheduler() 1012 check_class_changed(struct rq *rq, struct task_struct *p, const struct sched_class *prev_class, int oldprio) check_class_changed() argument
|
H A D | rt.c | 2151 prio_changed_rt(struct rq *rq, struct task_struct *p, int oldprio) prio_changed_rt() argument 2162 if (oldprio < p->prio) prio_changed_rt() 2173 if (oldprio < p->prio) prio_changed_rt()
|
H A D | sched.h | 1221 int oldprio);
|
H A D | deadline.c | 1788 int oldprio) prio_changed_dl() 1787 prio_changed_dl(struct rq *rq, struct task_struct *p, int oldprio) prio_changed_dl() argument
|
H A D | fair.c | 7944 prio_changed_fair(struct rq *rq, struct task_struct *p, int oldprio) prio_changed_fair() argument 7955 if (p->prio > oldprio) prio_changed_fair()
|
/linux-4.4.14/include/trace/events/ |
H A D | sched.h | 423 __field( int, oldprio ) 430 __entry->oldprio = tsk->prio; 434 TP_printk("comm=%s pid=%d oldprio=%d newprio=%d", 436 __entry->oldprio, __entry->newprio)
|
Completed in 298 milliseconds