Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dmq-deadline.c101 u32 async_depth; member
654 data->shallow_depth = dd_to_word_depth(data->hctx, dd->async_depth); in dd_limit_depth()
664 dd->async_depth = q->nr_requests; in dd_depth_updated()
997 SHOW_INT(deadline_async_depth_show, dd->async_depth);
1027 STORE_INT(deadline_async_depth_store, &dd->async_depth, 1, INT_MAX);
1041 DD_ATTR(async_depth),
1133 seq_printf(m, "%u\n", dd->async_depth); in dd_async_depth_show()
H A Dkyber-iosched.c164 unsigned int async_depth; member
459 kqd->async_depth = (1U << shift) * KYBER_ASYNC_PERCENT / 100U; in kyber_depth_updated()
461 sbitmap_queue_min_shallow_depth(&tags->bitmap_tags, kqd->async_depth); in kyber_depth_updated()
563 data->shallow_depth = kqd->async_depth; in kyber_limit_depth()
965 seq_printf(m, "%u\n", kqd->async_depth); in KYBER_DEBUGFS_DOMAIN_ATTRS()