Searched refs:time (Results 401 - 425 of 1964) sorted by relevance

<<11121314151617181920>>

/linux-master/fs/proc/
H A Duptime.c7 #include <linux/time.h>
/linux-master/tools/perf/tests/
H A Dperf-record.c96 * so that we have time to open the evlist (calling sys_perf_event_open
194 pr_info("%" PRIu64" %d ", sample.time, sample.cpu);
198 if (prev_time > sample.time) {
199 pr_debug("%s going backwards in time, prev=%" PRIu64 ", curr=%" PRIu64 "\n",
200 name, prev_time, sample.time);
204 prev_time = sample.time;
/linux-master/fs/jffs2/
H A Dsecurity.c15 #include <linux/time.h>
/linux-master/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_map.h61 u32 count, u32 time);
/linux-master/fs/coda/
H A Dpioctl.c13 #include <linux/time.h>
/linux-master/arch/powerpc/platforms/embedded6xx/
H A Dstorcenter.c19 #include <asm/time.h>
/linux-master/arch/powerpc/platforms/83xx/
H A Dmpc834x_itx.c25 #include <asm/time.h>
/linux-master/arch/riscv/include/asm/vdso/
H A Dgettimeofday.h10 #include <uapi/linux/time.h>
13 * 32-bit land is lacking generic time vsyscalls as well as the legacy 32-bit
14 * time syscalls like gettimeofday. Skip these definitions since on 32-bit.
/linux-master/arch/arm/mach-orion5x/
H A Dboard-dt.c21 #include <plat/time.h>
/linux-master/arch/mips/ralink/
H A Dclk.c16 #include <asm/time.h>
/linux-master/tools/perf/util/
H A Drecord.h5 #include <time.h>
/linux-master/arch/powerpc/platforms/85xx/
H A Dstx_gp3.c27 #include <asm/time.h>
H A Dsocrates.c28 #include <asm/time.h>
H A Dp1023_rdb.c21 #include <asm/time.h>
H A Dmpc85xx_ds.c21 #include <asm/time.h>
/linux-master/fs/smb/client/
H A Dcached_dir.h41 unsigned long time; /* jiffies of when lease was taken */ member in struct:cached_fid
/linux-master/fs/hfs/
H A Dhfs_fs.h246 * There are two time systems. Both are based on seconds since
247 * a particular time/date.
253 * time range between 1970 and 2106, by treating any on-disk timestamp
254 * under HFS_UTC_OFFSET (Jan 1 1970) as a time between 2040 and 2106.
274 #define hfs_m_to_utime(time) (struct timespec64){ .tv_sec = __hfs_m_to_utime(time) }
275 #define hfs_u_to_mtime(time) __hfs_u_to_mtime((time).tv_sec)
/linux-master/arch/powerpc/kernel/
H A Didle.c27 #include <asm/time.h>
/linux-master/drivers/rtc/
H A Drtc-efi.c16 #include <linux/time.h>
129 if (!convert_from_efi_time(&eft, &wkalrm->time))
132 return rtc_valid_tm(&wkalrm->time);
140 convert_to_efi_time(&wkalrm->time, &eft);
167 dev_err_once(dev, "can't read time\n");
/linux-master/arch/x86/lib/
H A Dcsum-partial_64.c12 #include <asm/word-at-a-time.h>
37 * This isn't as time critical as it used to be because many NICs
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvmx_preempt.c16 #include <sys/time.h>
H A Dfpu_preempt.c15 #include <sys/time.h>
H A Dfpu_syscall.c11 #include <sys/time.h>
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtime_tai.c9 #include <time.h>
/linux-master/tools/testing/selftests/bpf/progs/
H A Daccess_map_in_map.c4 #include <time.h>

Completed in 406 milliseconds

<<11121314151617181920>>