Home
last modified time | relevance | path

Searched defs:then (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/tools/power/cpupower/bench/
Dbenchmark.c48 long long now, then; in calculate_timespace() local
94 long long now, then; in start_benchmark() local
/Linux-v4.19/tools/power/cpupower/debug/kernel/
Dcpufreq-test_tsc.c55 u32 now, then, diff; in cpufreq_test_tsc() local
/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-mailbox.c162 unsigned long then = jiffies; in get_mailbox() local
220 unsigned long then; in ivtv_api_call() local
Divtv-streams.c827 unsigned long then = jiffies; in ivtv_stop_v4l2_encode_stream() local
/Linux-v4.19/tools/testing/selftests/timers/
Dinconsistency-check.c98 long now, then; in consistency_test() local
/Linux-v4.19/drivers/rtc/
Drtc-dev.c298 time64_t now, then; in rtc_dev_ioctl() local
Drtc-davinci.c432 unsigned long now, then; in davinci_rtc_set_alarm() local
/Linux-v4.19/drivers/net/ethernet/cadence/
Dmacb_ptp.c163 struct timespec64 now, then = ns_to_timespec64(delta); in gem_ptp_adjtime() local
/Linux-v4.19/drivers/net/ethernet/intel/igb/
Digb_ptp.c259 struct timespec64 now, then = ns_to_timespec64(delta); in igb_ptp_adjtime_i210() local
/Linux-v4.19/fs/
Dlocks.c1383 static bool past_time(unsigned long then) in past_time()