Home
last modified time | relevance | path

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

/linux/block/
H A Dmq-deadline.c101 u32 async_depth; member
506 data->shallow_depth = dd->async_depth; in dd_limit_depth()
516 dd->async_depth = q->nr_requests; in dd_depth_updated()
774 SHOW_INT(deadline_async_depth_show, dd->async_depth);
804 STORE_INT(deadline_async_depth_store, &dd->async_depth, 1, INT_MAX);
818 DD_ATTR(async_depth),
910 seq_printf(m, "%u\n", dd->async_depth); in dd_async_depth_show()
H A Dkyber-iosched.c161 unsigned int async_depth; member
448 kqd->async_depth = hctx->queue->nr_requests * KYBER_ASYNC_PERCENT / 100U; in kyber_depth_updated()
449 sbitmap_queue_min_shallow_depth(&tags->bitmap_tags, kqd->async_depth); in kyber_depth_updated()
551 data->shallow_depth = kqd->async_depth; in kyber_limit_depth()
953 seq_printf(m, "%u\n", kqd->async_depth); in KYBER_DEBUGFS_DOMAIN_ATTRS()