Home
last modified time | relevance | path

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

/linux-4.4.14/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
110 time_t flush_time; /* flush all cache items with
117 time_t nextcheck;
124 time_t last_close; /* if no readers, when did last close */
125 time_t last_warn; /* when we last warned about no readers */
163 static inline time_t seconds_since_boot(void) in seconds_since_boot()
170 static inline time_t convert_to_wallclock(time_t sinceboot) in convert_to_wallclock()
278 static inline int get_time(char **bpp, time_t *time) in get_time()
292 *time = (time_t)ll; in get_time()
[all …]
Dgss_api.h51 time_t *endtime,
109 time_t *endtime,
/linux-4.4.14/Documentation/laptops/
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-4.4.14/arch/mips/include/uapi/asm/
Dstat.h34 time_t st_atime;
36 time_t st_mtime;
38 time_t st_ctime;
72 time_t st_atime;
75 time_t st_mtime;
78 time_t st_ctime;
/linux-4.4.14/arch/sparc/include/uapi/asm/
Dstat.h17 time_t st_atime;
18 time_t st_mtime;
19 time_t st_ctime;
60 time_t st_atime;
62 time_t st_mtime;
64 time_t st_ctime;
/linux-4.4.14/fs/coda/
Dcoda_linux.c132 vattr->va_atime.tv_sec = (time_t) -1; in coda_iattr_to_vattr()
133 vattr->va_atime.tv_nsec = (time_t) -1; in coda_iattr_to_vattr()
134 vattr->va_mtime.tv_sec = (time_t) -1; in coda_iattr_to_vattr()
135 vattr->va_mtime.tv_nsec = (time_t) -1; in coda_iattr_to_vattr()
136 vattr->va_ctime.tv_sec = (time_t) -1; in coda_iattr_to_vattr()
137 vattr->va_ctime.tv_nsec = (time_t) -1; in coda_iattr_to_vattr()
/linux-4.4.14/include/linux/
Dmsg.h20 time_t q_stime; /* last msgsnd time */
21 time_t q_rtime; /* last msgrcv time */
22 time_t q_ctime; /* last change time */
Dshm.h15 time_t shm_atim;
16 time_t shm_dtim;
17 time_t shm_ctim;
Dtime.h11 #define TIME_T_MAX (time_t)((1UL << ((sizeof(time_t) << 3) - 1)) - 1)
57 extern void set_normalized_timespec(struct timespec *ts, time_t sec, s64 nsec);
182 void time_to_tm(time_t totalsecs, int offset, struct tm *result);
Dkey.h148 time_t expiry; /* time at which key expires (or 0) */
149 time_t revoked_at; /* time at which key was revoked */
151 time_t last_used_at; /* last time used for LRU keyring discard */
Dsem.h15 time_t sem_ctime; /* last change time */
Dkey-type.h47 time_t expiry; /* Expiry time of key */
Dquota.h203 time_t dqb_btime; /* time limit for excessive disk use */
204 time_t dqb_itime; /* time limit for excessive inode use */
Dtypes.h69 typedef __kernel_time_t time_t; typedef
Dtime64.h83 ret.tv_sec = (time_t)ts64.tv_sec; in timespec64_to_timespec()
Dsyscalls.h210 asmlinkage long sys_time(time_t __user *tloc);
211 asmlinkage long sys_stime(time_t __user *tptr);
/linux-4.4.14/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-4.4.14/fs/nfsd/
Dnetns.h56 time_t boot_time;
97 time_t nfsd4_lease;
98 time_t nfsd4_grace;
Dstate.h133 time_t dl_time;
309 time_t cl_time; /* time of last lease renewal */
435 time_t oo_time; /* time of placement on so_close_lru */
Dnfsd.h124 void nfs4_reset_lease(time_t leasetime);
134 static inline void nfs4_reset_lease(time_t leasetime) { } in nfs4_reset_lease()
Dvfs.h52 struct iattr *, int, time_t);
Dnfsproc.c94 time_t delta = iap->ia_atime.tv_sec - get_seconds(); in nfsd_proc_setattr()
115 nfserr = nfsd_setattr(rqstp, fhp, iap, 0, (time_t)0); in nfsd_proc_setattr()
376 nfserr = nfsd_setattr(rqstp, newfhp, attr, 0, (time_t)0); in nfsd_proc_create()
Dxdr3.h16 time_t guardtime;
Dnfsctl.c935 time_t *time, struct nfsd_net *nn) in __nfsd4_write_time()
967 time_t *time, struct nfsd_net *nn) in nfsd4_write_time()
Dnfs4callback.c684 return max(nn->nfsd4_lease/10, (time_t)1) * HZ; in max_cb_time()
Dnfs4state.c636 time_t swap_time;
3911 return nfsd_setattr(rqstp, fh, &iattr, 0, (time_t)0); in nfsd4_truncate()
4458 static time_t
4466 time_t cutoff = get_seconds() - nn->nfsd4_lease; in nfs4_laundromat()
4467 time_t t, new_timeo = nn->nfsd4_lease; in nfs4_laundromat()
4533 new_timeo = max_t(time_t, new_timeo, NFSD_LAUNDROMAT_MINTIMEOUT); in nfs4_laundromat()
4543 time_t t; in laundromat_main()
Dvfs.c363 int check_guard, time_t guardtime) in nfsd_setattr()
1093 return nfsd_setattr(rqstp, resfhp, iap, 0, (time_t)0); in nfsd_create_setattr()
Dnfs4recover.c1167 nfsd4_cltrack_grace_start(time_t grace_start) in nfsd4_cltrack_grace_start()
Dnfs4proc.c952 0, (time_t)0); in nfsd4_setattr()
/linux-4.4.14/arch/x86/entry/vdso/
Dvclock_gettime.c27 extern time_t __vdso_time(time_t *t);
329 notrace time_t __vdso_time(time_t *t) in __vdso_time()
332 time_t result = ACCESS_ONCE(gtod->wall_time_sec); in __vdso_time()
338 int time(time_t *t)
/linux-4.4.14/fs/afs/
Dafs.h128 time_t mtime_client; /* last time client changed data */
129 time_t mtime_server; /* last time server changed data */
147 time_t creation; /* volume creation time */
Dinternal.h234 time_t rtime; /* last retrieval time */
250 time_t time_of_death; /* time at which put reduced usage to 0 */
261 time_t update_at; /* time at which record should be updated */
274 time_t time_of_death; /* time at which put reduced usage to 0 */
377 time_t cb_expires; /* time at which callback expires */
378 time_t cb_expires_at; /* time used to order cb_promise */
Dvlocation.c546 time_t now; in afs_vlocation_reaper()
625 time_t now; in afs_vlocation_updater()
Dserver.c275 time_t now; in afs_reap_server()
Dcallback.c365 time_t now;
/linux-4.4.14/fs/quota/
Dquotaio_v1.h27 time_t dqb_btime; /* time limit for excessive disk use */
28 time_t dqb_itime; /* time limit for excessive inode use */
Ddquot.c1124 dquot->dq_dqb.dqb_itime = (time_t) 0; in dquot_decr_inodes()
1136 dquot->dq_dqb.dqb_btime = (time_t) 0; in dquot_decr_space()
/linux-4.4.14/security/keys/
Dgc.c35 static time_t key_gc_next_run = LONG_MAX;
56 void key_schedule_gc(time_t gc_at) in key_schedule_gc()
59 time_t now = current_kernel_time().tv_sec; in key_schedule_gc()
189 time_t new_timer, limit; in key_garbage_collector()
278 if (gc_state & KEY_GC_SET_TIMER && new_timer != (time_t)LONG_MAX) { in key_garbage_collector()
Dinternal.h167 extern void keyring_gc(struct key *keyring, time_t limit);
168 extern void key_schedule_gc(time_t gc_at);
207 static inline bool key_is_dead(const struct key *key, time_t limit) in key_is_dead()
Dkeyring.c1345 time_t *limit = iterator_data; in keyring_gc_select_iterator()
1356 time_t *limit = iterator_data; in keyring_gc_check_iterator()
1368 void keyring_gc(struct key *keyring, time_t limit) in keyring_gc()
Dkey.c682 time_t expiry = 0; in key_set_timeout()
983 time_t time; in key_revoke()
/linux-4.4.14/fs/xfs/
Dxfs_qm.h70 time_t qi_btimelimit; /* limit for blks timer */
71 time_t qi_itimelimit; /* limit for inodes timer */
72 time_t qi_rtbtimelimit;/* limit for rt blks timer */
Dxfs_trans_dquot.c602 time_t timer; in xfs_trans_dqresv()
/linux-4.4.14/arch/sh/kernel/
Dtime.c33 static int null_rtc_set_time(const time_t secs) in null_rtc_set_time()
39 int (*rtc_sh_set_time)(const time_t) = null_rtc_set_time;
/linux-4.4.14/tools/testing/selftests/timers/
Dset-2038.c64 now.tv_sec = (time_t)time; in settime()
89 time_t start; in main()
Dleapcrash.c75 time_t next_leap; in main()
Dleap-a-day.c67 time_t next_leap;
250 time_t now; in main()
Dinconsistency-check.c110 time_t t; in consistency_test()
Dthreadtest.c135 time_t start, now, runtime; in main()
/linux-4.4.14/net/netfilter/
Dxt_time.c77 static inline unsigned int localtime_1(struct xtm *r, time_t time) in localtime_1()
90 static inline void localtime_2(struct xtm *r, time_t time) in localtime_2()
105 static void localtime_3(struct xtm *r, time_t time) in localtime_3()
/linux-4.4.14/fs/nilfs2/
Dthe_nilfs.h120 time_t ns_sbwtime;
138 time_t ns_ctime;
139 time_t ns_nongc_ctime;
Dsegbuf.h53 time_t ctime;
127 int nilfs_segbuf_reset(struct nilfs_segment_buffer *, unsigned, time_t, __u64);
Dsysfs.c582 time_t ctime; in nilfs_segctor_last_seg_write_time_show()
596 time_t ctime; in nilfs_segctor_last_seg_write_time_secs_show()
610 time_t nongc_ctime; in nilfs_segctor_last_nongc_write_time_show()
624 time_t nongc_ctime; in nilfs_segctor_last_nongc_write_time_secs_show()
731 time_t sbwtime; in nilfs_superblock_sb_write_time_show()
745 time_t sbwtime; in nilfs_superblock_sb_write_time_secs_show()
Dsufile.h43 unsigned long nblocks, time_t modtime);
Dsegment.h165 time_t sc_seg_ctime;
Dsegbuf.c137 time_t ctime, __u64 cno) in nilfs_segbuf_reset()
Dsufile.c529 unsigned long nblocks, time_t modtime) in nilfs_sufile_set_segment_usage()
Dsuper.c295 time_t t; in nilfs_commit_super()
/linux-4.4.14/kernel/time/
Dtime.c63 SYSCALL_DEFINE1(time, time_t __user *, tloc) in SYSCALL_DEFINE1()
65 time_t i = get_seconds(); in SYSCALL_DEFINE1()
82 SYSCALL_DEFINE1(stime, time_t __user *, tptr) in SYSCALL_DEFINE1()
361 void set_normalized_timespec(struct timespec *ts, time_t sec, s64 nsec) in set_normalized_timespec()
Dtimeconv.c77 void time_to_tm(time_t totalsecs, int offset, struct tm *result) in time_to_tm()
Dntp.c743 txc->time.tv_sec = (time_t)ts->tv_sec; in __do_adjtimex()
/linux-4.4.14/arch/sh/include/asm/
Drtc.h7 extern int (*rtc_sh_set_time)(const time_t);
/linux-4.4.14/drivers/isdn/mISDN/
Dclock.c146 time_t elapsed_sec; in mISDN_clock_update()
199 time_t elapsed_sec; in mISDN_clock_get()
/linux-4.4.14/arch/um/drivers/
Dcow.h13 char **backing_file_out, time_t *mtime_out,
Dubd_kern.c506 time_t mtime; in ubd_file_size()
549 static int backing_file_mismatch(char *file, __u64 size, time_t mtime) in backing_file_mismatch()
620 time_t mtime; in open_ubd_file()
Dcow_user.c279 time_t *mtime_out, unsigned long long *size_out, in read_cow_header()
/linux-4.4.14/arch/sh/boards/mach-dreamcast/
Drtc.c57 static int aica_rtc_settimeofday(const time_t secs) in aica_rtc_settimeofday()
/linux-4.4.14/Documentation/
Ddigsig.txt24 time_t timestamp; /* key made, always 0 for now */
32 time_t timestamp; /* signature made */
Dadding-syscalls.txt276 - a pointer to a varying sized integral type (time_t, off_t, long, ...)
/linux-4.4.14/arch/x86/entry/vsyscall/
Dvsyscall_64.c182 if (!write_ok_or_segv(regs->di, sizeof(time_t))) { in emulate_vsyscall()
236 ret = sys_time((time_t __user *)regs->di); in emulate_vsyscall()
/linux-4.4.14/init/
Dinitramfs.c110 static long __init do_utime(char *filename, time_t mtime) in do_utime()
126 time_t mtime;
129 static void __init dir_add(const char *name, time_t mtime) in dir_add()
151 static __initdata time_t mtime;
/linux-4.4.14/Documentation/vDSO/
Dvdso_standalone_test_x86.c66 void to_base10(char *lastdig, time_t n) in to_base10()
/linux-4.4.14/fs/fat/
Dmisc.c183 static time_t days_in_year[] = {
193 time_t second, day, leap_day, month, year; in fat_time_fat2unix()
/linux-4.4.14/arch/blackfin/kernel/
Dtime.c137 time_t secs_since_1970 = (365 * 37 + 9) * 24 * 60 * 60; /* 1 Jan 2007 */ in read_persistent_clock()
Dtime-ts.c358 time_t secs_since_1970 = (365 * 37 + 9) * 24 * 60 * 60; /* 1 Jan 2007 */ in read_persistent_clock()
/linux-4.4.14/net/sunrpc/
Dsvcauth_unix.c161 …p_map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, time_t expiry);
182 time_t expiry; in ip_map_parse()
303 struct unix_domain *udom, time_t expiry) in __ip_map_update()
323 struct unix_domain *udom, time_t expiry) in ip_map_update()
485 time_t expiry; in unix_gid_parse()
Dcache.c46 time_t now = seconds_since_boot(); in cache_init()
122 static void cache_fresh_locked(struct cache_head *head, time_t expiry, in cache_fresh_locked()
125 time_t now = seconds_since_boot(); in cache_fresh_locked()
499 time_t now = seconds_since_boot(); in cache_purge()
1451 time_t then, now; in write_flush()
/linux-4.4.14/fs/hpfs/
Dhpfs_fn.h337 static inline time_t local_to_gmt(struct super_block *s, time32_t t) in local_to_gmt()
343 static inline time32_t gmt_to_local(struct super_block *s, time_t t) in gmt_to_local()
Dnamei.c13 time_t t = get_seconds(); in hpfs_update_directory_times()
/linux-4.4.14/arch/sh/boards/mach-sh03/
Drtc.c121 int sh03_rtc_settimeofday(const time_t secs) in sh03_rtc_settimeofday()
/linux-4.4.14/sound/oss/
Dsys_timer.c22 static volatile time_t tmr_offs, tmr_ctr;
Dsound_timer.c20 static volatile time_t tmr_offs, tmr_ctr;
/linux-4.4.14/Documentation/connector/
Ducon.c120 time_t tm; in main()
/linux-4.4.14/fs/jfs/
Djfs_incore.h46 time_t otime; /* time created */
/linux-4.4.14/fs/udf/
Dudftime.c63 static time_t year_seconds[MAX_YEAR_SECONDS] = {
/linux-4.4.14/ipc/
Dsem.c101 time_t sem_otime; /* candidate for sem_otime */
1163 static time_t get_semotime(struct sem_array *sma) in get_semotime()
1166 time_t res; in get_semotime()
1170 time_t to = sma->sem_base[i].sem_otime; in get_semotime()
2184 time_t sem_otime; in sysvipc_sem_proc_show()
/linux-4.4.14/fs/ncpfs/
Dncplib_kernel.h188 time_t mtime;
Ddir.c389 static time_t ncp_obtain_mtime(struct dentry *dentry) in ncp_obtain_mtime()
427 time_t mtime = 0; in ncp_readdir()
/linux-4.4.14/kernel/
Dcpuset.c70 time_t time; /* clock (secs) when val computed */
1399 #define FM_MAXTICKS ((time_t)99) /* useless computing more ticks than this */
1415 time_t now = get_seconds(); in fmeter_update()
1416 time_t ticks = now - fmp->time; in fmeter_update()
/linux-4.4.14/net/rxrpc/
Drxkad.c822 time_t *_expiry, in rxkad_decrypt_ticket()
830 time_t issue, now; in rxkad_decrypt_ticket()
1006 time_t expiry; in rxkad_verify_response()
Dar-internal.h544 int rxrpc_get_server_data_key(struct rxrpc_connection *, const void *, time_t,
Dar-key.c964 time_t expiry, in rxrpc_get_server_data_key()
/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_mech_switch.c390 time_t *endtime, in gss_import_sec_context()
Dsvcauth_gss.c193 time_t expiry; in rsi_parse()
415 time_t expiry; in rsc_parse()
1148 time_t expiry; in gss_proxy_save_rsc()
Dgss_krb5_mech.c682 time_t *endtime, in gss_import_sec_context_kerberos()
/linux-4.4.14/tools/testing/selftests/futex/functional/
Dfutex_requeue_pi.c293 time_t secs; in unit_test()
/linux-4.4.14/include/uapi/linux/
Dcoda.h115 time_t tv_sec; /* seconds */
/linux-4.4.14/fs/affs/
Daffs.h141 extern void secs_to_datestamp(time_t secs, struct affs_date *ds);
Damigaffs.c369 secs_to_datestamp(time_t secs, struct affs_date *ds) in secs_to_datestamp()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_fs.h286 time_t tv_sec; /* seconds */
/linux-4.4.14/usr/
Dgen_init_cpio.c25 static time_t default_mtime;
/linux-4.4.14/Documentation/networking/
Ddns_resolver.txt74 const char *options, char **_result, time_t *_expiry);
/linux-4.4.14/drivers/md/
Dmd.h263 time_t ctime, utime;
/linux-4.4.14/tools/testing/selftests/vm/
Duserfaultfd.c118 time_t start; in locking_thread()
/linux-4.4.14/arch/s390/hypfs/
Dinode.c37 time_t last_update; /* last update time in secs since 1970 */
/linux-4.4.14/fs/reiserfs/
Djournal.c2380 time_t start; in journal_read()
2915 time_t now = get_seconds(); in journal_transaction_should_end()
3024 time_t now = get_seconds(); in do_journal_begin_r()
3560 time_t now; in reiserfs_flush_old_commits()
3614 time_t now; in check_journal_end()
Ditem_ops.c36 static char *print_time(time_t t) in print_time()
Dreiserfs.h273 time_t j_timestamp;
333 time_t j_trans_start_time; /* time this transaction started */
/linux-4.4.14/security/tomoyo/
Dutil.c90 void tomoyo_convert_time(time_t time, struct tomoyo_time *stamp) in tomoyo_convert_time()
Dcommon.h1039 void tomoyo_convert_time(time_t time, struct tomoyo_time *stamp);
/linux-4.4.14/drivers/scsi/
Dips.h1057 time_t last_ffdc; /* last time we sent ffdc info*/
Dips.c296 static void ips_fix_ffdc_time(ips_ha_t *, ips_scb_t *, time_t);
5998 ips_fix_ffdc_time(ips_ha_t * ha, ips_scb_t * scb, time_t current_time) in ips_fix_ffdc_time()
/linux-4.4.14/fs/ocfs2/
Dquota_global.c486 time_t olditime, oldbtime; in __ocfs2_sync_dquot()
/linux-4.4.14/arch/alpha/kernel/
Dosf_sys.c1096 time_t sec, usec; in SYSCALL_DEFINE5()
/linux-4.4.14/Documentation/mic/mpssd/
Dmpssd.c1774 time_t t; in mpsslog()
/linux-4.4.14/Documentation/ia64/
Derr_inject.txt753 time_t current_time;
/linux-4.4.14/drivers/net/wireless/
Datmel.c516 time_t last_qual;
/linux-4.4.14/Documentation/security/
Dkeys.txt1157 time_t expiry;
/linux-4.4.14/fs/nfs/
Dnfs4xdr.c4070 time->tv_sec = (time_t)sec; in decode_attr_time()