Searched refs:time (Results 351 - 375 of 1959) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/mips/sgi-ip22/
H A Dip22-setup.c21 #include <asm/time.h>
/linux-master/arch/sh/boards/mach-dreamcast/
H A Drtc.c11 #include <linux/time.h>
17 seconds) to get the standard Unix Epoch when getting the time, and add
18 20 years when setting the time. */
27 * aica_rtc_gettimeofday - Get the time from the AICA RTC
29 * @tm: pointer to resulting RTC time structure
46 /* normalize to 1970..2106 time range */
55 * aica_rtc_settimeofday - Set the AICA RTC to the current time
57 * @tm: pointer to new RTC time structure
/linux-master/arch/openrisc/kernel/
H A Dsync-timer.c6 * All CPUs will have their count registers synchronised to the CPU0 next time
17 #include <asm/time.h>
98 * Not every cpu is online at the time this gets called,
/linux-master/tools/leds/
H A Dled_hw_brightness_mon.c7 * A timestamp and brightness value is printed each time the brightness changes.
21 #include <time.h>
/linux-master/drivers/pps/clients/
H A Dpps-ktimer.c13 #include <linux/time.h>
32 /* First of all we get the time stamp... */
/linux-master/net/sctp/
H A Dprimitive.c30 #include <linux/time.h> /* For struct timeval */
110 * [,stream id] [,life time] [,destination transport address]
134 * o life time - specifies the life time of the user data. The user data
135 * will not be sent by SCTP after the life time expires. This
139 * send primitive) within the life time variable. However, the
141 * chunk before the life time expired.
/linux-master/drivers/rtc/
H A Drtc-as3722.c22 #include <linux/time.h>
118 as3722_reg_to_time(as_time_array, &alrm->time);
129 if (alrm->time.tm_year < (AS3722_RTC_START_YEAR - 1900))
138 as3722_time_to_reg(as_time_array, &alrm->time);
/linux-master/sound/core/seq/oss/
H A Dseq_oss_event.h39 unsigned int time; member in struct:evrec_timer
/linux-master/arch/mips/kernel/
H A Dcsrc-sb1250.c10 #include <asm/time.h>
H A Dcsrc-r4k.c13 #include <asm/time.h>
54 * once the fix has been in QEMU stable for a reasonable amount of time.
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dmmap_bench.c9 #include <time.h>
55 printf("time = %.6f\n", ts_end.tv_sec - ts_start.tv_sec + (ts_end.tv_nsec - ts_start.tv_nsec) / 1e9);
/linux-master/include/linux/
H A Dtimekeeper_internal.h12 #include <linux/time.h>
22 * @base: ktime_t (nanoseconds) base time for readout
49 * @xtime_sec: Current CLOCK_REALTIME time in seconds
50 * @ktime_sec: Current CLOCK_MONOTONIC time in seconds
58 * @next_leap_ktime: CLOCK_MONOTONIC time value of a pending leap-second
59 * @raw_sec: CLOCK_MONOTONIC_RAW time in seconds
67 * @ntp_error: Difference between accumulated time and NTP time in ntp
77 * to get to monotonic time. Monotonic is pegged at zero at system
78 * boot time, s
[all...]
H A Dalarmtimer.h5 #include <linux/time.h>
35 * also includes the expiration time.
H A Dtime32.h37 struct old_timeval32 time; member in struct:old_timex32
H A Dtime.h33 * Similar to the struct tm in userspace <time.h>, but it needs to be here so
73 * @a: the time which may be after @b
74 * @b: the time which may be before @a
76 * time_after32(a, b) returns true if the time @a is after time @b.
77 * time_before32(b, a) returns true if the time @b is before time @a.
88 * time_between32 - check if a 32-bit timestamp is within a given time range
89 * @t: the time which may be within [l,h]
100 # include <vdso/time
[all...]
/linux-master/arch/um/drivers/
H A Dubd_user.c15 #include <sys/time.h>
/linux-master/arch/mips/sgi-ip30/
H A Dip30-timer.c18 #include <asm/time.h>
/linux-master/tools/perf/util/
H A Dtime-utils.h6 #include <time.h>
/linux-master/include/uapi/linux/
H A Dscc.h170 unsigned int time; member in struct:scc_calibrate
/linux-master/arch/mips/rb532/
H A Dsetup.c3 * setup.c - boot time setup code
11 #include <asm/time.h>
/linux-master/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.h10 #include <time.h>
/linux-master/tools/testing/selftests/vDSO/
H A Dvdso_standalone_test_x86.c15 #include <sys/time.h>
98 char buf[] = "The time is .000000\n";
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvmx_syscall.c12 #include <sys/time.h>
/linux-master/arch/arm/mach-rpc/
H A Dtime.c3 * linux/arch/arm/common/time-acorn.c
10 * 04-Dec-1997 RMK Updated for new arch/arm/time.c
22 #include <asm/mach/time.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/timer/
H A Dnv40.c79 .time = nv04_timer_time,

Completed in 260 milliseconds

<<11121314151617181920>>