Home
last modified time | relevance | path

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

123

/external/libnl/lib/route/qdisc/
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 …]
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_stateobj_tex.h9 uint32_t tsc[8]; member
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()
Dnv50_tex.c383 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nv50->samplers[s][i]); in nv50_validate_tsc() local
/external/coreboot/src/include/cpu/x86/
Dtsc.h36 static inline void multiply_to_tsc(tsc_t *const tsc, const u32 a, const u32 b) in multiply_to_tsc()
/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/coreboot/src/cpu/intel/common/
Dfsb.c94 u32 tsc = 100 * DIV_ROUND_CLOSEST(ratio * fsb, 100); in resolve_timebase() local
/external/linux-kselftest/tools/testing/selftests/intel_pstate/
Daperf.c26 long long tsc, old_tsc, new_tsc; in main() local
/external/cronet/stable/third_party/abseil-cpp/absl/base/internal/
Dsysinfo.cc260 int64_t tsc; // From UnscaledCycleClock::Now(). member
273 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
/external/cronet/tot/third_party/abseil-cpp/absl/base/internal/
Dsysinfo.cc260 int64_t tsc; // From UnscaledCycleClock::Now(). member
273 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
/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
/external/angle/third_party/abseil-cpp/absl/base/internal/
Dsysinfo.cc260 int64_t tsc; // From UnscaledCycleClock::Now(). member
273 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
/external/abseil-cpp/absl/base/internal/
Dsysinfo.cc256 int64_t tsc; // From UnscaledCycleClock::Now(). member
269 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
/external/skia/modules/canvaskit/external_test/typescript_browser/
Dpackage-lock.json26 "tsc": "bin/tsc", string
/external/skia/modules/canvaskit/external_test/typescript_browser_es6/
Dpackage-lock.json26 "tsc": "bin/tsc", string
/external/swiftshader/third_party/llvm-16.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/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/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_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()
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
/external/libnl/lib/cli/qdisc/
Dhfsc.c163 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.h78 __u64 tsc; member
/external/stressapptest/src/
Dos.h256 uint64 tsc; in GetTimestamp() local
/external/crosvm/devices/src/tsc/
Dcalibrate.rs68 tsc: u64, field

123