Searched refs:prio_changed (Results 1 - 11 of 11) sorted by relevance

/linux-master/kernel/sched/
H A Dstop_task.c127 .prio_changed = prio_changed_stop,
H A Didle.c550 .prio_changed = prio_changed_idle,
H A Drt.c2676 .prio_changed = prio_changed_rt,
H A Ddeadline.c2842 .prio_changed = prio_changed_dl,
H A Dsched.h2308 void (*prio_changed) (struct rq *this_rq, struct task_struct *task, member in struct:sched_class
H A Dcore.c2218 * switched_from, switched_to and prio_changed must _NOT_ drop rq->lock,
2234 p->sched_class->prio_changed(rq, p, oldprio);
7323 p->sched_class->prio_changed(rq, p, old_prio);
H A Dfair.c13144 .prio_changed = prio_changed_fair,
/linux-master/block/
H A Dbfq-iosched.c1188 bfqq->entity.prio_changed = 1;
1922 bfqq->entity.prio_changed = 1;
2322 bfqq->entity.prio_changed = 1;
2630 bfqq->entity.prio_changed = 1;
3181 new_bfqq->entity.prio_changed = 1;
3186 bfqq->entity.prio_changed = 1;
5047 if (entity->prio_changed)
5077 bfqq->entity.prio_changed = 1;
5553 bfqq->entity.prio_changed = 1;
5941 bfqq->entity.prio_changed
[all...]
H A Dbfq-iosched.h137 * new_* fields, then setting the @prio_changed flag. As soon as
205 int prio_changed; member in struct:bfq_entity
H A Dbfq-wf2q.c707 if (entity->prio_changed) {
735 * Reset prio_changed only if the ioprio_class change
739 entity->prio_changed = 0;
H A Dbfq-cgroup.c1045 * Setting the prio_changed flag of the entity
1055 * setting the prio_changed flag. In fact,
1068 bfqg->entity.prio_changed = 1;

Completed in 352 milliseconds