Searched refs:async_depth (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/block/ |
D | mq-deadline.c | 101 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() 806 SHOW_INT(deadline_async_depth_show, dd->async_depth); 836 STORE_INT(deadline_async_depth_store, &dd->async_depth, 1, INT_MAX); 850 DD_ATTR(async_depth), 942 seq_printf(m, "%u\n", dd->async_depth); in dd_async_depth_show()
|
D | kyber-iosched.c | 164 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()
|