Home
last modified time | relevance | path

Searched refs:bfq_bic_lookup (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/block/
H A Dbfq-iosched.c452 * bfq_bic_lookup - search into @ioc a bic associated to @bfqd.
455 static struct bfq_io_cq *bfq_bic_lookup(struct request_queue *q) in bfq_bic_lookup() function
693 struct bfq_io_cq *bic = bfq_bic_lookup(data->q); in bfq_limit_depth()
2451 * bfq_bic_lookup grabs the queue_lock: invoke it now and in bfq_bio_merge()
2454 * returned by bfq_bic_lookup does not go away before in bfq_bio_merge()
2457 struct bfq_io_cq *bic = bfq_bic_lookup(q); in bfq_bio_merge()
/kernel/linux/linux-5.10/block/
H A Dbfq-iosched.c401 * bfq_bic_lookup - search into @ioc a bic associated to @bfqd.
406 static struct bfq_io_cq *bfq_bic_lookup(struct bfq_data *bfqd, in bfq_bic_lookup() function
2227 * bfq_bic_lookup grabs the queue_lock: invoke it now and in bfq_bio_merge()
2230 * returned by bfq_bic_lookup does not go away before in bfq_bio_merge()
2233 struct bfq_io_cq *bic = bfq_bic_lookup(bfqd, current->io_context, q); in bfq_bio_merge()

Completed in 17 milliseconds