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
640 data->shallow_depth = dd->async_depth; in dd_limit_depth()
650 dd->async_depth = max(1UL, 3 * q->nr_requests / 4); in dd_depth_updated()
652 sbitmap_queue_min_shallow_depth(&tags->bitmap_tags, dd->async_depth); in dd_depth_updated()
983 SHOW_INT(deadline_async_depth_show, dd->async_depth);
1013 STORE_INT(deadline_async_depth_store, &dd->async_depth, 1, INT_MAX);
1027 DD_ATTR(async_depth),
1119 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()