Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/power/cpupower/bench/
Dbenchmark.c35 long long now, then; in calculate_timespace() local
81 long long now, then; in start_benchmark() local
/kernel/linux/linux-5.10/tools/power/cpupower/debug/kernel/
Dcpufreq-test_tsc.c56 u32 now, then, diff; in cpufreq_test_tsc() local
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
Divtv-mailbox.c148 unsigned long then = jiffies; in get_mailbox() local
206 unsigned long then; in ivtv_api_call() local
Divtv-streams.c839 unsigned long then = jiffies; in ivtv_stop_v4l2_encode_stream() local
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
Dinconsistency-check.c98 long now, then; in consistency_test() local
/kernel/linux/linux-5.10/drivers/rtc/
Ddev.c292 time64_t now, then; in rtc_dev_ioctl() local
/kernel/linux/linux-5.10/drivers/net/ethernet/cadence/
Dmacb_ptp.c155 struct timespec64 now, then = ns_to_timespec64(delta); in gem_ptp_adjtime() local
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
Di40e_ptp.c149 struct timespec64 now, then; in i40e_ptp_adjtime() local
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
Digc_ptp.c72 struct timespec64 now, then = ns_to_timespec64(delta); in igc_ptp_adjtime_i225() local
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
Digb_ptp.c267 struct timespec64 now, then = ns_to_timespec64(delta); in igb_ptp_adjtime_i210() local
/kernel/linux/linux-5.10/fs/
Dlocks.c1533 static bool past_time(unsigned long then) in past_time()