Home
last modified time | relevance | path

Searched refs:expiry_time (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/include/linux/sunrpc/
Dcache.h50 time_t expiry_time; /* After time time, don't use the data */ member
204 h->expiry_time < cd->nextcheck) in cache_put()
205 cd->nextcheck = h->expiry_time; in cache_put()
211 return (h->expiry_time < seconds_since_boot()) || in cache_is_expired()
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Dtx.h137 __le32 expiry_time; member
Dtx.c170 tx_hdr->expiry_time = cpu_to_le32(1 << 16); in wl1251_tx_fill_hdr()
/linux-4.4.14/fs/nfs/
Ddns_resolve.c177 ttl = item->h.expiry_time - seconds_since_boot(); in nfs_dns_show()
250 key.h.expiry_time = ttl + seconds_since_boot(); in nfs_dns_parse()
297 || (*item)->h.expiry_time < seconds_since_boot() in do_cache_lookup_nowait()
/linux-4.4.14/net/sunrpc/
Dcache.c50 h->expiry_time = now + CACHE_NEW_EXPIRY; in cache_init()
129 head->expiry_time = expiry; in cache_fresh_locked()
160 cache_fresh_locked(old, new->expiry_time, detail); in sunrpc_cache_update()
184 cache_fresh_locked(tmp, new->expiry_time, detail); in sunrpc_cache_update()
263 refresh_age = (h->expiry_time - h->last_refresh); in cache_check()
270 (h->expiry_time != 0 && age > refresh_age/2)) { in cache_check()
439 if (current_detail->nextcheck > ch->expiry_time) in cache_clean()
440 current_detail->nextcheck = ch->expiry_time+1; in cache_clean()
1359 convert_to_wallclock(cp->expiry_time), in c_show()
Dsvcauth_unix.c312 ip.h.expiry_time = expiry; in __ip_map_update()
527 ug.h.expiry_time = expiry; in unix_gid_parse()
/linux-4.4.14/fs/nfsd/
Dnfs4idmap.c234 ent.h.expiry_time = get_expiry(&buf); in idtoname_parse()
235 if (ent.h.expiry_time == 0) in idtoname_parse()
395 ent.h.expiry_time = get_expiry(&buf); in nametoid_parse()
396 if (ent.h.expiry_time == 0) in nametoid_parse()
Dexport.c118 key.h.expiry_time = get_expiry(&mesg); in expkey_parse()
119 if (key.h.expiry_time == 0) in expkey_parse()
553 exp.h.expiry_time = get_expiry(&mesg); in svc_export_parse()
554 if (exp.h.expiry_time == 0) in svc_export_parse()
611 if (exp.h.expiry_time < seconds_since_boot()) in svc_export_parse()
/linux-4.4.14/net/sunrpc/auth_gss/
Dsvcauth_gss.c255 rsii.h.expiry_time = expiry; in rsi_parse()
515 rsci.h.expiry_time = expiry; in rsc_parse()
1197 rsci.h.expiry_time = expiry; in gss_proxy_save_rsc()
1484 rsci->h.expiry_time = get_seconds(); in svcauth_gss_accept()