/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_import.h | 63 time64_t at_binstart; /* bin start time */ 68 time64_t at_worst_time; /* worst-ever timeout timestamp */ 76 time64_t paa_deadline; /** the earliest deadline of reqs */ 149 time64_t ish_time; 201 time64_t imp_sec_expire; 308 time64_t imp_last_reply_time; /* for health check */
|
D | lustre_dlm.h | 255 time64_t pl_recalc_time; 257 time64_t pl_recalc_period; 713 time64_t l_last_activity;
|
D | lustre_net.h | 1474 time64_t rq_sent; 1476 time64_t rq_real_sent; 1481 volatile time64_t rq_deadline; 1483 time64_t rq_reply_deadline; 1485 time64_t rq_bulk_deadline;
|
D | lustre_export.h | 194 time64_t exp_flvr_expire[2]; /* seconds */
|
D | cl_object.h | 176 time64_t cat_mtime; 178 time64_t cat_atime; 180 time64_t cat_ctime;
|
D | lustre_sec.h | 819 time64_t ps_gc_next; /* in seconds */
|
D | lprocfs_status.h | 363 static inline void s2dhms(struct dhms *ts, time64_t secs64) in s2dhms()
|
/linux-4.4.14/crypto/asymmetric_keys/ |
D | x509_parser.h | 27 time64_t valid_from; 28 time64_t valid_to; 53 extern int x509_decode_time(time64_t *_t, size_t hdrlen,
|
D | pkcs7_parser.h | 42 time64_t signing_time;
|
D | x509_cert_parser.c | 493 int x509_decode_time(time64_t *_t, size_t hdrlen, in x509_decode_time()
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-ab3100.c | 46 static int ab3100_rtc_set_mmss(struct device *dev, time64_t secs) in ab3100_rtc_set_mmss() 78 time64_t time; in ab3100_rtc_read_time() 114 time64_t time; in ab3100_rtc_read_alarm() 149 time64_t secs; in ab3100_rtc_set_alarm()
|
D | rtc-mc13xxx.c | 86 rtc_time64_to_tm((time64_t)days1 * SEC_PER_DAY + seconds, tm); in mc13xxx_rtc_read_time() 91 static int mc13xxx_rtc_set_mmss(struct device *dev, time64_t secs) in mc13xxx_rtc_set_mmss() 161 time64_t s1970; in mc13xxx_rtc_read_alarm() 191 s1970 = (time64_t)days * SEC_PER_DAY + seconds; in mc13xxx_rtc_read_alarm() 202 time64_t s1970; in mc13xxx_rtc_set_alarm()
|
D | rtc-mxc.c | 121 static time64_t get_alarm_or_time(struct device *dev, int time_alarm) in get_alarm_or_time() 144 return ((((time64_t)day * 24 + hr) * 60) + min) * 60 + sec; in get_alarm_or_time() 150 static void set_alarm_or_time(struct device *dev, int time_alarm, time64_t time) in set_alarm_or_time() 189 time64_t time; in rtc_update_alarm() 286 time64_t val; in mxc_rtc_read_time() 301 static int mxc_rtc_set_mmss(struct device *dev, time64_t time) in mxc_rtc_set_mmss()
|
D | rtc-lib.c | 53 void rtc_time64_to_tm(time64_t time, struct rtc_time *tm) in rtc_time64_to_tm() 119 time64_t rtc_tm_to_time64(struct rtc_time *tm) in rtc_tm_to_time64()
|
D | rtc-rk808.c | 68 static time64_t nov2dec_transitions(struct rtc_time *tm) in nov2dec_transitions() 76 time64_t time = rtc_tm_to_time64(tm); in rockchip_to_gregorian() 82 time64_t extra_days = nov2dec_transitions(tm); in gregorian_to_rockchip() 83 time64_t time = rtc_tm_to_time64(tm); in gregorian_to_rockchip()
|
D | interface.c | 77 time64_t secs64 = rtc_tm_to_time64(tm); in rtc_set_time() 81 time64_t secs64 = rtc_tm_to_time64(tm); in rtc_set_time() 120 time64_t t_now, t_alm; in __rtc_read_alarm() 309 time64_t now, scheduled; in __rtc_set_alarm()
|
D | rtc-test.c | 41 static int test_rtc_set_mmss64(struct device *dev, time64_t secs) in test_rtc_set_mmss64()
|
D | rtc-digicolor.c | 140 time64_t alarm_time; in dc_rtc_set_alarm()
|
D | rtc-cmos.c | 53 time64_t alarm_expires; 809 time64_t t_now; in cmos_aie_poweroff()
|
D | rtc-mt6397.c | 151 time64_t time; in mtk_rtc_read_time()
|
D | rtc-dev.c | 307 time64_t now, then; in rtc_dev_ioctl()
|
D | rtc-sunxi.c | 273 time64_t diff; in sunxi_rtc_setalarm()
|
D | rtc-rv8803.c | 233 time64_t alarm_time = rtc_tm_to_time64(&alrm->time); in rv8803_set_alarm()
|
D | rtc-pcf8563.c | 375 time64_t alarm_time = rtc_tm_to_time64(&tm->time); in pcf8563_rtc_set_alarm()
|
/linux-4.4.14/include/linux/ |
D | rtc.h | 22 extern time64_t rtc_tm_to_time64(struct rtc_time *tm); 23 extern void rtc_time64_to_tm(time64_t time, struct rtc_time *tm); 30 static inline time64_t rtc_tm_sub(struct rtc_time *lhs, struct rtc_time *rhs) in rtc_tm_sub() 88 int (*set_mmss64)(struct device *, time64_t secs);
|
D | time64.h | 7 typedef __s64 time64_t; typedef 18 time64_t tv_sec; /* seconds */ 135 extern void set_normalized_timespec64(struct timespec64 *ts, time64_t sec, s64 nsec);
|
D | dns_resolver.h | 30 const char *options, char **_result, time64_t *_expiry);
|
D | timekeeping.h | 38 extern time64_t ktime_get_seconds(void); 39 extern time64_t ktime_get_real_seconds(void);
|
D | time.h | 42 extern time64_t mktime64(const unsigned int year, const unsigned int mon,
|
/linux-4.4.14/drivers/input/misc/ |
D | hp_sdc_rtc.c | 213 res->tv_sec = (tenms / 100) + (time64_t)days * 86400; in hp_sdc_rtc_read_rt() 230 res->tv_sec = (time64_t)(tenms / 100); in hp_sdc_rtc_read_fhs() 247 res->tv_sec = (time64_t)(tenms / 100); in hp_sdc_rtc_read_mt() 264 res->tv_sec = (time64_t)(tenms / 100); in hp_sdc_rtc_read_dt() 281 res->tv_sec = (time64_t)(tenms / 100); in hp_sdc_rtc_read_ct()
|
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/ |
D | timer.h | 43 time64_t stt_expires;
|
D | timer.c | 124 stt_expire_list(struct list_head *slot, time64_t now) in stt_expire_list() 151 time64_t now; in stt_check_timers()
|
D | console.h | 144 time64_t ses_laststamp; /* last operation stamp (seconds)
|
D | selftest.h | 281 time64_t scd_buf_err_stamp;
|
D | conrpc.c | 1194 (time64_t)console_session.ses_timeout) in lstcon_rpc_pinger()
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | nvram.c | 39 static time64_t last_unread_rtas_event; /* timestamp */ 42 time64_t last_rtas_event;
|
/linux-4.4.14/arch/alpha/kernel/ |
D | rtc.c | 119 alpha_rtc_set_mmss(struct device *dev, time64_t nowtime) in alpha_rtc_set_mmss() 279 remote_set_mmss(struct device *dev, time64_t now) in remote_set_mmss()
|
/linux-4.4.14/kernel/time/ |
D | time.c | 326 time64_t mktime64(const unsigned int year0, const unsigned int mon0, in mktime64() 338 return ((((time64_t) in mktime64() 441 void set_normalized_timespec64(struct timespec64 *ts, time64_t sec, s64 nsec) in set_normalized_timespec64()
|
D | timekeeping.c | 809 time64_t ktime_get_seconds(void) in ktime_get_seconds() 829 time64_t ktime_get_real_seconds(void) in ktime_get_real_seconds() 832 time64_t seconds; in ktime_get_real_seconds()
|
D | ntp.c | 81 static time64_t ntp_next_leap_sec = TIME64_MAX;
|
/linux-4.4.14/net/dns_resolver/ |
D | dns_query.c | 70 const char *options, char **_result, time64_t *_expiry) in dns_query()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_bulk.c | 94 time64_t epp_last_shrink; 95 time64_t epp_last_access;
|
D | client.c | 296 time64_t now = ktime_get_real_seconds(); in ptlrpc_at_adj_net_latency() 358 time64_t olddl; in ptlrpc_at_recv_early_reply() 1216 time64_t now = ktime_get_real_seconds(); in after_reply() 1945 time64_t now = ktime_get_real_seconds(); in ptlrpc_expired_set() 2028 time64_t now = ktime_get_real_seconds(); in ptlrpc_set_next_timeout() 2031 time64_t deadline; in ptlrpc_set_next_timeout() 2891 time64_t now = ktime_get_real_seconds(); in ptlrpc_init_xid()
|
D | import.c | 221 ptlrpc_inflight_deadline(struct ptlrpc_request *req, time64_t now) in ptlrpc_inflight_deadline() 246 time64_t now = ktime_get_real_seconds(); in ptlrpc_inflight_timeout() 1516 time64_t now = ktime_get_real_seconds(); in at_measured()
|
D | service.c | 1002 time64_t newdl; in ptlrpc_at_send_early_reply() 1127 time64_t deadline; in ptlrpc_at_check_timed() 1128 time64_t now = ktime_get_real_seconds(); in ptlrpc_at_check_timed()
|
D | lproc_ptlrpc.c | 967 time64_t worstt; in ptlrpc_lprocfs_timeouts_seq_show()
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd.h | 219 time64_t ksnd_connd_failed_stamp;/* time stamp of the 222 time64_t ksnd_connd_starting_stamp;/* time stamp of the
|
D | socklnd_cb.c | 2000 ksocknal_connd_check_start(time64_t sec, long *timeout) in ksocknal_connd_check_start() 2062 ksocknal_connd_check_stop(time64_t sec, long *timeout) in ksocknal_connd_check_stop() 2143 time64_t sec = ktime_get_real_seconds(); in ksocknal_connd()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | rtas.h | 374 extern time64_t last_rtas_event;
|
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/ |
D | lib-types.h | 267 time64_t ni_last_alive;/* when I was last alive */
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_pool.c | 280 time64_t recalc_interval_sec; in ldlm_cli_pool_recalc()
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | router_proc.c | 695 time64_t now = ktime_get_real_seconds(); in proc_lnet_nis()
|
D | router.c | 791 time64_t now; in lnet_update_ni_status_locked()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | llite_internal.h | 847 time64_t ft_mtime;
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 821 time64_t now, worstt; in lprocfs_rd_timeouts()
|
/linux-4.4.14/drivers/power/ |
D | ab8500_fg.c | 109 time64_t time_stamps[NBR_AVG_SAMPLES];
|