Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/sunrpc/
Dcache.h49 time64_t expiry_time; /* After time expiry_time, don't use member
207 h->expiry_time < cd->nextcheck) in cache_put()
208 cd->nextcheck = h->expiry_time; in cache_put()
214 if (h->expiry_time < seconds_since_boot()) in cache_is_expired()
/linux-5.19.10/drivers/net/ethernet/cavium/liquidio/
Dresponse_manager.c116 } else if (unlikely(force_quit) || (sc->expiry_time && in lio_process_ordered_list()
117 time_after(jiffies, (unsigned long)sc->expiry_time))) { in lio_process_ordered_list()
128 (long)jiffies, (long)sc->expiry_time); in lio_process_ordered_list()
Docteon_nic.c78 sc->expiry_time = jiffies + msecs_to_jiffies(LIO_SC_MAX_TMO_MS); in octeon_alloc_soft_command_resp()
Docteon_iq.h295 size_t expiry_time; member
Drequest_manager.c733 sc->expiry_time = jiffies + msecs_to_jiffies(LIO_SC_MAX_TMO_MS); in octeon_send_soft_command()
/linux-5.19.10/fs/nfs/
Ddns_resolve.c188 ttl = item->h.expiry_time - seconds_since_boot(); in nfs_dns_show()
261 key.h.expiry_time = ttl + seconds_since_boot(); in nfs_dns_parse()
308 || (*item)->h.expiry_time < seconds_since_boot() in do_cache_lookup_nowait()
/linux-5.19.10/drivers/net/wireless/ti/wl1251/
Dtx.h123 __le32 expiry_time; member
Dtx.c155 tx_hdr->expiry_time = cpu_to_le32(1 << 16); in wl1251_tx_fill_hdr()
/linux-5.19.10/net/sunrpc/
Dcache.c51 h->expiry_time = now + CACHE_NEW_EXPIRY; in cache_init()
168 head->expiry_time = expiry; in cache_fresh_locked()
215 cache_fresh_locked(old, new->expiry_time, detail); in sunrpc_cache_update()
236 cache_fresh_locked(tmp, new->expiry_time, detail); in sunrpc_cache_update()
308 refresh_age = (h->expiry_time - h->last_refresh); in cache_check()
315 (h->expiry_time != 0 && age > refresh_age/2)) { in cache_check()
474 if (current_detail->nextcheck > ch->expiry_time) in cache_clean()
475 current_detail->nextcheck = ch->expiry_time+1; in cache_clean()
1432 convert_to_wallclock(cp->expiry_time), in c_show()
Dsvcauth_unix.c317 ip.h.expiry_time = expiry; in __ip_map_update()
530 ug.h.expiry_time = expiry; in unix_gid_parse()
/linux-5.19.10/fs/nfsd/
Dnfs4idmap.c242 ent.h.expiry_time = get_expiry(&buf); in idtoname_parse()
243 if (ent.h.expiry_time == 0) in idtoname_parse()
410 ent.h.expiry_time = get_expiry(&buf); in nametoid_parse()
411 if (ent.h.expiry_time == 0) in nametoid_parse()
Dexport.c126 key.h.expiry_time = get_expiry(&mesg); in expkey_parse()
127 if (key.h.expiry_time == 0) in expkey_parse()
614 exp.h.expiry_time = get_expiry(&mesg); in svc_export_parse()
615 if (exp.h.expiry_time == 0) in svc_export_parse()
671 if (exp.h.expiry_time < seconds_since_boot()) in svc_export_parse()
/linux-5.19.10/net/sunrpc/auth_gss/
Dsvcauth_gss.c271 rsii.h.expiry_time = expiry; in rsi_parse()
549 rsci.h.expiry_time = expiry; in rsc_parse()
1335 rsci.h.expiry_time = expiry; in gss_proxy_save_rsc()