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.c512 prio_changed_idle(struct rq *rq, struct task_struct *p, u64 oldprio) in prio_changed_idle() argument
514 if (p->prio == oldprio) in prio_changed_idle()
H A Dsyscalls.c497 int retval, oldprio, newprio; in __sched_setscheduler() local
658 oldprio = p->prio; in __sched_setscheduler()
670 if (newprio == oldprio) in __sched_setscheduler()
694 if (oldprio < p->prio) in __sched_setscheduler()
H A Drt.c2440 prio_changed_rt(struct rq *rq, struct task_struct *p, u64 oldprio) in prio_changed_rt() argument
2445 if (p->prio == oldprio) in prio_changed_rt()
2453 if (oldprio < p->prio) in prio_changed_rt()
H A Dcore.c7263 int prio, oldprio, queue_flag = in rt_mutex_setprio() local
7317 oldprio = p->prio; in rt_mutex_setprio()
7319 if (oldprio == prio) in rt_mutex_setprio()
7348 if (dl_prio(oldprio)) in rt_mutex_setprio()
7350 if (oldprio < prio) in rt_mutex_setprio()
7353 if (dl_prio(oldprio)) in rt_mutex_setprio()
7355 if (rt_prio(oldprio)) in rt_mutex_setprio()
H A Dsched.h2562 u64 oldprio);
H A Dfair.c13401 prio_changed_fair(struct rq *rq, struct task_struct *p, u64 oldprio) in prio_changed_fair() argument
13406 if (p->prio == oldprio) in prio_changed_fair()
13418 if (p->prio > oldprio) in prio_changed_fair()
H A Dext.c3071 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)