/Linux-v6.6/block/ |
D | blk-timeout.c | 131 unsigned long expiry; in blk_add_timer() local 142 expiry = jiffies + req->timeout; in blk_add_timer() 143 WRITE_ONCE(req->deadline, expiry); in blk_add_timer() 150 expiry = blk_rq_timeout(blk_round_jiffies(expiry)); in blk_add_timer() 153 time_before(expiry, q->timeout.expires)) { in blk_add_timer() 154 unsigned long diff = q->timeout.expires - expiry; in blk_add_timer() 164 mod_timer(&q->timeout, expiry); in blk_add_timer()
|
/Linux-v6.6/net/rxrpc/ |
D | key.c | 57 time64_t expiry; in rxrpc_preparse_xdr_rxkad() local 93 token->kad->expiry = ntohl(xdr[5]); in rxrpc_preparse_xdr_rxkad() 100 _debug("EXPY: %x", token->kad->expiry); in rxrpc_preparse_xdr_rxkad() 124 expiry = rxrpc_u32_to_time64(token->kad->expiry); in rxrpc_preparse_xdr_rxkad() 125 if (expiry < prep->expiry) in rxrpc_preparse_xdr_rxkad() 126 prep->expiry = expiry; in rxrpc_preparse_xdr_rxkad() 281 time64_t expiry; in rxrpc_preparse() local 324 _debug("EXPY: %x", v1->expiry); in rxrpc_preparse() 355 token->kad->expiry = v1->expiry; in rxrpc_preparse() 368 expiry = rxrpc_u32_to_time64(token->kad->expiry); in rxrpc_preparse() [all …]
|
D | call_event.c | 43 unsigned long expiry = rxrpc_soft_ack_delay; in rxrpc_propose_delay_ACK() local 48 if (rxrpc_soft_ack_delay < expiry) in rxrpc_propose_delay_ACK() 49 expiry = rxrpc_soft_ack_delay; in rxrpc_propose_delay_ACK() 53 ack_at = expiry; in rxrpc_propose_delay_ACK()
|
D | conn_client.c | 732 unsigned long expiry, conn_expires_at, now; in rxrpc_discard_expired_client_conns() local 754 expiry = rxrpc_conn_idle_client_expiry; in rxrpc_discard_expired_client_conns() 756 expiry = rxrpc_conn_idle_client_fast_expiry; in rxrpc_discard_expired_client_conns() 758 expiry = rxrpc_closed_conn_expiry * HZ; in rxrpc_discard_expired_client_conns() 760 conn_expires_at = conn->idle_timestamp + expiry; in rxrpc_discard_expired_client_conns()
|
/Linux-v6.6/fs/smb/client/ |
D | dns_resolve.c | 32 dns_resolve_server_name_to_ip(const char *unc, struct sockaddr *ip_addr, time64_t *expiry) in dns_resolve_server_name_to_ip() argument 69 NULL, &ip, expiry, false); in dns_resolve_server_name_to_ip() 76 expiry ? (*expiry) : 0); in dns_resolve_server_name_to_ip()
|
D | dns_resolve.h | 17 int dns_resolve_server_name_to_ip(const char *unc, struct sockaddr *ip_addr, time64_t *expiry);
|
/Linux-v6.6/security/keys/ |
D | permission.c | 105 time64_t expiry = READ_ONCE(key->expiry); in key_validate() local 116 if (expiry) { in key_validate() 117 if (ktime_get_real_seconds() >= expiry) in key_validate()
|
D | proc.c | 159 time64_t now, expiry; in proc_keys_show() local 200 expiry = READ_ONCE(key->expiry); in proc_keys_show() 201 if (expiry == 0) { in proc_keys_show() 203 } else if (now >= expiry) { in proc_keys_show() 206 timo = expiry - now; in proc_keys_show()
|
D | key.c | 466 if (prep->expiry != TIME64_MAX) { in __key_instantiate_and_link() 467 key->expiry = prep->expiry; in __key_instantiate_and_link() 468 key_schedule_gc(prep->expiry + key_gc_delay); in __key_instantiate_and_link() 513 prep.expiry = TIME64_MAX; in key_instantiate_and_link() 609 key->expiry = ktime_get_real_seconds() + timeout; in key_reject_and_link() 610 key_schedule_gc(key->expiry + key_gc_delay); in key_reject_and_link() 725 time64_t expiry = 0; in key_set_timeout() local 731 expiry = ktime_get_real_seconds() + timeout; in key_set_timeout() 733 key->expiry = expiry; in key_set_timeout() 734 key_schedule_gc(key->expiry + key_gc_delay); in key_set_timeout() [all …]
|
D | gc.c | 237 if (key->expiry > limit && key->expiry < new_timer) { in key_garbage_collector() 239 key_serial(key), key->expiry - limit); in key_garbage_collector() 240 new_timer = key->expiry; in key_garbage_collector()
|
D | user_defined.c | 112 key->expiry = prep->expiry; in user_update()
|
/Linux-v6.6/include/keys/ |
D | rxrpc-type.h | 26 u32 expiry; /* time at which ticket expires */ member 52 u32 expiry; /* time_t */ member
|
/Linux-v6.6/drivers/net/ethernet/sfc/ |
D | ptp.c | 161 unsigned long expiry; member 178 unsigned long expiry; member 215 unsigned long expiry; member 1182 } else if (time_after(jiffies, match->expiry)) { in efx_ptp_process_events() 1248 unsigned long expiry) in efx_ptp_insert_filter() argument 1256 rxfilter->expiry = expiry; in efx_ptp_insert_filter() 1272 rxfilter->expiry = expiry; in efx_ptp_insert_filter() 1288 unsigned long expiry) in efx_ptp_insert_ipv4_filter() argument 1294 return efx_ptp_insert_filter(efx, filter_list, &spec, expiry); in efx_ptp_insert_ipv4_filter() 1300 unsigned long expiry) in efx_ptp_insert_ipv6_filter() argument [all …]
|
/Linux-v6.6/drivers/scsi/device_handler/ |
D | scsi_dh_alua.c | 75 unsigned long expiry; member 541 if (!pg->expiry) { in alua_rtpg() 547 pg->expiry = round_jiffies_up(jiffies + transition_tmo); in alua_rtpg() 618 pg->expiry != 0 && time_before(jiffies, pg->expiry)) { in alua_rtpg() 629 pg->expiry = 0; in alua_rtpg() 644 pg->expiry = 0; in alua_rtpg() 660 pg->expiry = jiffies + pg->transition_tmo * HZ; in alua_rtpg() 724 if (time_before(jiffies, pg->expiry)) { in alua_rtpg() 734 pg->expiry = 0; in alua_rtpg() 751 pg->expiry = 0; in alua_rtpg() [all …]
|
/Linux-v6.6/Documentation/filesystems/ |
D | automount-support.rst | 57 vfsmount thereon for potential expiry on the next call. 59 If a vfsmount was already flagged for expiry, and if its usage count is 1 82 As an alternative, it is possible for userspace to request expiry of any 91 If the mountpoint was not already marked for expiry at that time, an EAGAIN
|
D | autofs.rst | 129 expiry (automatic unmounting of the mounted filesystem) to 162 - -EINTR if a signal arrived while waiting for expiry to 183 reason that it might not be is if an expiry of the mount is 197 autofs will return `-ECHILD` if an expiry of the filesystem has been 201 Mountpoint expiry 211 over expiry. 213 The VFS also supports "expiry" of mounts using the MNT_EXPIRE flag to 234 unmounted. So it is generally safest to use the autofs expiry 279 There are two ways to ask autofs to consider expiry. The first is to 292 will block until the daemon acknowledges the expiry notification. [all …]
|
/Linux-v6.6/fs/afs/ |
D | cell.c | 399 time64_t now, expiry = 0; in afs_update_cell() local 404 vllist = afs_dns_query(cell, &expiry); in afs_update_cell() 438 if (expiry < now + min_ttl) in afs_update_cell() 439 expiry = now + min_ttl; in afs_update_cell() 440 else if (expiry > now + max_ttl) in afs_update_cell() 441 expiry = now + max_ttl; in afs_update_cell() 450 cell->dns_expiry = expiry; in afs_update_cell() 462 cell->dns_expiry = expiry; in afs_update_cell()
|
/Linux-v6.6/include/trace/events/ |
D | rpcgss.h | 597 unsigned long expiry, 604 TP_ARGS(window_size, expiry, now, timeout, len, data), 607 __field(unsigned long, expiry) 616 __entry->expiry = expiry; 625 __entry->window_size, __entry->expiry, __entry->now,
|
/Linux-v6.6/net/sunrpc/ |
D | svcauth_unix.c | 176 …map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, time64_t expiry); 197 time64_t expiry; in ip_map_parse() local 229 err = get_expiry(&mesg, &expiry); in ip_map_parse() 249 expiry); in ip_map_parse() 309 struct unix_domain *udom, time64_t expiry) in __ip_map_update() argument 318 ip.h.expiry_time = expiry; in __ip_map_update() 497 time64_t expiry; in unix_gid_parse() local 510 err = get_expiry(&mesg, &expiry); in unix_gid_parse() 540 ug.h.expiry_time = expiry; in unix_gid_parse()
|
/Linux-v6.6/Documentation/networking/ |
D | xfrm_sync.rst | 70 XFRM_AE_ETHR=8, /* expiry timer threshold */ 72 XFRM_AE_CE=32, /* Event cause is timer expiry */ 104 d) expiry timer (XFRMA_ETIMER_THRESH) 185 The first packet arrival after a timer expiry will trigger a timeout
|
/Linux-v6.6/net/mctp/ |
D | af_mctp.c | 513 if (!time_after_eq(key->expiry, jiffies)) { in mctp_sk_expire_keys() 520 if (time_before(key->expiry, next_expiry)) in mctp_sk_expire_keys() 521 next_expiry = key->expiry; in mctp_sk_expire_keys() 523 next_expiry = key->expiry; in mctp_sk_expire_keys()
|
/Linux-v6.6/Documentation/devicetree/bindings/watchdog/ |
D | nuvoton,npcm-wdt.txt | 5 expiry.
|
/Linux-v6.6/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 233 time64_t expiry; in rsi_parse() local 260 status = get_expiry(&mesg, &expiry); in rsi_parse() 295 rsii.h.expiry_time = expiry; in rsi_parse() 472 time64_t expiry; in rsc_parse() local 486 status = get_expiry(&mesg, &expiry); in rsc_parse() 573 rsci.h.expiry_time = expiry; in rsc_parse() 1242 time64_t expiry; in gss_proxy_save_rsc() local 1286 &expiry, GFP_KERNEL); in gss_proxy_save_rsc() 1291 expiry -= boot.tv_sec; in gss_proxy_save_rsc() 1294 rsci.h.expiry_time = expiry; in gss_proxy_save_rsc()
|
/Linux-v6.6/net/dns_resolver/ |
D | dns_query.c | 160 *_expiry = rkey->expiry; in dns_query()
|
/Linux-v6.6/include/linux/ |
D | key-type.h | 38 time64_t expiry; /* Expiry time of key */ member
|