Home
last modified time | relevance | path

Searched refs:time64_t (Results 1 – 56 of 56) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_import.h63 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 */
Dlustre_dlm.h255 time64_t pl_recalc_time;
257 time64_t pl_recalc_period;
713 time64_t l_last_activity;
Dlustre_net.h1474 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;
Dlustre_export.h194 time64_t exp_flvr_expire[2]; /* seconds */
Dcl_object.h176 time64_t cat_mtime;
178 time64_t cat_atime;
180 time64_t cat_ctime;
Dlustre_sec.h819 time64_t ps_gc_next; /* in seconds */
Dlprocfs_status.h363 static inline void s2dhms(struct dhms *ts, time64_t secs64) in s2dhms()
/linux-4.4.14/crypto/asymmetric_keys/
Dx509_parser.h27 time64_t valid_from;
28 time64_t valid_to;
53 extern int x509_decode_time(time64_t *_t, size_t hdrlen,
Dpkcs7_parser.h42 time64_t signing_time;
Dx509_cert_parser.c493 int x509_decode_time(time64_t *_t, size_t hdrlen, in x509_decode_time()
/linux-4.4.14/drivers/rtc/
Drtc-ab3100.c46 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()
Drtc-mc13xxx.c86 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()
Drtc-mxc.c121 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()
Drtc-lib.c53 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()
Drtc-rk808.c68 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()
Dinterface.c77 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()
Drtc-test.c41 static int test_rtc_set_mmss64(struct device *dev, time64_t secs) in test_rtc_set_mmss64()
Drtc-digicolor.c140 time64_t alarm_time; in dc_rtc_set_alarm()
Drtc-cmos.c53 time64_t alarm_expires;
809 time64_t t_now; in cmos_aie_poweroff()
Drtc-mt6397.c151 time64_t time; in mtk_rtc_read_time()
Drtc-dev.c307 time64_t now, then; in rtc_dev_ioctl()
Drtc-sunxi.c273 time64_t diff; in sunxi_rtc_setalarm()
Drtc-rv8803.c233 time64_t alarm_time = rtc_tm_to_time64(&alrm->time); in rv8803_set_alarm()
Drtc-pcf8563.c375 time64_t alarm_time = rtc_tm_to_time64(&tm->time); in pcf8563_rtc_set_alarm()
/linux-4.4.14/include/linux/
Drtc.h22 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);
Dtime64.h7 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);
Ddns_resolver.h30 const char *options, char **_result, time64_t *_expiry);
Dtimekeeping.h38 extern time64_t ktime_get_seconds(void);
39 extern time64_t ktime_get_real_seconds(void);
Dtime.h42 extern time64_t mktime64(const unsigned int year, const unsigned int mon,
/linux-4.4.14/drivers/input/misc/
Dhp_sdc_rtc.c213 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/
Dtimer.h43 time64_t stt_expires;
Dtimer.c124 stt_expire_list(struct list_head *slot, time64_t now) in stt_expire_list()
151 time64_t now; in stt_check_timers()
Dconsole.h144 time64_t ses_laststamp; /* last operation stamp (seconds)
Dselftest.h281 time64_t scd_buf_err_stamp;
Dconrpc.c1194 (time64_t)console_session.ses_timeout) in lstcon_rpc_pinger()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dnvram.c39 static time64_t last_unread_rtas_event; /* timestamp */
42 time64_t last_rtas_event;
/linux-4.4.14/arch/alpha/kernel/
Drtc.c119 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/
Dtime.c326 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()
Dtimekeeping.c809 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()
Dntp.c81 static time64_t ntp_next_leap_sec = TIME64_MAX;
/linux-4.4.14/net/dns_resolver/
Ddns_query.c70 const char *options, char **_result, time64_t *_expiry) in dns_query()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_bulk.c94 time64_t epp_last_shrink;
95 time64_t epp_last_access;
Dclient.c296 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()
Dimport.c221 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()
Dservice.c1002 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()
Dlproc_ptlrpc.c967 time64_t worstt; in ptlrpc_lprocfs_timeouts_seq_show()
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd.h219 time64_t ksnd_connd_failed_stamp;/* time stamp of the
222 time64_t ksnd_connd_starting_stamp;/* time stamp of the
Dsocklnd_cb.c2000 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/
Drtas.h374 extern time64_t last_rtas_event;
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h267 time64_t ni_last_alive;/* when I was last alive */
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_pool.c280 time64_t recalc_interval_sec; in ldlm_cli_pool_recalc()
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Drouter_proc.c695 time64_t now = ktime_get_real_seconds(); in proc_lnet_nis()
Drouter.c791 time64_t now; in lnet_update_ni_status_locked()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_internal.h847 time64_t ft_mtime;
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c821 time64_t now, worstt; in lprocfs_rd_timeouts()
/linux-4.4.14/drivers/power/
Dab8500_fg.c109 time64_t time_stamps[NBR_AVG_SAMPLES];