Home
last modified time | relevance | path

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

12

/external/rust/android-crates-io/crates/tokio/src/runtime/metrics/
Dworker.rs50 pub(crate) queue_depth: MetricAtomicUsize, field
73 pub(crate) fn queue_depth(&self) -> usize { in queue_depth() method
74 self.queue_depth.load(Relaxed) in queue_depth()
78 self.queue_depth.store(len, Relaxed); in set_queue_depth()
/external/rust/android-crates-io/crates/tokio/src/runtime/blocking/
Dpool.rs33 queue_depth: MetricAtomicUsize, field
46 fn queue_depth(&self) -> usize {
47 self.queue_depth.load(Ordering::Relaxed)
68 self.queue_depth.increment(); in inc_queue_depth()
72 self.queue_depth.decrement(); in dec_queue_depth()
485 pub(crate) fn queue_depth(&self) -> usize {
486 self.inner.metrics.queue_depth()
/external/pytorch/torch/profiler/
D_utils.py38 queue_depth: int = 0 variable in EventMetrics
51 queue_depth: int = 0 variable in Interval
225 self.metrics[EventKey(event)].queue_depth = current_queue_depth
244 if data_point.queue_depth == 0 and not idle:
247 if data_point.queue_depth > 0 and idle:
271 qd_values = [e.queue_depth for e in queue_depth_list]
/external/libwebsockets/lib/misc/threadpool/
Dthreadpool.c94 int queue_depth; member
183 tp->name, tp->queue_depth, tp->running_tasks, in lws_threadpool_dump()
197 if (count != tp->queue_depth) in lws_threadpool_dump()
199 __func__, tp->queue_depth, count); in lws_threadpool_dump()
534 tp->queue_depth--; in lws_threadpool_worker()
761 tp->queue_depth--; in lws_threadpool_finish()
875 tp->queue_depth--; in lws_threadpool_dequeue_task()
991 if (tp->queue_depth == tp->max_queue_depth) { in lws_threadpool_enqueue()
1023 tp->queue_depth++; in lws_threadpool_enqueue()
1039 lws_wsi_tag(task_to_wsi(task)), tp->queue_depth); in lws_threadpool_enqueue()
/external/ublksrv/
Dtgt_null.cpp40 tgt->tgt_ring_depth = info->queue_depth; in null_init_tgt()
73 tgt->tgt_ring_depth = info->queue_depth; in null_recovery_tgt()
Ddemo_null.c188 tgt->tgt_ring_depth = info->queue_depth; in demo_init_tgt()
232 .queue_depth = DEF_QD, in main()
Ddemo_event.c235 qd = info->queue_depth * info->nr_hw_queues * 2; in demo_event_uring_io_handler_fn()
497 tgt->tgt_ring_depth = info->queue_depth; in demo_init_tgt()
544 .queue_depth = DEF_QD, in main()
Dublksrv_tgt.cpp709 data.queue_depth = DEF_QD; in cmd_dev_add()
732 data.queue_depth = strtol(optarg, NULL, 10); in cmd_dev_add()
765 if (data.queue_depth > MAX_QD) in cmd_dev_add()
766 data.queue_depth = MAX_QD; in cmd_dev_add()
Dtgt_loop.cpp84 tgt->tgt_ring_depth = info->queue_depth; in loop_setup_tgt()
/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/handle/
Dmetrics.rs48 self.blocking_spawner.queue_depth() in blocking_queue_depth()
/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread/handle/
Dmetrics.rs51 self.blocking_spawner.queue_depth()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_service.h76 std::unordered_map<int, int> queue_depth; member
Dgrpc_worker_service.cc103 std::unordered_map<int, int> queue_depth, GrpcResponseCache* cache, in GrpcWorkerServiceThread() argument
106 queue_depth_(queue_depth), in GrpcWorkerServiceThread()
377 new GrpcWorkerServiceThread(worker, builder, options.queue_depth, in GrpcWorkerService()
/external/ublksrv/lib/
Dublksrv_cmd.c165 info->queue_depth = data->queue_depth; in ublksrv_ctrl_init()
470 info->nr_hw_queues, info->queue_depth, in ublksrv_ctrl_dump()
Dublksrv.c315 unsigned depth = dev->ctrl_dev->dev_info.queue_depth; in ublk_queue_io_buf_size()
498 int depth = cdev->dev_info.queue_depth; in ublksrv_calculate_depths()
522 int depth = ctrl_dev->dev_info.queue_depth; in ublksrv_queue_init()
Dublksrv_json.cpp35 queue_depth, in NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE_WITH_DEFAULT() argument
/external/kernel-headers/original/uapi/linux/
Dublk_cmd.h225 __u16 queue_depth; member
Dhdreg.h459 unsigned short queue_depth; /* (word 75) member
/external/ublksrv/include/
Dublk_cmd.h237 __u16 queue_depth; member
Dublksrv.h55 unsigned short queue_depth; member
/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/current_thread/
Dmod.rs583 self.worker_metrics(worker).queue_depth()
595 self.blocking_spawner.queue_depth()
/external/liburing/test/
During_cmd_ublk.c407 int depth = dev->dev_info.queue_depth; in ublk_queue_init()
874 info->queue_depth = depth; in cmd_dev_add()
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/IndustryStandard/
DAtapi.h112 UINT16 queue_depth; member
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/IndustryStandard/
DAtapi.h118 UINT16 queue_depth; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/IndustryStandard/
DAtapi.h112 UINT16 queue_depth; member

12