Searched refs:cur_bfqq (Results 1 – 2 of 2) sorted by relevance
2724 struct bfq_queue *cur_bfqq, in bfq_find_close_cooperator() argument2736 bfqq = bfqq_find_close(bfqd, cur_bfqq, sector); in bfq_find_close_cooperator()2737 if (!bfqq || bfqq == cur_bfqq) in bfq_find_close_cooperator()3100 void bfq_reassign_last_bfqq(struct bfq_queue *cur_bfqq, in bfq_reassign_last_bfqq() argument3103 if (cur_bfqq->entity.parent && in bfq_reassign_last_bfqq()3104 cur_bfqq->entity.parent->last_bfqq_created == cur_bfqq) in bfq_reassign_last_bfqq()3105 cur_bfqq->entity.parent->last_bfqq_created = new_bfqq; in bfq_reassign_last_bfqq()3106 else if (cur_bfqq->bfqd && cur_bfqq->bfqd->last_bfqq_created == cur_bfqq) in bfq_reassign_last_bfqq()3107 cur_bfqq->bfqd->last_bfqq_created = new_bfqq; in bfq_reassign_last_bfqq()
1159 void bfq_reassign_last_bfqq(struct bfq_queue *cur_bfqq,