/linux-4.1.27/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 | 587 ide_expiry_t *expiry; in ide_transfer_pc() local 611 expiry = ide_cd_expiry; in ide_transfer_pc() 624 expiry = &ide_delayed_transfer_pc; in ide_transfer_pc() 628 expiry = NULL; in ide_transfer_pc() 643 hwif->expiry = expiry; in ide_transfer_pc() 673 ide_expiry_t *expiry = NULL; in ide_issue_pc() local 683 expiry = ide_cd_expiry; in ide_issue_pc() 722 hwif->expiry = expiry; in ide_issue_pc()
|
D | ide-io.c | 635 ide_expiry_t *expiry = hwif->expiry; in ide_timer_expiry() local 640 if (expiry) { in ide_timer_expiry() 641 wait = expiry(drive); in ide_timer_expiry() 652 hwif->expiry = NULL; in ide_timer_expiry() 837 hwif->expiry = NULL; in ide_intr()
|
D | ide-dma-sff.c | 248 hwif->expiry = NULL; /* one free ride for now */ in ide_dma_sff_timer_expiry()
|
D | ide-cd.c | 526 ide_expiry_t *expiry = NULL; in cdrom_newpc_intr() local 658 expiry = ide_cd_expiry; in cdrom_newpc_intr() 661 hwif->expiry = expiry; in cdrom_newpc_intr()
|
D | ide-taskfile.c | 139 hwif->expiry = dma_ops->dma_timer_expiry; in do_rw_taskfile()
|
/linux-4.1.27/block/ |
D | blk-timeout.c | 191 unsigned long expiry; in blk_add_timer() local 218 expiry = blk_rq_timeout(round_jiffies_up(req->deadline)); in blk_add_timer() 221 time_before(expiry, q->timeout.expires)) { in blk_add_timer() 222 unsigned long diff = q->timeout.expires - expiry; in blk_add_timer() 232 mod_timer(&q->timeout, expiry); in blk_add_timer()
|
D | Kconfig.iosched | 22 in case of expiry.
|
/linux-4.1.27/net/rxrpc/ |
D | ar-key.c | 128 token->kad->expiry = ntohl(xdr[5]); in rxrpc_preparse_xdr_rxkad() 135 _debug("EXPY: %x", token->kad->expiry); in rxrpc_preparse_xdr_rxkad() 159 if (token->kad->expiry < prep->expiry) in rxrpc_preparse_xdr_rxkad() 160 prep->expiry = token->kad->expiry; in rxrpc_preparse_xdr_rxkad() 530 if (token->kad->expiry < prep->expiry) in rxrpc_preparse_xdr_rxk5() 531 prep->expiry = token->kad->expiry; in rxrpc_preparse_xdr_rxk5() 730 _debug("EXPY: %x", v1->expiry); in rxrpc_preparse() 761 token->kad->expiry = v1->expiry; in rxrpc_preparse() 774 if (token->kad->expiry < prep->expiry) in rxrpc_preparse() 775 prep->expiry = token->kad->expiry; in rxrpc_preparse() [all …]
|
D | ar-ack.c | 96 unsigned long expiry; in __rxrpc_propose_ACK() local 127 expiry = rxrpc_soft_ack_delay; in __rxrpc_propose_ACK() 133 expiry = rxrpc_idle_ack_delay; in __rxrpc_propose_ACK() 139 expiry = rxrpc_requested_ack_delay; in __rxrpc_propose_ACK() 140 if (!expiry) in __rxrpc_propose_ACK() 153 expiry += jiffies; in __rxrpc_propose_ACK() 155 time_after(call->ack_timer.expires, expiry)) in __rxrpc_propose_ACK() 156 mod_timer(&call->ack_timer, expiry); in __rxrpc_propose_ACK()
|
D | rxkad.c | 1006 time_t expiry; in rxkad_verify_response() local 1049 &expiry, &abort_code); in rxkad_verify_response() 1092 ret = rxrpc_get_server_data_key(conn, &session_key, expiry, kvno); in rxkad_verify_response()
|
/linux-4.1.27/security/keys/ |
D | key.c | 439 if (prep->expiry != TIME_T_MAX) { in __key_instantiate_and_link() 440 key->expiry = prep->expiry; in __key_instantiate_and_link() 441 key_schedule_gc(prep->expiry + key_gc_delay); in __key_instantiate_and_link() 485 prep.expiry = TIME_T_MAX; in key_instantiate_and_link() 562 key->expiry = now.tv_sec + timeout; in key_reject_and_link() 563 key_schedule_gc(key->expiry + key_gc_delay); in key_reject_and_link() 682 time_t expiry = 0; in key_set_timeout() local 689 expiry = now.tv_sec + timeout; in key_set_timeout() 692 key->expiry = expiry; in key_set_timeout() 693 key_schedule_gc(key->expiry + key_gc_delay); in key_set_timeout() [all …]
|
D | permission.c | 102 if (key->expiry) { in key_validate() 104 if (now.tv_sec >= key->expiry) in key_validate()
|
D | gc.c | 236 if (key->expiry > limit && key->expiry < new_timer) { in key_garbage_collector() 238 key_serial(key), key->expiry - limit); in key_garbage_collector() 239 new_timer = key->expiry; in key_garbage_collector()
|
D | proc.c | 224 if (key->expiry == 0) { in proc_keys_show() 226 } else if (now.tv_sec >= key->expiry) { in proc_keys_show() 229 timo = key->expiry - now.tv_sec; in proc_keys_show()
|
D | internal.h | 212 (key->expiry > 0 && key->expiry <= limit); in key_is_dead()
|
D | user_defined.c | 128 key->expiry = 0; in user_update()
|
D | keyring.c | 548 if (key->expiry && ctx->now.tv_sec >= key->expiry) { in keyring_search_iterator()
|
/linux-4.1.27/net/sunrpc/ |
D | svcauth_unix.c | 161 …p_map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, time_t expiry); 182 time_t expiry; in ip_map_parse() local 214 expiry = get_expiry(&mesg); in ip_map_parse() 215 if (expiry ==0) in ip_map_parse() 234 expiry); in ip_map_parse() 303 struct unix_domain *udom, time_t expiry) in __ip_map_update() argument 312 ip.h.expiry_time = expiry; in __ip_map_update() 323 struct unix_domain *udom, time_t expiry) in ip_map_update() argument 328 return __ip_map_update(sn->ip_map_cache, ipm, udom, expiry); in ip_map_update() 485 time_t expiry; in unix_gid_parse() local [all …]
|
D | cache.c | 122 static void cache_fresh_locked(struct cache_head *head, time_t expiry) in cache_fresh_locked() argument 124 head->expiry_time = expiry; in cache_fresh_locked()
|
/linux-4.1.27/include/keys/ |
D | rxrpc-type.h | 30 u32 expiry; /* time at which ticket expires */ member 104 u32 expiry; /* time_t */ member
|
/linux-4.1.27/fs/afs/ |
D | server.c | 274 unsigned long delay, expiry; in afs_reap_server() local 285 expiry = server->time_of_death + afs_server_timeout; in afs_reap_server() 286 if (expiry > now) { in afs_reap_server() 287 delay = (expiry - now) * HZ; in afs_reap_server()
|
D | vlocation.c | 545 unsigned long delay, expiry; in afs_vlocation_reaper() local 560 expiry = vl->time_of_death + afs_vlocation_timeout; in afs_vlocation_reaper() 561 if (expiry > now) { in afs_vlocation_reaper() 562 delay = (expiry - now) * HZ; in afs_vlocation_reaper()
|
D | afs.h | 69 unsigned expiry; /* time at which expires */ member
|
D | callback.c | 208 callbacks->expiry, in afs_break_callbacks() 232 cb->expiry = vnode->cb_expiry; in afs_do_give_up_callback()
|
D | inode.c | 250 vnode->cb_expiry = cb->expiry; in afs_iget()
|
D | cmservice.c | 272 cb->expiry = ntohl(*bp++); in afs_deliver_cb_callback()
|
D | fsclient.c | 152 cb->expiry = ntohl(*bp++); in xdr_decode_AFSCallBack_raw() 603 *tp++ = htonl(cb->expiry); in afs_fs_give_up_callbacks()
|
/linux-4.1.27/Documentation/filesystems/ |
D | automount-support.txt | 76 vfsmount thereon for potential expiry on the next call. 78 If a vfsmount was already flagged for expiry, and if its usage count is 1 102 As an alternative, it is possible for userspace to request expiry of any 111 If the mountpoint was not already marked for expiry at that time, an EAGAIN
|
/linux-4.1.27/drivers/scsi/device_handler/ |
D | scsi_dh_alua.c | 544 unsigned long expiry, interval = 0; in alua_rtpg() local 549 expiry = round_jiffies_up(jiffies + ALUA_FAILOVER_TIMEOUT * HZ); in alua_rtpg() 551 expiry = round_jiffies_up(jiffies + h->transition_tmo * HZ); in alua_rtpg() 578 if (err == ADD_TO_MLQUEUE && time_before(jiffies, expiry)) in alua_rtpg() 613 expiry = jiffies + h->transition_tmo * HZ; in alua_rtpg() 648 if (time_before(jiffies, expiry)) { in alua_rtpg()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_capa.h | 269 unsigned long expiry = cfs_time_sub((unsigned long)ocapa->c_capa.lc_expiry, in set_capa_expiry() local 272 cfs_time_seconds(expiry)); in set_capa_expiry()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | llite_capa.c | 73 static inline void update_capa_timer(struct obd_capa *ocapa, unsigned long expiry) in update_capa_timer() argument 75 if (time_before(expiry, ll_capa_timer.expires) || in update_capa_timer() 77 mod_timer(&ll_capa_timer, expiry); in update_capa_timer() 79 "ll_capa_timer update: %lu/%lu by", expiry, jiffies); in update_capa_timer()
|
/linux-4.1.27/Documentation/networking/ |
D | xfrm_sync.txt | 63 XFRM_AE_ETHR=8, /* expiry timer threshold */ 65 XFRM_AE_CE=32, /* Event cause is timer expiry */ 94 d) expiry timer (XFRMA_ETIMER_THRESH) 165 The first packet arrival after a timer expiry will trigger a timeout
|
D | dns_resolver.txt | 102 If _expiry is non-NULL, the expiry time (TTL) of the result will be 139 The upcall handler program should set the expiry time on the key to that of the
|
D | dccp.txt | 199 bound for the expiry of the nofeedback timer. This can be useful on LANs
|
D | rxrpc.txt | 456 uint32_t expiry; /* time at which expires */
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 193 time_t expiry; in rsi_parse() local 220 expiry = get_expiry(&mesg); in rsi_parse() 222 if (expiry == 0) in rsi_parse() 255 rsii.h.expiry_time = expiry; in rsi_parse() 415 time_t expiry; in rsc_parse() local 429 expiry = get_expiry(&mesg); in rsc_parse() 431 if (expiry == 0) in rsc_parse() 515 rsci.h.expiry_time = expiry; in rsc_parse() 1148 time_t expiry; in gss_proxy_save_rsc() local 1192 &expiry, GFP_KERNEL); in gss_proxy_save_rsc() [all …]
|
/linux-4.1.27/include/linux/ |
D | key-type.h | 48 time_t expiry; /* Expiry time of key */ member
|
D | key.h | 143 time_t expiry; /* time at which key expires (or 0) */ member
|
D | ide.h | 761 int (*expiry)(ide_drive_t *); member
|
/linux-4.1.27/net/irda/irnet/ |
D | irnet_irda.c | 1691 irnet_expiry_indication(discinfo_t * expiry, in irnet_expiry_indication() argument 1702 expiry->info); in irnet_expiry_indication() 1706 expiry->saddr, expiry->daddr, expiry->info, in irnet_expiry_indication() 1707 get_unaligned((__u16 *)expiry->hints)); in irnet_expiry_indication()
|
/linux-4.1.27/net/dns_resolver/ |
D | dns_query.c | 157 *_expiry = rkey->expiry; in dns_query()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | ptp.c | 177 unsigned long expiry; member 192 unsigned long expiry; member 934 if (time_after(jiffies, evt->expiry)) { in efx_ptp_drop_time_expired_events() 1007 } else if (time_after(jiffies, match->expiry)) { in efx_ptp_process_events() 1371 match->expiry = jiffies + msecs_to_jiffies(PKT_EVENT_LIFETIME_MS); in efx_ptp_rx() 1623 evt->expiry = jiffies + msecs_to_jiffies(PKT_EVENT_LIFETIME_MS); in ptp_event_rx()
|
/linux-4.1.27/include/net/irda/ |
D | irlmp.h | 231 void irlmp_discovery_expiry(discinfo_t *expiry, int number);
|
/linux-4.1.27/Documentation/timers/ |
D | timer_stats.txt | 66 executed on expiry.
|
D | hrtimers.txt | 96 a separate list is used to give the expiry code fast access to the 111 expiry time in absolute time units removes all this complex and poorly
|
D | highres.txt | 222 new timer whose expiry time is before the time which was identified as the
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | rpc-cache.txt | 44 expiry and update times for use in cache management. 143 - an expiry time 147 expiry time should be set on that item.
|
/linux-4.1.27/sound/pci/asihpi/ |
D | asihpi.c | 538 int expiry; in snd_card_asihpi_pcm_timer_start() local 540 expiry = HZ / 200; in snd_card_asihpi_pcm_timer_start() 542 expiry = max(expiry, 1); /* don't let it be zero! */ in snd_card_asihpi_pcm_timer_start() 543 mod_timer(&dpcm->timer, jiffies + expiry); in snd_card_asihpi_pcm_timer_start()
|
/linux-4.1.27/Documentation/sysctl/ |
D | net.txt | 211 aarp-expiry-time
|
/linux-4.1.27/Documentation/security/ |
D | keys.txt | 45 - An expiry time. 739 the timeout or a number of seconds to set the expiry time that far into 1151 time_t expiry; 1156 quota size from the key type; expiry will be set to TIME_T_MAX and the 1165 set, the expiry time will be applied to the key if it is instantiated from
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | idle-states.txt | 92 appropriate idle state based on the expected expiry time of the next IRQ
|