Searched refs:async_depth (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/block/ |
D | mq-deadline.c | 103 u32 async_depth; member 616 data->shallow_depth = dd->async_depth; in dd_limit_depth() 626 dd->async_depth = max(1UL, 3 * q->nr_requests / 4); in dd_depth_updated() 628 sbitmap_queue_min_shallow_depth(&tags->bitmap_tags, dd->async_depth); in dd_depth_updated() 943 SHOW_INT(deadline_async_depth_show, dd->async_depth); 973 STORE_INT(deadline_async_depth_store, &dd->async_depth, 1, INT_MAX); 987 DD_ATTR(async_depth), 1077 seq_printf(m, "%u\n", dd->async_depth); in dd_async_depth_show()
|
D | kyber-iosched.c | 166 unsigned int async_depth; member 461 kqd->async_depth = (1U << shift) * KYBER_ASYNC_PERCENT / 100U; in kyber_depth_updated() 463 sbitmap_queue_min_shallow_depth(&tags->bitmap_tags, kqd->async_depth); in kyber_depth_updated() 565 data->shallow_depth = kqd->async_depth; in kyber_limit_depth() 966 seq_printf(m, "%u\n", kqd->async_depth); in KYBER_DEBUGFS_DOMAIN_ATTRS()
|