Lines Matching defs:cur_bfqq
2724 struct bfq_queue *cur_bfqq,
2736 bfqq = bfqq_find_close(bfqd, cur_bfqq, sector);
2737 if (!bfqq || bfqq == cur_bfqq)
3097 bfq_reassign_last_bfqq(struct bfq_queue *cur_bfqq, struct bfq_queue *new_bfqq)
3099 if (cur_bfqq->entity.parent &&
3100 cur_bfqq->entity.parent->last_bfqq_created == cur_bfqq)
3101 cur_bfqq->entity.parent->last_bfqq_created = new_bfqq;
3102 else if (cur_bfqq->bfqd && cur_bfqq->bfqd->last_bfqq_created == cur_bfqq)
3103 cur_bfqq->bfqd->last_bfqq_created = new_bfqq;