Home
last modified time | relevance | path

Searched refs:prio_changed (Results 1 – 10 of 10) sorted by relevance

/linux/block/
H A Dbfq-iosched.c1190 bfqq->entity.prio_changed = 1; in bfq_bfqq_resume_state()
1924 bfqq->entity.prio_changed = 1; in bfq_bfqq_handle_idle_busy_switch()
2324 bfqq->entity.prio_changed = 1; in bfq_add_request()
2625 bfqq->entity.prio_changed = 1; in bfq_bfqq_end_wr()
3183 new_bfqq->entity.prio_changed = 1; in bfq_merge_bfqqs()
3188 bfqq->entity.prio_changed = 1; in bfq_merge_bfqqs()
5045 if (entity->prio_changed) in bfq_update_wr_data()
5075 bfqq->entity.prio_changed = 1; in bfq_update_wr_data()
5553 bfqq->entity.prio_changed = 1; in bfq_set_next_ioprio_data()
5938 bfqq->entity.prio_changed in bfq_update_io_seektime()
[all...]
H A Dbfq-wf2q.c707 if (entity->prio_changed) { in __bfq_entity_update_weight_prio()
739 entity->prio_changed = 0; in __bfq_entity_update_weight_prio()
H A Dbfq-iosched.h205 int prio_changed; member
H A Dbfq-cgroup.c1006 * Setting the prio_changed flag of the entity in bfq_group_set_weight()
1016 * setting the prio_changed flag. In fact, in bfq_io_set_weight_legacy()
1029 bfqg->entity.prio_changed = 1; in bfq_io_set_weight_legacy()
/linux/kernel/sched/
H A Didle.c590 .prio_changed = prio_changed_idle,
H A Ddeadline.c3668 .prio_changed = prio_changed_dl,
H A Dsched.h2700 void (*prio_changed) (struct rq *this_rq, struct task_struct *task, in __put_prev_set_next_dl_server()
2645 void (*prio_changed) (struct rq *this_rq, struct task_struct *task, global() member
H A Dcore.c11282 p->sched_class->prio_changed(rq, p, ctx->prio);
H A Dext.c
H A Dfair.c15380 .prio_changed = prio_changed_fair,