Searched refs:time (Results 251 - 275 of 1964) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/powerpc/platforms/83xx/
H A Dmpc837x_rdb.c13 #include <asm/time.h>
/linux-master/arch/powerpc/platforms/40x/
H A Dppc40x_simple.c16 #include <asm/time.h>
/linux-master/drivers/rtc/
H A Drtc-max31335.c201 /* time keeping registers */
273 struct rtc_time time; local
281 alrm->time.tm_sec = bcd2bin(regs[0] & 0x7f);
282 alrm->time.tm_min = bcd2bin(regs[1] & 0x7f);
283 alrm->time.tm_hour = bcd2bin(regs[2] & 0x3f);
284 alrm->time.tm_mday = bcd2bin(regs[3] & 0x3f);
285 alrm->time.tm_mon = bcd2bin(regs[4] & 0x1f) - 1;
286 alrm->time.tm_year = bcd2bin(regs[5]) + 100;
288 ret = max31335_read_time(dev, &time);
292 if (time
[all...]
H A Drtc-sunxi.c60 * Get time values
82 * Set time values
186 struct rtc_time *alrm_tm = &wkalrm->time;
221 u32 date, time; local
228 time = readl(chip->base + SUNXI_RTC_HMS);
230 (time != readl(chip->base + SUNXI_RTC_HMS)));
232 rtc_tm->tm_sec = SUNXI_TIME_GET_SEC_VALUE(time);
233 rtc_tm->tm_min = SUNXI_TIME_GET_MIN_VALUE(time);
234 rtc_tm->tm_hour = SUNXI_TIME_GET_HOUR_VALUE(time);
255 struct rtc_time *alrm_tm = &wkalrm->time;
330 u32 time = 0; local
[all...]
/linux-master/tools/testing/selftests/vDSO/
H A Dvdso_test_gettimeofday.c17 #include <sys/time.h>
49 printf("The time is %lld.%06lld\n",
H A Dvdso_test_getcpu.c12 #include <sys/time.h>
/linux-master/arch/x86/include/asm/vdso/
H A Dgettimeofday.h3 * Fast user context implementation of clock_gettime, gettimeofday, and time.
15 #include <uapi/linux/time.h>
42 * change over time, possibly while we're accessing them.
205 * number maps 1:1 to per-CPU pvclock time info.
208 * preemption, it cannot guarantee that per-CPU pvclock time
241 u64 tsc, time; local
243 if (hv_read_tsc_page_tsc(&hvclock_page, &tsc, &time))
244 return time & S64_MAX;
307 * the regular delta calculation (@cycles - @last) to return a huge time
312 * time o
[all...]
/linux-master/crypto/asymmetric_keys/
H A Dx509_parser.h9 #include <linux/time.h>
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtimer_failure.c5 #include <time.h>
/linux-master/tools/testing/selftests/net/lib/py/
H A Dksft.py6 import time namespace
79 end = time.monotonic() + deadline
83 if time.monotonic() > end:
86 time.sleep(sleep)
H A Dutils.py7 import time namespace
88 end = time.monotonic() + deadline
100 if time.monotonic() > end:
102 time.sleep(sleep)
/linux-master/tools/testing/selftests/kvm/include/
H A Duserfaultfd_util.h9 #include <time.h>
/linux-master/tools/workqueue/
H A Dwq_monitor.py14 CPUtime Total CPU time consumed by the workqueue in seconds. This is
37 import time namespace
61 PWQ_STAT_CPU_TIME = prog['PWQ_STAT_CPU_TIME'] # total CPU time consumed
148 now = time.time()
165 time.sleep(interval)
/linux-master/tools/writeback/
H A Dwb_monitor.py25 import time namespace
149 Stats.now = time.time()
169 time.sleep(interval)
/linux-master/arch/mips/sgi-ip22/
H A Dip22-time.c19 #include <linux/time.h>
26 #include <asm/time.h>
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_rand.h7 #include <time.h>
32 srand(time(NULL));
/linux-master/tools/testing/selftests/sync/
H A Dsync_stress_merge.c30 #include <time.h>
46 srand(time(NULL));
/linux-master/tools/power/cpupower/bench/
H A Dsystem.c8 #include <time.h>
9 #include <sys/time.h>
22 * returns time since epoch in ��s
24 * @retval time
120 * notifies the user that the benchmark may run some time
/linux-master/tools/perf/util/
H A Djitdump.h14 #include <sys/time.h>
15 #include <time.h>
/linux-master/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnx_dbg.h13 #include <time.h>
35 time_t t; struct tm *m; time(&t); m = localtime(&t); \
/linux-master/arch/arm/kernel/
H A Dtime.c3 * linux/arch/arm/kernel/time.c
8 * This file contains the ARM-specific time handling details:
24 #include <linux/time.h>
29 #include <asm/mach/time.h>
40 /* change this if you have some constant time drift */
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.h85 u64 time = REAL_TIME_TO_NS(timestamp >> 32, timestamp & 0xFFFFFFFF); local
87 return ns_to_ktime(time);
/linux-master/arch/um/os-Linux/
H A Dtime.c13 #include <time.h>
14 #include <sys/time.h>
/linux-master/scripts/tracing/
H A Ddraw_functrace.py11 calls. Only the functions's names and the call time are provided.
35 def __init__(self, func, time = None, parent = None):
37 self._time = time
/linux-master/arch/powerpc/kernel/
H A Drtas-rtc.c3 #include <linux/time.h>
10 #include <asm/time.h>
28 /* This is boot time so we spin. */

Completed in 625 milliseconds

<<11121314151617181920>>