Home
last modified time | relevance | path

Searched refs:get_budget (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/block/
Dblk-mq.h170 if (q->mq_ops->get_budget) in blk_mq_get_dispatch_budget()
171 return q->mq_ops->get_budget(hctx); in blk_mq_get_dispatch_budget()
Dblk-mq.c2801 if (!set->ops->get_budget ^ !set->ops->put_budget) in blk_mq_alloc_tag_set()
/linux-4.19.296/include/linux/
Dblk-mq.h132 get_budget_fn *get_budget; member