Home
last modified time | relevance | path

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

/block/
Dmq-deadline.c103 u32 async_depth; member
654 data->shallow_depth = dd->async_depth; in dd_limit_depth()
664 dd->async_depth = max(1UL, 3 * q->nr_requests / 4); in dd_depth_updated()
666 sbitmap_queue_min_shallow_depth(tags->bitmap_tags, dd->async_depth); in dd_depth_updated()
993 SHOW_INT(deadline_async_depth_show, dd->async_depth);
1023 STORE_INT(deadline_async_depth_store, &dd->async_depth, 1, INT_MAX);
1037 DD_ATTR(async_depth),
1129 seq_printf(m, "%u\n", dd->async_depth); in dd_async_depth_show()
Dkyber-iosched.c166 unsigned int async_depth; member
458 kqd->async_depth = (1U << shift) * KYBER_ASYNC_PERCENT / 100U; in kyber_depth_updated()
460 sbitmap_queue_min_shallow_depth(tags->bitmap_tags, kqd->async_depth); in kyber_depth_updated()
562 data->shallow_depth = kqd->async_depth; in kyber_limit_depth()
963 seq_printf(m, "%u\n", kqd->async_depth); in KYBER_DEBUGFS_DOMAIN_ATTRS()