Searched refs:prio_changed (Results 1 – 11 of 11) sorted by relevance
/linux/kernel/sched/ |
A D | stop_task.c | 142 .prio_changed = prio_changed_stop,
|
A D | idle.c | 524 .prio_changed = prio_changed_idle,
|
A D | sched.h | 2144 void (*prio_changed) (struct rq *this_rq, struct task_struct *task, member
|
A D | rt.c | 2649 .prio_changed = prio_changed_rt,
|
A D | deadline.c | 2664 .prio_changed = prio_changed_dl,
|
A D | core.c | 2110 p->sched_class->prio_changed(rq, p, oldprio); in check_class_changed() 6895 p->sched_class->prio_changed(rq, p, old_prio); in set_user_nice()
|
A D | fair.c | 11775 .prio_changed = prio_changed_fair,
|
/linux/block/ |
A D | bfq-iosched.c | 1103 bfqq->entity.prio_changed = 1; in bfq_bfqq_resume_state() 1808 bfqq->entity.prio_changed = 1; in bfq_bfqq_handle_idle_busy_switch() 2188 bfqq->entity.prio_changed = 1; in bfq_add_request() 2502 bfqq->entity.prio_changed = 1; in bfq_bfqq_end_wr() 3001 new_bfqq->entity.prio_changed = 1; in bfq_merge_bfqqs() 3006 bfqq->entity.prio_changed = 1; in bfq_merge_bfqqs() 4804 if (entity->prio_changed) in bfq_update_wr_data() 4834 bfqq->entity.prio_changed = 1; in bfq_update_wr_data() 5305 bfqq->entity.prio_changed = 1; in bfq_set_next_ioprio_data() 5688 bfqq->entity.prio_changed = 1; in bfq_update_io_seektime() [all …]
|
A D | bfq-wf2q.c | 721 if (entity->prio_changed) { in __bfq_entity_update_weight_prio() 769 entity->prio_changed = 0; in __bfq_entity_update_weight_prio()
|
A D | bfq-iosched.h | 196 int prio_changed; member
|
A D | bfq-cgroup.c | 1025 bfqg->entity.prio_changed = 1; in bfq_group_set_weight()
|
Completed in 100 milliseconds