Home
last modified time | relevance | path

Searched refs:queue_depth (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/ublk/
A Dkublk.c339 info->dev_id, info->nr_hw_queues, info->queue_depth, in ublk_ctrl_dump()
438 int depth = dev->dev_info.queue_depth; in ublk_queue_init()
501 unsigned nr_ios = dev->dev_info.queue_depth * dev->dev_info.nr_hw_queues; in ublk_thread_init()
674 int nr_ios = dinfo->nr_hw_queues * dinfo->queue_depth; in ublk_submit_fetch_commands()
676 int q_id = i / dinfo->queue_depth; in ublk_submit_fetch_commands()
677 int tag = i % dinfo->queue_depth; in ublk_submit_fetch_commands()
1107 unsigned depth = ctx->queue_depth; in __cmd_dev_add()
1172 info->queue_depth = depth; in __cmd_dev_add()
1543 .queue_depth = 128, in main()
1575 ctx.queue_depth = strtol(optarg, NULL, 10); in main()
A Dnull.c41 dev->tgt.sq_depth = dev->tgt.cq_depth = 2 * info->queue_depth; in ublk_null_tgt_init()
A Dstripe.c345 dev->tgt.sq_depth = mul * dev->dev_info.queue_depth * conf->nr_files; in ublk_stripe_tgt_init()
346 dev->tgt.cq_depth = mul * dev->dev_info.queue_depth * conf->nr_files; in ublk_stripe_tgt_init()
A Dkublk.h70 unsigned queue_depth; member

Completed in 10 milliseconds