Home
last modified time | relevance | path

Searched refs:oldprio (Results 1 – 9 of 9) sorted by relevance

/linux/kernel/sched/
H A Dstop_task.c84 prio_changed_stop(struct rq *rq, struct task_struct *p, u64 oldprio) in prio_changed_stop() argument
86 if (p->prio == oldprio) in prio_changed_stop()
H A Didle.c519 prio_changed_idle(struct rq *rq, struct task_struct *p, u64 oldprio) in prio_changed_idle() argument
521 if (p->prio == oldprio) in prio_changed_idle()
H A Dsyscalls.c469 int retval, oldprio, newprio; in __sched_setscheduler() local
630 oldprio = p->prio; in __sched_setscheduler()
642 if (newprio == oldprio && !dl_prio(newprio)) in __sched_setscheduler()
666 if (oldprio < p->prio) in __sched_setscheduler()
H A Drt.c2451 prio_changed_rt(struct rq *rq, struct task_struct *p, u64 oldprio) in prio_changed_rt() argument
2456 if (p->prio == oldprio) in prio_changed_rt()
2464 if (oldprio < p->prio) in prio_changed_rt()
H A Dcore.c7308 int prio, oldprio, queue_flag = in rt_mutex_setprio() local
7362 oldprio = p->prio; in rt_mutex_setprio()
7364 if (oldprio == prio && !dl_prio(prio)) in rt_mutex_setprio()
7393 if (dl_prio(oldprio)) in rt_mutex_setprio()
7395 if (oldprio < prio) in rt_mutex_setprio()
7398 if (dl_prio(oldprio)) in rt_mutex_setprio()
7400 if (rt_prio(oldprio)) in rt_mutex_setprio()
H A Dsched.h2624 u64 oldprio);
H A Dfair.c13472 prio_changed_fair(struct rq *rq, struct task_struct *p, u64 oldprio) in prio_changed_fair() argument
13477 if (p->prio == oldprio) in prio_changed_fair()
13489 if (p->prio > oldprio) in prio_changed_fair()
H A Dext.c3151 static void prio_changed_scx(struct rq *rq, struct task_struct *p, u64 oldprio) in prio_changed_scx() argument
/linux/include/trace/events/
H A Dsched.h593 __field( int, oldprio )
600 __entry->oldprio = tsk->prio;
609 __entry->oldprio, __entry->newprio)