/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/ide/ |
D | tc86c001.c | 68 ide_expiry_t *expiry = ide_get_hwifdata(hwif); in tc86c001_timer_expiry() local 72 hwif->expiry = expiry; in tc86c001_timer_expiry() 105 if (likely(expiry != NULL)) in tc86c001_timer_expiry() 106 return expiry(drive); in tc86c001_timer_expiry() 128 ide_set_hwifdata(hwif, hwif->expiry); in tc86c001_dma_start() 129 hwif->expiry = &tc86c001_timer_expiry; in tc86c001_dma_start()
|
D | ide-atapi.c | 614 ide_expiry_t *expiry; in ide_transfer_pc() local 638 expiry = ide_cd_expiry; in ide_transfer_pc() 651 expiry = &ide_delayed_transfer_pc; in ide_transfer_pc() 655 expiry = NULL; in ide_transfer_pc() 670 hwif->expiry = expiry; in ide_transfer_pc() 700 ide_expiry_t *expiry = NULL; in ide_issue_pc() local 710 expiry = ide_cd_expiry; in ide_issue_pc() 749 hwif->expiry = expiry; in ide_issue_pc()
|
D | ide-io.c | 639 ide_expiry_t *expiry = hwif->expiry; in ide_timer_expiry() local 644 if (expiry) { in ide_timer_expiry() 645 wait = expiry(drive); in ide_timer_expiry() 656 hwif->expiry = NULL; in ide_timer_expiry() 841 hwif->expiry = NULL; in ide_intr()
|
/kernel/linux/linux-5.10/net/rxrpc/ |
D | key.c | 93 time64_t expiry; in rxrpc_preparse_xdr_rxkad() local 129 token->kad->expiry = ntohl(xdr[5]); in rxrpc_preparse_xdr_rxkad() 136 _debug("EXPY: %x", token->kad->expiry); in rxrpc_preparse_xdr_rxkad() 160 expiry = rxrpc_u32_to_time64(token->kad->expiry); in rxrpc_preparse_xdr_rxkad() 161 if (expiry < prep->expiry) in rxrpc_preparse_xdr_rxkad() 162 prep->expiry = expiry; in rxrpc_preparse_xdr_rxkad() 436 time64_t expiry; in rxrpc_preparse_xdr_rxk5() local 537 expiry = rxrpc_u32_to_time64(token->k5->endtime); in rxrpc_preparse_xdr_rxk5() 538 if (expiry < prep->expiry) in rxrpc_preparse_xdr_rxk5() 539 prep->expiry = expiry; in rxrpc_preparse_xdr_rxk5() [all …]
|
D | call_event.c | 50 unsigned long expiry = rxrpc_soft_ack_delay; in __rxrpc_propose_ACK() local 83 if (rxrpc_requested_ack_delay < expiry) in __rxrpc_propose_ACK() 84 expiry = rxrpc_requested_ack_delay; in __rxrpc_propose_ACK() 90 if (rxrpc_soft_ack_delay < expiry) in __rxrpc_propose_ACK() 91 expiry = rxrpc_soft_ack_delay; in __rxrpc_propose_ACK() 95 if (rxrpc_idle_ack_delay < expiry) in __rxrpc_propose_ACK() 96 expiry = rxrpc_idle_ack_delay; in __rxrpc_propose_ACK() 106 } else if (immediate || expiry == 0) { in __rxrpc_propose_ACK() 117 ack_at = expiry; in __rxrpc_propose_ACK()
|
D | conn_client.c | 997 unsigned long expiry, conn_expires_at, now; in rxrpc_discard_expired_client_conns() local 1033 expiry = rxrpc_conn_idle_client_expiry; in rxrpc_discard_expired_client_conns() 1035 expiry = rxrpc_conn_idle_client_fast_expiry; in rxrpc_discard_expired_client_conns() 1037 expiry = rxrpc_closed_conn_expiry * HZ; in rxrpc_discard_expired_client_conns() 1039 conn_expires_at = conn->idle_timestamp + expiry; in rxrpc_discard_expired_client_conns()
|
/kernel/linux/linux-5.10/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() 512 prep.expiry = TIME64_MAX; in key_instantiate_and_link() 608 key->expiry = ktime_get_real_seconds() + timeout; in key_reject_and_link() 609 key_schedule_gc(key->expiry + key_gc_delay); in key_reject_and_link() 724 time64_t expiry = 0; in key_set_timeout() local 730 expiry = ktime_get_real_seconds() + timeout; in key_set_timeout() 732 key->expiry = expiry; in key_set_timeout() 733 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()
|
/kernel/linux/linux-5.10/drivers/scsi/device_handler/ |
D | scsi_dh_alua.c | 75 unsigned long expiry; member 518 if (!pg->expiry) { in alua_rtpg() 524 pg->expiry = round_jiffies_up(jiffies + transition_tmo); in alua_rtpg() 593 pg->expiry != 0 && time_before(jiffies, pg->expiry)) { in alua_rtpg() 604 pg->expiry = 0; in alua_rtpg() 619 pg->expiry = 0; in alua_rtpg() 635 pg->expiry = jiffies + pg->transition_tmo * HZ; in alua_rtpg() 697 if (time_before(jiffies, pg->expiry)) { in alua_rtpg() 707 pg->expiry = 0; in alua_rtpg() 724 pg->expiry = 0; in alua_rtpg() [all …]
|
/kernel/linux/linux-5.10/net/sunrpc/ |
D | svcauth_unix.c | 174 …map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, time64_t expiry); 195 time64_t expiry; in ip_map_parse() local 227 expiry = get_expiry(&mesg); in ip_map_parse() 228 if (expiry ==0) in ip_map_parse() 247 expiry); in ip_map_parse() 316 struct unix_domain *udom, time64_t expiry) in __ip_map_update() argument 325 ip.h.expiry_time = expiry; in __ip_map_update() 495 time64_t expiry; in unix_gid_parse() local 508 expiry = get_expiry(&mesg); in unix_gid_parse() 509 if (expiry == 0) in unix_gid_parse() [all …]
|
/kernel/linux/linux-5.10/include/keys/ |
D | rxrpc-type.h | 26 u32 expiry; /* time at which ticket expires */ member 100 u32 expiry; /* time_t */ member
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | rpcgss.h | 569 unsigned long expiry, 576 TP_ARGS(window_size, expiry, now, timeout, len, data), 579 __field(unsigned long, expiry) 588 __entry->expiry = expiry; 597 __entry->window_size, __entry->expiry, __entry->now,
|
/kernel/linux/linux-5.10/fs/afs/ |
D | cell.c | 397 time64_t now, expiry = 0; in afs_update_cell() local 402 vllist = afs_dns_query(cell, &expiry); in afs_update_cell() 436 if (expiry < now + min_ttl) in afs_update_cell() 437 expiry = now + min_ttl; in afs_update_cell() 438 else if (expiry > now + max_ttl) in afs_update_cell() 439 expiry = now + max_ttl; in afs_update_cell() 448 cell->dns_expiry = expiry; in afs_update_cell() 460 cell->dns_expiry = expiry; in afs_update_cell()
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 207 time64_t expiry; in rsi_parse() local 234 expiry = get_expiry(&mesg); in rsi_parse() 236 if (expiry == 0) in rsi_parse() 269 rsii.h.expiry_time = expiry; in rsi_parse() 446 time64_t expiry; in rsc_parse() local 460 expiry = get_expiry(&mesg); in rsc_parse() 462 if (expiry == 0) in rsc_parse() 547 rsci.h.expiry_time = expiry; in rsc_parse() 1277 time64_t expiry; in gss_proxy_save_rsc() local 1321 &expiry, GFP_KERNEL); in gss_proxy_save_rsc() [all …]
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/watchdog/ |
D | nuvoton,npcm-wdt.txt | 5 expiry.
|
/kernel/liteos_m/kal/posix/src/ |
D | time.c | 180 UINT32 interval, expiry, ret; in timer_settime() local 198 expiry = OsTimeSpec2Tick(&value->it_value); in timer_settime() 202 if (interval && interval != expiry) { in timer_settime() 220 swtmr->uwInterval = (interval ? interval : expiry); in timer_settime()
|
/kernel/linux/linux-5.10/net/dns_resolver/ |
D | dns_query.c | 160 *_expiry = rkey->expiry; in dns_query()
|
/kernel/linux/linux-5.10/include/linux/ |
D | key-type.h | 37 time64_t expiry; /* Expiry time of key */ member
|