Searched refs:ts0 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/lib/math/ |
H A D | test_div64.c | 222 struct timespec64 ts, ts0, ts1; in test_div64_init() local 226 ktime_get_ts64(&ts0); in test_div64_init() 233 ts = timespec64_sub(ts1, ts0); in test_div64_init()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | smp.c | 143 static __always_inline bool csd_lock_wait_toolong(struct __call_single_data *csd, u64 ts0, u64 *ts1, int *bug_id) in csd_lock_wait_toolong() argument 176 firsttime ? "Detected" : "Continued", *bug_id, raw_smp_processor_id(), ts2 - ts0, in csd_lock_wait_toolong() 210 u64 ts0, ts1; in csd_lock_wait() local 212 ts1 = ts0 = sched_clock(); in csd_lock_wait() 214 if (csd_lock_wait_toolong(csd, ts0, &ts1, &bug_id)) in csd_lock_wait()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | smp.c | 215 static bool csd_lock_wait_toolong(struct __call_single_data *csd, u64 ts0, u64 *ts1, int *bug_id) in csd_lock_wait_toolong() argument 250 ts_delta = ts2 - ts0; in csd_lock_wait_toolong() 293 u64 ts0, ts1; in __csd_lock_wait() local 295 ts1 = ts0 = sched_clock(); in __csd_lock_wait() 297 if (csd_lock_wait_toolong(csd, ts0, &ts1, &bug_id)) in __csd_lock_wait()
|
/kernel/linux/linux-6.6/drivers/ptp/ |
H A D | ptp_ocp.c | 318 struct ptp_ocp_ext_src *ts0; member 474 OCP_EXT_RESOURCE(ts0), 721 OCP_EXT_RESOURCE(ts0), 1153 ext = bp->ts0; in ptp_ocp_enable() 3692 if (bp->ts0) { in ptp_ocp_summary_show() 3693 ts_reg = bp->ts0->mem; in ptp_ocp_summary_show() 4145 if (bp->ts0) in ptp_ocp_detach() 4146 ptp_ocp_unregister_ext(bp->ts0); in ptp_ocp_detach()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_perf.c | 1636 u32 *batch, *ts0, *cs, *jump; in alloc_noa_wait() local 1681 ts0 = cs; in alloc_noa_wait() 1725 * Transfer the carry flag (set to 1 if ts1 < ts0, meaning the in alloc_noa_wait() 1738 *cs++ = i915_ggtt_offset(vma) + (ts0 - batch) * 4; in alloc_noa_wait()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_perf.c | 1976 u32 *batch, *ts0, *cs, *jump; in alloc_noa_wait() local 2046 ts0 = cs; in alloc_noa_wait() 2090 * Transfer the carry flag (set to 1 if ts1 < ts0, meaning the in alloc_noa_wait() 2106 *cs++ = i915_ggtt_offset(vma) + (ts0 - batch) * 4; in alloc_noa_wait()
|
Completed in 22 milliseconds