Searched refs:get_seconds (Results 1 - 25 of 92) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dsysfs.c83 rdev->suspend_at = get_seconds();
101 cfg80211_bss_age(rdev, get_seconds() - rdev->suspend_at);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/apei/
H A Dcper.c43 atomic64_set(&seq, ((u64)get_seconds()) << 32);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dxfrm6_mode_ro.c57 x->lastused = get_seconds();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dgss_krb5_seal.c136 now = get_seconds();
200 now = get_seconds();
H A Dgss_krb5_unseal.c126 now = get_seconds();
195 now = get_seconds();
H A Dgss_krb5_wrap.c159 now = get_seconds();
338 now = get_seconds();
430 now = get_seconds();
507 now = get_seconds();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Ddns_resolve.c170 ttl = (long)item->h.expiry_time - (long)get_seconds();
242 key.h.expiry_time = ttl + get_seconds();
304 || (*item)->h.expiry_time < get_seconds()
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/time/
H A Dntp.c145 secs = get_seconds() - time_reftime;
149 time_reftime = get_seconds();
371 time_reftime = get_seconds();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dinode.c179 inode->i_ctime.tv_sec = get_seconds();
245 vnode->cb_expires = get_seconds();
250 vnode->cb_expires = vnode->cb_expiry + get_seconds();
323 if (vnode->cb_expires < get_seconds() + 10) {
H A Dserver.c240 server->time_of_death = get_seconds();
277 now = get_seconds();
H A Dvlocation.c343 vl->update_at = get_seconds() + afs_vlocation_update_timeout;
509 vl->time_of_death = get_seconds();
550 now = get_seconds();
639 now = get_seconds();
695 vl->update_at = get_seconds() + afs_vlocation_update_timeout;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-transport.c187 trans->put_time = get_seconds();
224 now = get_seconds();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtime.h125 unsigned long get_seconds(void);
132 #define CURRENT_TIME_SEC ((struct timespec) { get_seconds(), 0 })
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Ddir.c250 uint32_t now = get_seconds();
282 now = get_seconds();
419 rd->mctime = cpu_to_je32(get_seconds());
563 rd->mctime = cpu_to_je32(get_seconds());
609 uint32_t now = get_seconds();
736 rd->mctime = cpu_to_je32(get_seconds());
812 now = get_seconds();
H A Dfile.c170 ri.atime = ri.ctime = ri.mtime = cpu_to_je32(get_seconds());
275 ri->atime = ri->ctime = ri->mtime = cpu_to_je32(get_seconds());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-test.c33 rtc_time_to_tm(get_seconds(), tm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dshrinker.c74 int time = get_seconds();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A Dtoneport.c203 ticks = (int)get_seconds();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_minisocks.c148 tcptw->tw_ts_recent_stamp = get_seconds();
207 tcptw->tw_ts_recent_stamp = get_seconds();
492 newtp->rx_opt.ts_recent_stamp = get_seconds();
540 tmp_opt.ts_recent_stamp = get_seconds() - ((TCP_TIMEOUT_INIT/HZ)<<req->retrans);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dtsacct.c44 stats->ac_btime = get_seconds() - ts.tv_sec;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dcache.c45 time_t now = get_seconds();
55 return (h->expiry_time < get_seconds()) ||
130 head->last_refresh = get_seconds();
241 age = get_seconds() - h->last_refresh;
256 cache_fresh_locked(h, get_seconds()+CACHE_NEW_EXPIRY);
391 if (current_detail->nextcheck > get_seconds())
395 current_detail->nextcheck = get_seconds()+30*60;
480 detail->nextcheck = get_seconds();
905 cd->last_close = get_seconds();
1037 detail->last_close < get_seconds()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hpfs/
H A Dnamei.c42 dee.creation_date = dee.write_date = dee.read_date = gmt_to_local(dir->i_sb, get_seconds());
84 de->creation_date = de->write_date = de->read_date = gmt_to_local(dir->i_sb, get_seconds());
145 dee.creation_date = dee.write_date = dee.read_date = gmt_to_local(dir->i_sb, get_seconds());
237 dee.creation_date = dee.write_date = dee.read_date = gmt_to_local(dir->i_sb, get_seconds());
315 dee.creation_date = dee.write_date = dee.read_date = gmt_to_local(dir->i_sb, get_seconds());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dmsg.c212 msq->q_ctime = get_seconds();
449 msq->q_ctime = get_seconds();
623 msq->q_rtime = get_seconds();
704 msq->q_stime = get_seconds();
813 msq->q_rtime = get_seconds();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dauth_x.c211 new_expires = get_seconds() + validity.tv_sec;
384 if (get_seconds() >= th->renew_after)
386 if (get_seconds() >= th->expires)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/hypfs/
H A Dinode.c56 sb_info->last_update = get_seconds();
196 if (fs_info->last_update == get_seconds()) {

Completed in 156 milliseconds

1234