/external/rust/android-crates-io/crates/tokio/src/runtime/metrics/ |
D | worker.rs | 50 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/ |
D | pool.rs | 33 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.py | 38 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/ |
D | threadpool.c | 94 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/ |
D | tgt_null.cpp | 40 tgt->tgt_ring_depth = info->queue_depth; in null_init_tgt() 73 tgt->tgt_ring_depth = info->queue_depth; in null_recovery_tgt()
|
D | demo_null.c | 188 tgt->tgt_ring_depth = info->queue_depth; in demo_init_tgt() 232 .queue_depth = DEF_QD, in main()
|
D | demo_event.c | 235 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()
|
D | ublksrv_tgt.cpp | 709 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()
|
D | tgt_loop.cpp | 84 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/ |
D | metrics.rs | 48 self.blocking_spawner.queue_depth() in blocking_queue_depth()
|
/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread/handle/ |
D | metrics.rs | 51 self.blocking_spawner.queue_depth()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_worker_service.h | 76 std::unordered_map<int, int> queue_depth; member
|
D | grpc_worker_service.cc | 103 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/ |
D | ublksrv_cmd.c | 165 info->queue_depth = data->queue_depth; in ublksrv_ctrl_init() 470 info->nr_hw_queues, info->queue_depth, in ublksrv_ctrl_dump()
|
D | ublksrv.c | 315 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()
|
D | ublksrv_json.cpp | 35 queue_depth, in NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE_WITH_DEFAULT() argument
|
/external/kernel-headers/original/uapi/linux/ |
D | ublk_cmd.h | 225 __u16 queue_depth; member
|
D | hdreg.h | 459 unsigned short queue_depth; /* (word 75) member
|
/external/ublksrv/include/ |
D | ublk_cmd.h | 237 __u16 queue_depth; member
|
D | ublksrv.h | 55 unsigned short queue_depth; member
|
/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/current_thread/ |
D | mod.rs | 583 self.worker_metrics(worker).queue_depth() 595 self.blocking_spawner.queue_depth()
|
/external/liburing/test/ |
D | uring_cmd_ublk.c | 407 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/ |
D | Atapi.h | 112 UINT16 queue_depth; member
|
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/IndustryStandard/ |
D | Atapi.h | 118 UINT16 queue_depth; member
|
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/IndustryStandard/ |
D | Atapi.h | 112 UINT16 queue_depth; member
|