/kernel/linux/linux-5.10/kernel/sched/ |
H A D | stop_task.c | 136 .prio_changed = prio_changed_stop,
|
H A D | idle.c | 508 .prio_changed = prio_changed_idle,
|
H A D | deadline.c | 2563 .prio_changed = prio_changed_dl,
|
H A D | rt.c | 2762 .prio_changed = prio_changed_rt,
|
H A D | sched.h | 1963 void (*prio_changed) (struct rq *this_rq, struct task_struct *task, member
|
H A D | core.c | 1728 * switched_from, switched_to and prio_changed must _NOT_ drop rq->lock, 1744 p->sched_class->prio_changed(rq, p, oldprio); in check_class_changed() 5230 p->sched_class->prio_changed(rq, p, old_prio); in set_user_nice()
|
H A D | fair.c | 12031 .prio_changed = prio_changed_fair,
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | stop_task.c | 141 .prio_changed = prio_changed_stop,
|
H A D | idle.c | 500 .prio_changed = prio_changed_idle,
|
H A D | deadline.c | 2750 .prio_changed = prio_changed_dl,
|
H A D | sched.h | 2433 void (*prio_changed) (struct rq *this_rq, struct task_struct *task, member
|
H A D | rt.c | 3015 .prio_changed = prio_changed_rt,
|
H A D | core.c | 2251 * switched_from, switched_to and prio_changed must _NOT_ drop rq->lock, 2267 p->sched_class->prio_changed(rq, p, oldprio); in check_class_changed() 7424 p->sched_class->prio_changed(rq, p, old_prio); in set_user_nice()
|
H A D | fair.c | 13620 .prio_changed = prio_changed_fair,
|
/kernel/linux/linux-5.10/block/ |
H A D | bfq-iosched.c | 1058 bfqq->entity.prio_changed = 1; in bfq_bfqq_resume_state() 1755 bfqq->entity.prio_changed = 1; in bfq_bfqq_handle_idle_busy_switch() 2086 bfqq->entity.prio_changed = 1; in bfq_add_request() 2387 bfqq->entity.prio_changed = 1; in bfq_bfqq_end_wr() 2811 new_bfqq->entity.prio_changed = 1; in bfq_merge_bfqqs() 2816 bfqq->entity.prio_changed = 1; in bfq_merge_bfqqs() 4590 if (entity->prio_changed) in bfq_update_wr_data() 4608 bfqq->entity.prio_changed = 1; in bfq_update_wr_data() 5057 bfqq->entity.prio_changed = 1; in bfq_set_next_ioprio_data() 6479 bfqd->oom_bfqq.entity.prio_changed in bfq_init_queue() [all...] |
H A D | bfq-wf2q.c | 724 if (entity->prio_changed) { in __bfq_entity_update_weight_prio() 768 * Reset prio_changed only if the ioprio_class change in __bfq_entity_update_weight_prio() 772 entity->prio_changed = 0; in __bfq_entity_update_weight_prio()
|
H A D | bfq-iosched.h | 131 * new_* fields, then setting the @prio_changed flag. As soon as 196 int prio_changed; member
|
H A D | bfq-cgroup.c | 1027 * Setting the prio_changed flag of the entity in bfq_group_set_weight() 1037 * setting the prio_changed flag. In fact, in bfq_group_set_weight() 1050 bfqg->entity.prio_changed = 1; in bfq_group_set_weight()
|
/kernel/linux/linux-6.6/block/ |
H A D | bfq-iosched.c | 1188 bfqq->entity.prio_changed = 1; in bfq_bfqq_resume_state() 1922 bfqq->entity.prio_changed = 1; in bfq_bfqq_handle_idle_busy_switch() 2322 bfqq->entity.prio_changed = 1; in bfq_add_request() 2630 bfqq->entity.prio_changed = 1; in bfq_bfqq_end_wr() 3181 new_bfqq->entity.prio_changed = 1; in bfq_merge_bfqqs() 3186 bfqq->entity.prio_changed = 1; in bfq_merge_bfqqs() 5047 if (entity->prio_changed) in bfq_update_wr_data() 5077 bfqq->entity.prio_changed = 1; in bfq_update_wr_data() 5553 bfqq->entity.prio_changed = 1; in bfq_set_next_ioprio_data() 5941 bfqq->entity.prio_changed in bfq_update_io_seektime() [all...] |
H A D | bfq-wf2q.c | 707 if (entity->prio_changed) { in __bfq_entity_update_weight_prio() 735 * Reset prio_changed only if the ioprio_class change in __bfq_entity_update_weight_prio() 739 entity->prio_changed = 0; in __bfq_entity_update_weight_prio()
|
H A D | bfq-iosched.h | 137 * new_* fields, then setting the @prio_changed flag. As soon as 205 int prio_changed; member
|
H A D | bfq-cgroup.c | 1045 * Setting the prio_changed flag of the entity in bfq_group_set_weight() 1055 * setting the prio_changed flag. In fact, in bfq_group_set_weight() 1068 bfqg->entity.prio_changed = 1; in bfq_group_set_weight()
|