Home
last modified time | relevance | path

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

12

/external/libnl/lib/route/qdisc/
Dhfsc.c65 struct tc_service_curve tsc; in hfsc_class_msg_parser() local
73 struct tc_service_curve tsc; in hfsc_class_msg_parser() local
81 struct tc_service_curve tsc; in hfsc_class_msg_parser() local
106 static void hfsc_dump_tsc(struct nl_dump_params *p, struct tc_service_curve *tsc) in hfsc_dump_tsc()
149 struct tc_service_curve tsc; in hfsc_class_msg_fill() local
232 int rtnl_class_hfsc_get_rsc(const struct rtnl_class *class, struct tc_service_curve *tsc) in rtnl_class_hfsc_get_rsc()
246 int rtnl_class_hfsc_set_rsc(struct rtnl_class *class, const struct tc_service_curve *tsc) in rtnl_class_hfsc_set_rsc()
260 int rtnl_class_hfsc_get_fsc(const struct rtnl_class *class, struct tc_service_curve *tsc) in rtnl_class_hfsc_get_fsc()
274 int rtnl_class_hfsc_set_fsc(struct rtnl_class *class, const struct tc_service_curve *tsc) in rtnl_class_hfsc_set_fsc()
288 int rtnl_class_hfsc_get_usc(const struct rtnl_class *class, struct tc_service_curve *tsc) in rtnl_class_hfsc_get_usc()
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Drdtsc_buckets.h132 uint64_t tsc = __rdtsc(); in StartBucket() local
163 uint64_t tsc = __rdtsc(); in StopBucket() local
/external/autotest/client/tests/tsc/
Dtsc.py5 class tsc(test.test): class
/external/autotest/client/tests/iosched_bugs/src/
Ddirty.c16 int64_t tsc; in rdtsc() local
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_stateobj_tex.h9 uint32_t tsc[8]; member
Dnv50_screen.h96 } tsc; member
194 nv50_screen_tsc_unlock(struct nv50_screen *screen, struct nv50_tsc_entry *tsc) in nv50_screen_tsc_unlock()
210 nv50_screen_tsc_free(struct nv50_screen *screen, struct nv50_tsc_entry *tsc) in nv50_screen_tsc_free()
Dnv50_tex.c356 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nv50->samplers[s][i]); in nv50_validate_tsc() local
/external/linux-kselftest/tools/testing/selftests/intel_pstate/
Daperf.c22 long long tsc, old_tsc, new_tsc; in main() local
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Dsysinfo.cc170 int64_t tsc; // From UnscaledCycleClock::Now(). member
183 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
/external/openscreen/third_party/abseil/src/absl/base/internal/
Dsysinfo.cc170 int64_t tsc; // From UnscaledCycleClock::Now(). member
183 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dsysinfo.cc170 int64_t tsc; // From UnscaledCycleClock::Now(). member
183 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
/external/webrtc/third_party/abseil-cpp/absl/base/internal/
Dsysinfo.cc160 int64_t tsc; // From UnscaledCycleClock::Now(). member
173 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
/external/abseil-cpp/absl/base/internal/
Dsysinfo.cc160 int64_t tsc; // From UnscaledCycleClock::Now(). member
173 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
/external/angle/third_party/abseil-cpp/absl/base/internal/
Dsysinfo.cc237 int64_t tsc; // From UnscaledCycleClock::Now(). member
250 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
/external/swiftshader/third_party/llvm-10.0/llvm/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
/external/llvm-project/llvm/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
/external/igt-gpu-tools/tools/
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
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_tex.c634 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nvc0->samplers[s][i]); in nvc0_validate_tsc() local
692 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nvc0->samplers[s][i]); in nve4_validate_tsc() local
804 struct nv50_tsc_entry *tsc = pipe->create_sampler_state(pipe, sampler); in nve4_create_texture_handle() local
862 uint32_t tsc = (handle & NVE4_TSC_ENTRY_INVALID) >> 20; in nve4_delete_texture_handle() local
Dnvc0_screen.h103 } tsc; member
220 nvc0_screen_tsc_unlock(struct nvc0_screen *screen, struct nv50_tsc_entry *tsc) in nvc0_screen_tsc_unlock()
236 nvc0_screen_tsc_free(struct nvc0_screen *screen, struct nv50_tsc_entry *tsc) in nvc0_screen_tsc_free()
/external/libnl/lib/cli/qdisc/
Dhfsc.c166 struct tc_service_curve tsc; in hfsc_parse_class_argv() local
/external/kernel-headers/original/uapi/asm-x86/asm/
Dmce.h19 __u64 tsc; /* CPU time stamp counter */ member
Dkvm_para.h74 __u64 tsc; member
/external/autotest/client/tests/tsc/src/
Dchecktsc.c158 uint64_t tsc; in rdtsc() local
/external/autotest/client/tests/monotonic_time/src/
Dtime_test.c85 uint64_t tsc; in rdtsc() local
/external/stressapptest/src/
Dos.h256 uint64 tsc; in GetTimestamp() local

12