Home
last modified time | relevance | path

Searched defs:tsc (Results 1 – 25 of 180) sorted by relevance

12345678

/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter.cc64 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local
73 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local
80 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local
87 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local
94 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local
105 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local
114 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local
124 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local
132 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local
139 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local
[all …]
/aosp_15_r20/external/libnl/lib/route/qdisc/
H A Dhfsc.c72 struct tc_service_curve tsc; in hfsc_class_msg_parser() local
80 struct tc_service_curve tsc; in hfsc_class_msg_parser() local
88 struct tc_service_curve tsc; in hfsc_class_msg_parser() local
113 static void hfsc_dump_tsc(struct nl_dump_params *p, struct tc_service_curve *tsc) in hfsc_dump_tsc()
156 struct tc_service_curve tsc; in hfsc_class_msg_fill() local
239 int rtnl_class_hfsc_get_rsc(const struct rtnl_class *class, struct tc_service_curve *tsc) in rtnl_class_hfsc_get_rsc()
253 int rtnl_class_hfsc_set_rsc(struct rtnl_class *class, const struct tc_service_curve *tsc) in rtnl_class_hfsc_set_rsc()
267 int rtnl_class_hfsc_get_fsc(const struct rtnl_class *class, struct tc_service_curve *tsc) in rtnl_class_hfsc_get_fsc()
281 int rtnl_class_hfsc_set_fsc(struct rtnl_class *class, const struct tc_service_curve *tsc) in rtnl_class_hfsc_set_fsc()
295 int rtnl_class_hfsc_get_usc(const struct rtnl_class *class, struct tc_service_curve *tsc) in rtnl_class_hfsc_get_usc()
[all …]
/aosp_15_r20/art/runtime/
H A Dsignal_catcher.cc112 ScopedThreadStateChange tsc(Thread::Current(), ThreadState::kWaitingForSignalCatcherOutput); in Output() local
161 ScopedThreadStateChange tsc(self, ThreadState::kWaitingInMainSignalCatcherLoop); in WaitForSignal() local
/aosp_15_r20/art/runtime/gc/
H A Dtask_processor.cc42 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForTaskProcessor); in AddTask() local
49 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForTaskProcessor); in GetTask() local
H A Dheap.cc991 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForGcToComplete); in IncrementDisableMovingGC() local
1014 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForGcThreadFlip); in IncrementDisableThreadFlip() local
1073 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForGcThreadFlip); in ThreadFlipBegin() local
1644 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForCheckPointsToRun); in TrimIndirectReferenceTables() local
2144 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForGetObjectsAllocated); in GetObjectsAllocated() local
2220 ScopedThreadStateChange tsc(self, ThreadState::kWaitingPerformingGc); in PerformHomogeneousSpaceCompact() local
2791 ScopedThreadStateChange tsc(self, ThreadState::kWaitingPerformingGc); in CollectGarbageInternal() local
3670 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForGcToComplete); in WaitForGcToComplete() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_tex.c632 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nvc0->samplers[s][i]); in nvc0_validate_tsc() local
690 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nvc0->samplers[s][i]); in nve4_validate_tsc() local
802 struct nv50_tsc_entry *tsc = pipe->create_sampler_state(pipe, sampler); in nve4_create_texture_handle() local
860 uint32_t tsc = (handle & NVE4_TSC_ENTRY_INVALID) >> 20; in nve4_delete_texture_handle() local
H A Dnvc0_screen.h104 } tsc; member
196 nvc0_screen_tsc_unlock(struct nvc0_screen *screen, struct nv50_tsc_entry *tsc) in nvc0_screen_tsc_unlock()
212 nvc0_screen_tsc_free(struct nvc0_screen *screen, struct nv50_tsc_entry *tsc) in nvc0_screen_tsc_free()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/XRay/
DFDRRecords.h175 uint64_t tsc() const { return TSC; } in tsc() function
197 uint64_t tsc() const { return BaseTSC; } in tsc() function
224 uint64_t tsc() const { return TSC; } in tsc() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
H A DFDRRecords.h175 uint64_t tsc() const { return TSC; } in tsc() function
197 uint64_t tsc() const { return BaseTSC; } in tsc() function
224 uint64_t tsc() const { return TSC; } in tsc() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/XRay/
DFDRRecords.h175 uint64_t tsc() const { return TSC; } in tsc() function
197 uint64_t tsc() const { return BaseTSC; } in tsc() function
224 uint64_t tsc() const { return TSC; } in tsc() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/XRay/
DFDRRecords.h175 uint64_t tsc() const { return TSC; } in tsc() function
197 uint64_t tsc() const { return BaseTSC; } in tsc() function
224 uint64_t tsc() const { return TSC; } in tsc() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/XRay/
H A DFDRRecords.h175 uint64_t tsc() const { return TSC; } in tsc() function
197 uint64_t tsc() const { return BaseTSC; } in tsc() function
224 uint64_t tsc() const { return TSC; } in tsc() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/XRay/
DFDRRecords.h175 uint64_t tsc() const { return TSC; } in tsc() function
197 uint64_t tsc() const { return BaseTSC; } in tsc() function
224 uint64_t tsc() const { return TSC; } in tsc() function
/aosp_15_r20/external/igt-gpu-tools/tools/
H A Dintel_residency.c382 uint64_t tsc, pc, res; in wait_until_idle() local
408 uint64_t tsc, pc; in do_measurement() local
430 uint64_t tsc, pc[NUM_PC_STATES], res, best_res; in setup_idle() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.h97 } tsc; member
169 nv50_screen_tsc_unlock(struct nv50_screen *screen, struct nv50_tsc_entry *tsc) in nv50_screen_tsc_unlock()
185 nv50_screen_tsc_free(struct nv50_screen *screen, struct nv50_tsc_entry *tsc) in nv50_screen_tsc_free()
H A Dnv50_stateobj_tex.h9 uint32_t tsc[8]; member
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/internal/
H A Dsysinfo.cc170 int64_t tsc; // From UnscaledCycleClock::Now(). member
183 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/internal/
H A Dsysinfo.cc241 int64_t tsc; // From UnscaledCycleClock::Now(). member
254 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/internal/
H A Dsysinfo.cc256 int64_t tsc; // From UnscaledCycleClock::Now(). member
269 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dsysinfo.cc241 int64_t tsc; // From UnscaledCycleClock::Now(). member
254 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
/aosp_15_r20/external/abseil-cpp/absl/base/internal/
H A Dsysinfo.cc256 int64_t tsc; // From UnscaledCycleClock::Now(). member
269 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/internal/
H A Dsysinfo.cc241 int64_t tsc; // From UnscaledCycleClock::Now(). member
254 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/internal/
H A Dsysinfo.cc260 int64_t tsc; // From UnscaledCycleClock::Now(). member
273 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
/aosp_15_r20/external/coreboot/src/include/cpu/x86/
H A Dtsc.h36 static inline void multiply_to_tsc(tsc_t *const tsc, const u32 a, const u32 b) in multiply_to_tsc()
/aosp_15_r20/external/coreboot/src/cpu/intel/common/
H A Dfsb.c94 u32 tsc = 100 * DIV_ROUND_CLOSEST(ratio * fsb, 100); in resolve_timebase() local

12345678