/kernel/linux/linux-5.10/arch/arm/mach-iop32x/ |
H A D | time.c | 3 * arch/arm/plat-iop/time.c 14 #include <linux/time.h> 25 #include <asm/mach/time.h>
|
/kernel/linux/linux-5.10/arch/mips/sgi-ip27/ |
H A D | ip27-timer.c | 16 #include <linux/time.h> 21 #include <asm/time.h> 72 * 360, 380, 390 and 400 MHZ, we use 800 ns rtc cycle time.
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | time.c | 7 * Common time service routines for MIPS machines. 16 #include <linux/time.h> 27 #include <asm/time.h>
|
/kernel/linux/linux-5.10/arch/mips/sni/ |
H A D | time.c | 7 #include <linux/time.h> 11 #include <asm/time.h>
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | time.c | 7 * Common time service routines for MIPS machines. 16 #include <linux/time.h> 27 #include <asm/time.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/timers/ |
H A D | clocksource-switch.c | 29 #include <sys/time.h> 31 #include <time.h>
|
H A D | nsleep-lat.c | 22 #include <time.h> 23 #include <sys/time.h>
|
H A D | raw_skew.c | 25 #include <sys/time.h> 27 #include <time.h> 141 return ksft_exit_skip("The clock was adjusted externally. Shutdown NTPd or other time sync daemons\n"); in main()
|
H A D | nanosleep.c | 25 #include <time.h> 26 #include <sys/time.h> 105 /* First check abs time */ in nanosleep_test()
|
H A D | posix_timers.c | 10 #include <sys/time.h> 14 #include <time.h> 31 * Try to spend as much time as possible in kernelspace 212 * the normal DELAY since the time is elapsing nr_threads faster. in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/benchmarks/ |
H A D | null_syscall.c | 14 #include <time.h> 16 #include <sys/time.h>
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/vdso/ |
H A D | gettimeofday.h | 11 #include <uapi/linux/time.h> 115 * time constant. 156 __kernel_old_time_t __c_kernel_time(__kernel_old_time_t *time,
|
/kernel/linux/linux-6.6/arch/mips/sgi-ip27/ |
H A D | ip27-timer.c | 16 #include <linux/time.h> 21 #include <asm/time.h> 72 * 360, 380, 390 and 400 MHZ, we use 800 ns rtc cycle time.
|
/kernel/linux/linux-6.6/arch/mips/sni/ |
H A D | time.c | 7 #include <linux/time.h> 11 #include <asm/time.h>
|
/kernel/linux/linux-6.6/arch/openrisc/kernel/ |
H A D | time.c | 3 * OpenRISC time.c 14 #include <linux/time.h> 26 #include <asm/time.h> 107 * has been set on the clockevent device by the generic time management code.
|
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
H A D | vudc.h | 18 #include <linux/time.h> 162 void v_kick_timer(struct vudc *udc, unsigned long time);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pstore.h | 18 #include <linux/time.h> 57 * @time: timestamp of the record 75 struct timespec64 time; member 152 * The @time field will be prepopulated with the current time, 234 * the time stamp. This means more timestamp resolution is available when
|
/kernel/linux/linux-5.10/scripts/tracing/ |
H A D | draw_functrace.py | 11 calls. Only the functions's names and the the call time are provided. 35 def __init__(self, func, time = None, parent = None): 37 self._time = time
|
/kernel/linux/linux-5.10/sound/core/seq/oss/ |
H A D | seq_oss_device.h | 11 #include <linux/time.h> 120 void snd_seq_oss_process_queue(struct seq_oss_devinfo *dp, abstime_t time);
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | bp_signal_overflow.c | 18 #include <time.h> 35 return time(NULL); in test_function()
|
/kernel/linux/linux-5.10/tools/bpf/runqslower/ |
H A D | runqslower.c | 8 #include <time.h> 108 time(&t); in handle_event()
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | wm8350_wdt.c | 28 unsigned int time; /* Seconds */ member 44 if (wm8350_wdt_cfgs[i].time == timeout) in wm8350_wdt_set_timeout()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | preemptirq_delay_test.c | 36 static void busy_wait(ulong time) in busy_wait() argument 44 } while ((end - start) < (time * 1000)); in busy_wait()
|
/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | dcache.c | 100 unsigned long time = (unsigned long) dentry->d_fsdata; in orangefs_d_revalidate() local 102 if (time_before(jiffies, time)) in orangefs_d_revalidate()
|
/kernel/linux/linux-5.10/net/atm/ |
H A D | mpoa_caches.h | 20 time64_t time; member 57 time64_t time; member
|