Searched refs:expiry_time (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/include/linux/sunrpc/ |
D | cache.h | 49 time64_t expiry_time; /* After time expiry_time, don't use member 211 h->expiry_time < cd->nextcheck) in cache_put() 212 cd->nextcheck = h->expiry_time; in cache_put() 218 if (h->expiry_time < seconds_since_boot()) in cache_is_expired()
|
/linux-6.12.1/drivers/net/ethernet/cavium/liquidio/ |
D | response_manager.c | 118 } else if (unlikely(force_quit) || (sc->expiry_time && in lio_process_ordered_list() 119 time_after(jiffies, (unsigned long)sc->expiry_time))) { in lio_process_ordered_list() 130 (long)jiffies, (long)sc->expiry_time); in lio_process_ordered_list()
|
D | octeon_iq.h | 295 size_t expiry_time; member
|
D | octeon_nic.c | 78 sc->expiry_time = jiffies + msecs_to_jiffies(LIO_SC_MAX_TMO_MS); in octeon_alloc_soft_command_resp()
|
D | request_manager.c | 731 sc->expiry_time = jiffies + msecs_to_jiffies(LIO_SC_MAX_TMO_MS); in octeon_send_soft_command()
|
/linux-6.12.1/fs/nfs/ |
D | dns_resolve.c | 187 ttl = item->h.expiry_time - seconds_since_boot(); in nfs_dns_show() 260 key.h.expiry_time = ttl + seconds_since_boot(); in nfs_dns_parse() 307 || (*item)->h.expiry_time < seconds_since_boot() in do_cache_lookup_nowait()
|
/linux-6.12.1/drivers/net/wireless/ti/wl1251/ |
D | tx.h | 123 __le32 expiry_time; member
|
D | tx.c | 155 tx_hdr->expiry_time = cpu_to_le32(1 << 16); in wl1251_tx_fill_hdr()
|
/linux-6.12.1/net/sunrpc/ |
D | cache.c | 51 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() 1428 convert_to_wallclock(cp->expiry_time), in c_show()
|
D | svcauth_unix.c | 318 ip.h.expiry_time = expiry; in __ip_map_update() 540 ug.h.expiry_time = expiry; in unix_gid_parse()
|
/linux-6.12.1/fs/nfsd/ |
D | nfs4idmap.c | 243 error = get_expiry(&buf, &ent.h.expiry_time); in idtoname_parse() 411 error = get_expiry(&buf, &ent.h.expiry_time); in nametoid_parse()
|
D | export.c | 126 err = get_expiry(&mesg, &key.h.expiry_time); in expkey_parse() 642 err = get_expiry(&mesg, &exp.h.expiry_time); in svc_export_parse() 702 if (exp.h.expiry_time < seconds_since_boot()) in svc_export_parse()
|
/linux-6.12.1/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 295 rsii.h.expiry_time = expiry; in rsi_parse() 573 rsci.h.expiry_time = expiry; in rsc_parse() 1278 rsci.h.expiry_time = expiry; in gss_proxy_save_rsc()
|