Home
last modified time | relevance | path

Searched refs:cur_bfqq (Results 1 – 2 of 2) sorted by relevance

/linux/block/
H A Dbfq-iosched.c2735 struct bfq_queue *cur_bfqq, in bfq_find_close_cooperator() argument
2747 bfqq = bfqq_find_close(bfqd, cur_bfqq, sector); in bfq_find_close_cooperator()
2748 if (!bfqq || bfqq == cur_bfqq) in bfq_find_close_cooperator()
3111 void bfq_reassign_last_bfqq(struct bfq_queue *cur_bfqq, in bfq_reassign_last_bfqq() argument
3114 if (cur_bfqq->entity.parent && in bfq_reassign_last_bfqq()
3115 cur_bfqq->entity.parent->last_bfqq_created == cur_bfqq) in bfq_reassign_last_bfqq()
3116 cur_bfqq->entity.parent->last_bfqq_created = new_bfqq; in bfq_reassign_last_bfqq()
3117 else if (cur_bfqq->bfqd && cur_bfqq->bfqd->last_bfqq_created == cur_bfqq) in bfq_reassign_last_bfqq()
3118 cur_bfqq->bfqd->last_bfqq_created = new_bfqq; in bfq_reassign_last_bfqq()
H A Dbfq-iosched.h1159 void bfq_reassign_last_bfqq(struct bfq_queue *cur_bfqq,