Home
last modified time | relevance | path

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

/block/
Dmq-deadline-main.c99 u32 async_depth; member
543 data->shallow_depth = dd->async_depth; in dd_limit_depth()
554 dd->async_depth = max(1U, 3 * (1U << shift) / 4); in dd_depth_updated()
556 sbitmap_queue_min_shallow_depth(tags->bitmap_tags, dd->async_depth); in dd_depth_updated()
883 SHOW_INT(deadline_async_depth_show, dd->async_depth);
913 STORE_INT(deadline_async_depth_store, &dd->async_depth, 1, INT_MAX);
927 DD_ATTR(async_depth),
1017 seq_printf(m, "%u\n", dd->async_depth); in dd_async_depth_show()
Dkyber-iosched.c163 unsigned int async_depth; member
404 kqd->async_depth = (1U << shift) * KYBER_ASYNC_PERCENT / 100U; in kyber_queue_data_alloc()
506 kqd->async_depth); in kyber_init_hctx()
561 data->shallow_depth = kqd->async_depth; in kyber_limit_depth()
962 seq_printf(m, "%u\n", kqd->async_depth); in KYBER_DEBUGFS_DOMAIN_ATTRS()