Searched refs:limit_depth (Results 1 – 5 of 5) sorted by relevance
38 void (*limit_depth)(blk_opf_t, struct blk_mq_alloc_data *); member
1020 .limit_depth = kyber_limit_depth,
1247 .limit_depth = dd_limit_depth,
468 if (ops->limit_depth) in __blk_mq_alloc_requests()469 ops->limit_depth(data->cmd_flags, data); in __blk_mq_alloc_requests()
7598 .limit_depth = bfq_limit_depth,