Home
last modified time | relevance | path

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

/linux-4.1.27/tools/power/cpupower/bench/
Dbenchmark.c48 long long now, then; in calculate_timespace() local
94 long long now, then; in start_benchmark() local
/linux-4.1.27/tools/power/cpupower/debug/kernel/
Dcpufreq-test_tsc.c55 u32 now, then, diff; in cpufreq_test_tsc() local
/linux-4.1.27/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-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-tcpip.c257 unsigned long then; in libcfs_sock_write() local
319 unsigned long then; in libcfs_sock_read() local
/linux-4.1.27/tools/testing/selftests/timers/
Dinconsistency-check.c109 long now, then; in consistency_test() local
/linux-4.1.27/drivers/rtc/
Drtc-dev.c307 time64_t now, then; in rtc_dev_ioctl() local
Drtc-davinci.c430 unsigned long now, then; in davinci_rtc_set_alarm() local
/linux-4.1.27/drivers/gpu/drm/via/
Dvia_irq.c91 static unsigned time_diff(struct timeval *now, struct timeval *then) in time_diff()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_ptp.c162 struct timespec64 now, then = ns_to_timespec64(delta); in i40e_ptp_adjtime() local
/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb_ptp.c273 struct timespec64 now, then = ns_to_timespec64(delta); in igb_ptp_adjtime_i210() local
/linux-4.1.27/fs/
Dlocks.c1327 static bool past_time(unsigned long then) in past_time()