Home
last modified time | relevance | path

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

/linux/block/
H A Dmq-deadline.c101 u32 async_depth; member
520 data->shallow_depth = dd_to_word_depth(data->hctx, dd->async_depth); in dd_limit_depth()
530 dd->async_depth = q->nr_requests; in dd_depth_updated()
798 SHOW_INT(deadline_async_depth_show, dd->async_depth);
828 STORE_INT(deadline_async_depth_store, &dd->async_depth, 1, INT_MAX);
842 DD_ATTR(async_depth),
934 seq_printf(m, "%u\n", dd->async_depth); in dd_async_depth_show()