Home
last modified time | relevance | path

Searched refs:queued (Results 1 – 25 of 150) sorted by relevance

123456

/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_transfer_queue.c37 struct virgl_transfer *queued; member
41 typedef bool (*compare_transfers_t)(struct virgl_transfer *queued,
155 static bool transfers_intersect(struct virgl_transfer *queued, in transfers_intersect() argument
158 return transfer_overlap(queued, current->hw_res, current->base.level, in transfers_intersect()
163 struct virgl_transfer *queued) in remove_transfer() argument
165 list_del(&queued->queue_link); in remove_transfer()
166 virgl_resource_destroy_transfer(queue->vctx, queued); in remove_transfer()
173 struct virgl_transfer *queued = args->queued; in replace_unmapped_transfer() local
175 u_box_union_2d(&current->base.box, &current->base.box, &queued->base.box); in replace_unmapped_transfer()
178 remove_transfer(queue, queued); in replace_unmapped_transfer()
[all …]
/external/bcc/tools/
Drunqlen.py210 queued = {} variable
217 queued[c] = 0
222 queued[k.cpu] += v.value
224 samples = idle[c] + queued[c]
226 runqocc = float(queued[c]) / samples
234 queued = 0 variable
239 queued += v.value
240 samples = idle + queued
242 runqocc = float(queued) / samples
Dbiolatency_example.txt31 completion. A -Q option can be used to include time queued in the kernel.
105 queued in the kernel, and includes queuing latency:
215 -Q, --queued include OS queued time in I/O time
223 ./biolatency -Q # include OS queued time in I/O time
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_cp_dma.c441 if (sctx->queued.named.hs) { in cik_emit_prefetch_L2()
443 cik_prefetch_shader_async(sctx, sctx->queued.named.hs); in cik_emit_prefetch_L2()
452 cik_prefetch_shader_async(sctx, sctx->queued.named.gs); in cik_emit_prefetch_L2()
454 cik_prefetch_shader_async(sctx, sctx->queued.named.vs); in cik_emit_prefetch_L2()
455 } else if (sctx->queued.named.gs) { in cik_emit_prefetch_L2()
457 cik_prefetch_shader_async(sctx, sctx->queued.named.gs); in cik_emit_prefetch_L2()
466 cik_prefetch_shader_async(sctx, sctx->queued.named.vs); in cik_emit_prefetch_L2()
469 cik_prefetch_shader_async(sctx, sctx->queued.named.vs); in cik_emit_prefetch_L2()
482 cik_prefetch_shader_async(sctx, sctx->queued.named.ls); in cik_emit_prefetch_L2()
491 cik_prefetch_shader_async(sctx, sctx->queued.named.hs); in cik_emit_prefetch_L2()
[all …]
Dsi_state.h467 ((sctx)->queued.named.member != (sctx)->emitted.named.member)
470 ((sctx)->queued.named.member && si_pm4_state_changed(sctx, member))
474 (sctx)->queued.named.member = (value); \
480 if ((sctx)->queued.named.member == (value)) { \
481 (sctx)->queued.named.member = NULL; \
Dsi_state_binning.c179 struct si_state_dsa *dsa = sctx->queued.named.dsa; in si_get_depth_bin_size()
389 struct si_state_dsa *dsa = sctx->queued.named.dsa; in gfx10_get_bin_sizes()
453 struct si_state_blend *blend = sctx->queued.named.blend; in si_emit_dpbb_state()
454 struct si_state_dsa *dsa = sctx->queued.named.dsa; in si_emit_dpbb_state()
/external/rust/crates/tokio/src/sync/
Dbatch_semaphore.rs71 queued: bool, field
300 queued: bool, in poll_acquire()
304 let needed = if queued { in poll_acquire()
347 if !queued { in poll_acquire()
385 if !queued { in poll_acquire()
442 let (node, semaphore, needed, queued) = self.project(); in poll()
444 match semaphore.poll_acquire(cx, needed, node, *queued) { in poll()
446 *queued = true; in poll()
452 *queued = false; in poll()
465 queued: false, in new()
[all …]
Dbroadcast.rs352 queued: bool, field
667 assert!(waiter.queued); in notify_rx()
668 waiter.queued = false; in notify_rx()
751 if !(*ptr).queued { in recv_ref()
752 (*ptr).queued = true; in recv_ref()
956 queued: false, in new()
1004 let queued = self.waiter.with(|ptr| unsafe { (*ptr).queued }); in drop() localVariable
1006 if queued { in drop()
/external/abseil-cpp/absl/strings/internal/
Dcharconv_bigint.cc233 uint32_t queued = 0; in ReadDigits() local
258 queued = 10 * queued + digit; in ReadDigits()
262 AddWithCarry(0, queued); in ReadDigits()
263 queued = digits_queued = 0; in ReadDigits()
269 AddWithCarry(0, queued); in ReadDigits()
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
Dcharconv_bigint.cc233 uint32_t queued = 0; in ReadDigits() local
258 queued = 10 * queued + digit; in ReadDigits()
262 AddWithCarry(0, queued); in ReadDigits()
263 queued = digits_queued = 0; in ReadDigits()
269 AddWithCarry(0, queued); in ReadDigits()
/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcharconv_bigint.cc233 uint32_t queued = 0; in ReadDigits() local
258 queued = 10 * queued + digit; in ReadDigits()
262 AddWithCarry(0, queued); in ReadDigits()
263 queued = digits_queued = 0; in ReadDigits()
269 AddWithCarry(0, queued); in ReadDigits()
/external/libtextclassifier/abseil-cpp/absl/strings/internal/
Dcharconv_bigint.cc233 uint32_t queued = 0; in ReadDigits() local
258 queued = 10 * queued + digit; in ReadDigits()
262 AddWithCarry(0, queued); in ReadDigits()
263 queued = digits_queued = 0; in ReadDigits()
269 AddWithCarry(0, queued); in ReadDigits()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dcharconv_bigint.cc233 uint32_t queued = 0; in ReadDigits() local
258 queued = 10 * queued + digit; in ReadDigits()
262 AddWithCarry(0, queued); in ReadDigits()
263 queued = digits_queued = 0; in ReadDigits()
269 AddWithCarry(0, queued); in ReadDigits()
/external/openscreen/third_party/abseil/src/absl/strings/internal/
Dcharconv_bigint.cc233 uint32_t queued = 0; in ReadDigits() local
258 queued = 10 * queued + digit; in ReadDigits()
262 AddWithCarry(0, queued); in ReadDigits()
263 queued = digits_queued = 0; in ReadDigits()
269 AddWithCarry(0, queued); in ReadDigits()
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/kgsl/adreno_cmdbatch_queued/
Dformat11 field:unsigned int queued; offset:16; size:4; signed:0;
14 print fmt: "ctx=%u ts=%u queued=%u flags=%s", REC->id, REC->timestamp, REC->queued, REC->flags ? __…
/external/dagger2/java/dagger/internal/codegen/validation/
DTypeHierarchyValidator.java41 Set<Equivalence.Wrapper<TypeMirror>> queued = new HashSet<>(); in validateTypeHierarchy() local
43 queued.add(MoreTypes.equivalence().wrap(type)); in validateTypeHierarchy()
50 if (queued.add(MoreTypes.equivalence().wrap(superType))) { in validateTypeHierarchy()
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/kgsl/adreno_cmdbatch_queued/
Dformat12 field:unsigned int queued; offset:20; size:4; signed:0;
15 print fmt: "ctx=%u ts=%u queued=%u flags=%s", REC->id, REC->timestamp, REC->queued, REC->flags ? __…
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/kgsl/adreno_cmdbatch_queued/
Dformat11 field:unsigned int queued; offset:16; size:4; signed:0;
15 print fmt: "ctx=%u ctx_prio=%u ts=%u queued=%u flags=%s", REC->id, REC->prio, REC->timestamp, REC->
/external/google-breakpad/src/client/windows/crash_generation/
DReadMe.txt14 | If connection is successfully queued up asynchronously,
27 | If read request is successfully queued up asynchronously,
37 | If write request is successfully queued up asynchronously,
46 | If read request is successfully queued up asynchonously,
/external/libwebsockets/lib/core-net/
DREADME.md31 The user code does not know which wsi was first or is queued, it just waits for
37 helper. This helper sees if anything else is queued, and if so, migrates assets
47 does not attempt to send the headers for the next queued child before the
50 The process of moving the SSL context and fd etc between the queued wsi continues
56 but once it is made all the queued connections join the network connection as
/external/rust/crates/futures-util/src/stream/futures_unordered/
Dtask.rs33 pub(super) queued: AtomicBool, field
63 let prev = arc_self.queued.swap(true, SeqCst); in wake_by_ref()
Dmod.rs127 queued: AtomicBool::new(true), in new()
173 queued: AtomicBool::new(true), in push()
264 let prev = task.queued.swap(true, SeqCst); in release_task()
489 let prev = task.queued.swap(false, SeqCst); in poll_next()
/external/python/cpython3/Doc/library/
Dtermios.rst47 immediately, :const:`TCSADRAIN` to change after transmitting all queued output,
48 or :const:`TCSAFLUSH` to change after transmitting all queued output and
49 discarding all queued input.
65 Discard queued data on file descriptor *fd*. The *queue* selector specifies
/external/python/cpython2/Doc/library/
Dtermios.rst47 immediately, :const:`TCSADRAIN` to change after transmitting all queued output,
48 or :const:`TCSAFLUSH` to change after transmitting all queued output and
49 discarding all queued input.
65 Discard queued data on file descriptor *fd*. The *queue* selector specifies
/external/adhd/cras/src/tests/
Dhfp_info_unittest.cc80 unsigned buffer_frames, buffer_frames2, queued; in TEST() local
102 queued = hfp_buf_queued(info, dev.direction); in TEST()
105 ASSERT_GE(info->playback_buf->used_size / 2, buffer_frames + queued); in TEST()
108 buf_increment_read(info->playback_buf, queued * 2); in TEST()
110 queued = hfp_buf_queued(info, dev.direction); in TEST()
111 ASSERT_EQ(0, queued); in TEST()

123456