Home
last modified time | relevance | path

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

/Linux-v6.1/tools/power/cpupower/bench/
Dbenchmark.c35 long long now, then; in calculate_timespace() local
81 long long now, then; in start_benchmark() local
/Linux-v6.1/tools/power/cpupower/debug/kernel/
Dcpufreq-test_tsc.c56 u32 now, then, diff; in cpufreq_test_tsc() local
/Linux-v6.1/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
/Linux-v6.1/tools/testing/selftests/timers/
Dinconsistency-check.c98 long now, then; in consistency_test() local
/Linux-v6.1/drivers/rtc/
Ddev.c294 time64_t now, then; in rtc_dev_ioctl() local
/Linux-v6.1/drivers/net/dsa/hirschmann/
Dhellcreek_ptp.c184 struct timespec64 now, then = ns_to_timespec64(delta); in hellcreek_ptp_adjtime() local
/Linux-v6.1/drivers/net/ethernet/cadence/
Dmacb_ptp.c160 struct timespec64 now, then = ns_to_timespec64(delta); in gem_ptp_adjtime() local
/Linux-v6.1/drivers/net/ethernet/intel/igc/
Digc_ptp.c76 struct timespec64 now, then = ns_to_timespec64(delta); in igc_ptp_adjtime_i225() local
/Linux-v6.1/drivers/net/ethernet/intel/i40e/
Di40e_ptp.c436 struct timespec64 then, now; in i40e_ptp_adjtime() local
/Linux-v6.1/drivers/net/ethernet/intel/igb/
Digb_ptp.c265 struct timespec64 now, then = ns_to_timespec64(delta); in igb_ptp_adjtime_i210() local
/Linux-v6.1/drivers/platform/x86/amd/
Dpmc.c659 time64_t then, now, duration; in amd_pmc_verify_czn_rtc() local
/Linux-v6.1/drivers/net/phy/
Dnxp-c45-tja11xx.c337 struct timespec64 now, then; in nxp_c45_ptp_adjtime() local
/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_ptp.c1880 struct timespec64 now, then; in ice_ptp_adjtime_nonatomic() local
/Linux-v6.1/fs/
Dlocks.c1397 static bool past_time(unsigned long then) in past_time()