Home
last modified time | relevance | path

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

/include/linux/sunrpc/
Dcache.h48 time_t expiry_time; /* After time time, don't use the data */
49 time_t last_refresh; /* If CACHE_PENDING, this is when upcall was
98 time_t flush_time; /* flush all cache items with
105 time_t nextcheck;
112 time_t last_close; /* if no writers, when did last close */
113 time_t last_warn; /* when we last warned about no writers */
151 static inline time_t seconds_since_boot(void) in seconds_since_boot()
158 static inline time_t convert_to_wallclock(time_t sinceboot) in convert_to_wallclock()
276 static inline int get_time(char **bpp, time_t *time) in get_time()
290 *time = (time_t)ll; in get_time()
[all …]
Dgss_api.h52 time_t *endtime,
112 time_t *endtime,
/include/uapi/asm-generic/
Dsocket.h133 #define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_N…
134 #define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTA…
135 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES…
137 #define SO_RCVTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_RCVTIMEO_OLD : SO_RCVTIMEO_NEW)
138 #define SO_SNDTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_SNDTIMEO_OLD : SO_SNDTIMEO_NEW)
/include/linux/
Dtime32.h15 #define TIME_T_MAX (time_t)((1UL << ((sizeof(time_t) << 3) - 1)) - 1)
94 ret.tv_sec = (time_t)ts64.tv_sec; in timespec64_to_timespec()
Dtypes.h70 typedef __kernel_time_t time_t; typedef
Dsyscalls.h1079 asmlinkage long sys_time(time_t __user *tloc);
1119 asmlinkage long sys_stime(time_t __user *tptr);
/include/uapi/linux/
Dlp.h99 #define LPSETTIMEOUT (sizeof(time_t) > sizeof(__kernel_long_t) ? \