Searched refs:queuing (Results 1 – 25 of 43) sorted by relevance
12
/external/perfetto/src/trace_processor/metrics/chrome/ |
D | scroll_jank_cause_queuing_delay.sql | 53 CASE WHEN queuing.ancestor_end <= slice.ts THEN 54 CASE WHEN slice.ts + slice.dur <= queuing.maybe_next_ancestor_ts THEN 57 queuing.maybe_next_ancestor_ts - slice.ts 60 CASE WHEN slice.ts + slice.dur <= queuing.maybe_next_ancestor_ts THEN 61 slice.ts + slice.dur - queuing.ancestor_end 63 queuing.maybe_next_ancestor_ts - queuing.ancestor_end 74 scroll_flow_event_queuing_delay queuing JOIN 76 slice.ts + slice.dur > queuing.ancestor_end AND 77 queuing.maybe_next_ancestor_ts > slice.ts AND 78 slice.track_id = queuing.next_track_id AND [all …]
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_lock.h | 610 kmp_queuing_lock_t queuing; member 1046 m(ticket, a) m(queuing, a) m(adaptive, a) m(drdpa, a) m(rtm, a) \ 1052 m(ticket, a) m(queuing, a) m(adaptive, a) m(drdpa, a) m(rtm, a) \ 1061 m(ticket, a) m(queuing, a) m(drdpa, a) m(nested_tas, a) m(nested_futex, a) \ 1067 m(ticket, a) m(queuing, a) m(drdpa, a) m(nested_tas, a) m(nested_ticket, a) \
|
D | kmp_lock.cpp | 2861 #define KMP_FOREACH_LOCK_KIND(m, a) m(ticket, a) m(queuing, a) m(drdpa, a) 3283 table[locktag##sep##queuing] = expand(queuing); \ in __kmp_init_dynamic_user_locks() 3291 table[locktag_adaptive] = expand(queuing); \ in __kmp_init_dynamic_user_locks() 3580 KMP_BIND_USER_LOCK_WITH_CHECKS(queuing); in __kmp_set_user_lock_vptrs() 3581 KMP_BIND_NESTED_USER_LOCK_WITH_CHECKS(queuing); in __kmp_set_user_lock_vptrs() 3583 KMP_BIND_USER_LOCK(queuing); in __kmp_set_user_lock_vptrs() 3584 KMP_BIND_NESTED_USER_LOCK(queuing); in __kmp_set_user_lock_vptrs()
|
D | kmp_settings.cpp | 4083 KMP_STORE_LOCK_SEQ(queuing); in __kmp_stg_parse_lock_kind() 4100 KMP_STORE_LOCK_SEQ(queuing); in __kmp_stg_parse_lock_kind() 4112 KMP_STORE_LOCK_SEQ(queuing); in __kmp_stg_parse_lock_kind()
|
/external/libcap/doc/values/ |
D | 21.txt | 40 - enabling/disabling tagged queuing on SCSI
|
/external/bcc/tools/ |
D | biolatency_example.txt | 105 queued in the kernel, and includes queuing latency:
|
/external/grpc-grpc/doc/ |
D | combiner-explainer.md | 28 queuing in place. It's called `combiner` because you can pass in more
|
/external/rust/crates/parking_lot/ |
D | README.md | 80 To keep these primitives small, all thread queuing and suspending
|
/external/swiftshader/docs/ |
D | Index.md | 62 …v2/Context.h) method to perform the call's main operations (changing state or queuing a draw task).
|
/external/angle/src/libANGLE/renderer/vulkan/doc/ |
D | PresentSemaphores.md | 45 First, an issue is evident here. The CPU is submitting jobs and queuing images for presentation
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-s5-us.log | 1868 <4>[ 4.443091] mmc1: queuing unknown CIS tuple 0x80 (2 bytes) 1869 <4>[ 4.446082] mmc1: queuing unknown CIS tuple 0x80 (7 bytes) 1870 <4>[ 4.447623] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) 1871 <4>[ 4.449184] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) 1872 <4>[ 4.547803] mmc1: queuing unknown CIS tuple 0x91 (3 bytes) 2664 <4>[ 13.755451] mmc1: queuing unknown CIS tuple 0x80 (2 bytes) 2665 <4>[ 13.758232] mmc1: queuing unknown CIS tuple 0x80 (7 bytes) 2666 <4>[ 13.759748] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) 2667 <4>[ 13.761566] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
|
D | galaxy-s5-global.log | 2203 <4>[ 5.864822] [c0] mmc1: queuing unknown CIS tuple 0x80 (2 bytes) 2204 <4>[ 5.867806] [c0] mmc1: queuing unknown CIS tuple 0x80 (7 bytes) 2205 <4>[ 5.869489] [c0] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) 2206 <4>[ 5.875748] [c0] mmc1: queuing unknown CIS tuple 0x01 (17 bytes) 2230 <4>[ 5.952817] [c5] mmc1: queuing unknown CIS tuple 0x91 (3 bytes) 3166 <4>[ 16.445617] [c0] mmc1: queuing unknown CIS tuple 0x80 (2 bytes) 3167 <4>[ 16.448622] [c6] mmc1: queuing unknown CIS tuple 0x80 (7 bytes) 3168 <4>[ 16.450396] [c0] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) 3169 <4>[ 16.457065] [c3] mmc1: queuing unknown CIS tuple 0x01 (17 bytes)
|
D | nexus9.log | 1003 [ 2.700666] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
|
D | zenfone-2.log | 951 [ 1.486606] mmc2: queuing unknown CIS tuple 0x91 (3 bytes)
|
D | xiaomi-mi-5c.log | 1019 [ 9.337577] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
|
/external/llvm-project/openmp/runtime/src/i18n/ |
D | en_US.txt | 341 CnsBoundToWorksharing "%1$s must be bound to a work-sharing or work-queuing construct with a… 404 AdaptiveNotSupported "%1$s: Adaptive locks are not supported; using queuing."
|
/external/libwebsockets/ |
D | changelog | 276 - NEW: Multi-client connection binding, queuing and pipelining support.
|
/external/deqp/doc/testspecs/VK/ |
D | apitests.adoc | 407 * Queuing wait immediately after queuing signaling
|
/external/python/cpython3/Doc/library/ |
D | logging.handlers.rst | 1013 Prepares a record for queuing. The object returned by this
|
/external/libcups/locale/ |
D | cups.strings | 1375 "Unable to contact printer, queuing on next printer in class." = "Unable to contact printer, queuin…
|
D | cups_en.po | 4915 msgid "Unable to contact printer, queuing on next printer in class." 4916 msgstr "Unable to contact printer, queuing on next printer in class."
|
D | cups_cs.po | 4668 msgid "Unable to contact printer, queuing on next printer in class."
|
D | cups_fr.po | 4686 msgid "Unable to contact printer, queuing on next printer in class."
|
D | cups_ru.po | 4808 msgid "Unable to contact printer, queuing on next printer in class."
|
/external/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 1676 - virgl: make unmap queuing a bit more straight-forward
|
12