Home
last modified time | relevance | path

Searched refs:time_t (Results 1 – 25 of 77) sorted by relevance

1234

/Linux-v4.19/include/linux/sunrpc/
Dcache.h50 time_t expiry_time; /* After time time, don't use the data */
51 time_t last_refresh; /* If CACHE_PENDING, this is when upcall was
99 time_t flush_time; /* flush all cache items with
106 time_t nextcheck;
113 time_t last_close; /* if no readers, when did last close */
114 time_t last_warn; /* when we last warned about no readers */
152 static inline time_t seconds_since_boot(void) in seconds_since_boot()
159 static inline time_t convert_to_wallclock(time_t sinceboot) in convert_to_wallclock()
271 static inline int get_time(char **bpp, time_t *time) in get_time()
285 *time = (time_t)ll; in get_time()
[all …]
Dgss_api.h52 time_t *endtime,
112 time_t *endtime,
/Linux-v4.19/tools/laptop/dslm/
Ddslm.c58 static char *myctime(time_t time) in myctime()
68 time_t start_time; in measure()
70 time_t last_time; in measure()
72 time_t curr_time = 0; in measure()
73 time_t time_diff; in measure()
74 time_t active_time = 0; in measure()
75 time_t sleep_time = 0; in measure()
76 time_t unknown_time = 0; in measure()
77 time_t total_time = 0; in measure()
/Linux-v4.19/arch/mips/include/uapi/asm/
Dstat.h35 time_t st_atime;
37 time_t st_mtime;
39 time_t st_ctime;
73 time_t st_atime;
76 time_t st_mtime;
79 time_t st_ctime;
/Linux-v4.19/arch/sparc/include/uapi/asm/
Dstat.h18 time_t st_atime;
19 time_t st_mtime;
20 time_t st_ctime;
61 time_t st_atime;
63 time_t st_mtime;
65 time_t st_ctime;
/Linux-v4.19/fs/coda/
Dcoda_linux.c133 vattr->va_atime.tv_sec = (time_t) -1; in coda_iattr_to_vattr()
134 vattr->va_atime.tv_nsec = (time_t) -1; in coda_iattr_to_vattr()
135 vattr->va_mtime.tv_sec = (time_t) -1; in coda_iattr_to_vattr()
136 vattr->va_mtime.tv_nsec = (time_t) -1; in coda_iattr_to_vattr()
137 vattr->va_ctime.tv_sec = (time_t) -1; in coda_iattr_to_vattr()
138 vattr->va_ctime.tv_nsec = (time_t) -1; in coda_iattr_to_vattr()
/Linux-v4.19/arch/x86/entry/vdso/
Dvclock_gettime.c29 extern time_t __vdso_time(time_t *t);
320 notrace time_t __vdso_time(time_t *t) in __vdso_time()
323 time_t result = READ_ONCE(gtod->wall_time_sec); in __vdso_time()
329 time_t time(time_t *t)
/Linux-v4.19/include/linux/
Dtime32.h14 #define TIME_T_MAX (time_t)((1UL << ((sizeof(time_t) << 3) - 1)) - 1)
34 ret.tv_sec = (time_t)ts64.tv_sec; in timespec64_to_timespec()
69 extern void set_normalized_timespec(struct timespec *ts, time_t sec, s64 nsec);
160 static inline void time_to_tm(time_t totalsecs, int offset, struct tm *result) in time_to_tm()
/Linux-v4.19/arch/x86/um/vdso/
Dum_vdso.c43 time_t __vdso_time(time_t *t) in __vdso_time()
53 int time(time_t *t) __attribute__((weak, alias("__vdso_time")));
/Linux-v4.19/fs/nfsd/
Dnetns.h56 time_t boot_time;
103 time_t nfsd4_lease;
104 time_t nfsd4_grace;
Dstate.h133 time_t dl_time;
311 time_t cl_time; /* time of last lease renewal */
438 time_t oo_time; /* time of placement on so_close_lru */
/Linux-v4.19/fs/quota/
Dquotaio_v1.h28 time_t dqb_btime; /* time limit for excessive disk use */
29 time_t dqb_itime; /* time limit for excessive inode use */
/Linux-v4.19/fs/afs/
Dafs.h132 time_t mtime_client; /* last time client changed data */
133 time_t mtime_server; /* last time server changed data */
161 time_t creation; /* volume creation time */
/Linux-v4.19/fs/xfs/
Dxfs_qm.h67 time_t qi_btimelimit; /* limit for blks timer */
68 time_t qi_itimelimit; /* limit for inodes timer */
69 time_t qi_rtbtimelimit;/* limit for rt blks timer */
/Linux-v4.19/arch/sh/kernel/
Dtime.c32 static int null_rtc_set_time(const time_t secs) in null_rtc_set_time()
38 int (*rtc_sh_set_time)(const time_t) = null_rtc_set_time;
/Linux-v4.19/tools/testing/selftests/timers/
Dset-2038.c53 now.tv_sec = (time_t)time; in settime()
78 time_t start; in main()
/Linux-v4.19/net/netfilter/
Dxt_time.c80 static inline unsigned int localtime_1(struct xtm *r, time_t time) in localtime_1()
93 static inline void localtime_2(struct xtm *r, time_t time) in localtime_2()
108 static void localtime_3(struct xtm *r, time_t time) in localtime_3()
/Linux-v4.19/arch/sh/include/asm/
Drtc.h8 extern int (*rtc_sh_set_time)(const time_t);
/Linux-v4.19/tools/testing/selftests/x86/
Dtest_vsyscall.c61 typedef long (*time_func_t)(time_t *t);
174 static inline long sys_time(time_t *t) in sys_time()
455 time_t tmp; in test_emulation()
/Linux-v4.19/kernel/time/
Dtime.c65 SYSCALL_DEFINE1(time, time_t __user *, tloc) in SYSCALL_DEFINE1()
67 time_t i = (time_t)ktime_get_real_seconds(); in SYSCALL_DEFINE1()
84 SYSCALL_DEFINE1(stime, time_t __user *, tptr) in SYSCALL_DEFINE1()
424 void set_normalized_timespec(struct timespec *ts, time_t sec, s64 nsec) in set_normalized_timespec()
/Linux-v4.19/arch/um/drivers/
Dcow.h14 char **backing_file_out, time_t *mtime_out,
/Linux-v4.19/include/uapi/linux/
Dlp.h99 #define LPSETTIMEOUT (sizeof(time_t) > sizeof(__kernel_long_t) ? \
/Linux-v4.19/arch/sh/boards/mach-dreamcast/
Drtc.c57 static int aica_rtc_settimeofday(const time_t secs) in aica_rtc_settimeofday()
/Linux-v4.19/Documentation/
Ddigsig.txt31 time_t timestamp; /* key made, always 0 for now */
39 time_t timestamp; /* signature made */
/Linux-v4.19/tools/testing/selftests/rtc/
Drtctest.c117 time_t secs, new; in TEST_F()
174 time_t secs, new; in TEST_F()

1234