Searched refs:expiry (Results 1 - 130 of 130) sorted by relevance

/linux-4.4.14/drivers/ide/
H A Dtc86c001.c62 * IDE core than to temporarily replace a higher level driver's timer expiry
68 ide_expiry_t *expiry = ide_get_hwifdata(hwif); tc86c001_timer_expiry() local
71 /* Restore a higher level driver's expiry handler first. */ tc86c001_timer_expiry()
72 hwif->expiry = expiry; tc86c001_timer_expiry()
98 * If not, a higher level driver's expiry handler should tc86c001_timer_expiry()
104 /* Chain to the restored expiry handler if DMA wasn't active. */ tc86c001_timer_expiry()
105 if (likely(expiry != NULL)) tc86c001_timer_expiry()
106 return expiry(drive); tc86c001_timer_expiry()
127 /* Install our timeout expiry hook, saving the current handler... */ tc86c001_dma_start()
128 ide_set_hwifdata(hwif, hwif->expiry); tc86c001_dma_start()
129 hwif->expiry = &tc86c001_timer_expiry; tc86c001_dma_start()
H A Dide-atapi.c587 ide_expiry_t *expiry; ide_transfer_pc() local
611 expiry = ide_cd_expiry; ide_transfer_pc()
624 expiry = &ide_delayed_transfer_pc; ide_transfer_pc()
628 expiry = NULL; ide_transfer_pc()
643 hwif->expiry = expiry; ide_transfer_pc()
673 ide_expiry_t *expiry = NULL; ide_issue_pc() local
683 expiry = ide_cd_expiry; ide_issue_pc()
722 hwif->expiry = expiry; ide_issue_pc()
H A Dide-io.c605 * mess. If the current handler includes an expiry handler then
606 * we invoke the expiry handler, and providing it is happy the
635 ide_expiry_t *expiry = hwif->expiry; ide_timer_expiry() local
640 if (expiry) { ide_timer_expiry()
641 wait = expiry(drive); ide_timer_expiry()
652 hwif->expiry = NULL; ide_timer_expiry()
837 hwif->expiry = NULL; ide_intr()
H A Dide-dma-sff.c232 * But only one time - we clear expiry and if it's still not
248 hwif->expiry = NULL; /* one free ride for now */ ide_dma_sff_timer_expiry()
H A Dide-cd.c526 ide_expiry_t *expiry = NULL; cdrom_newpc_intr() local
658 expiry = ide_cd_expiry; cdrom_newpc_intr()
661 hwif->expiry = expiry; cdrom_newpc_intr()
H A Dide-taskfile.c139 hwif->expiry = dma_ops->dma_timer_expiry; do_rw_taskfile()
/linux-4.4.14/net/appletalk/
H A Dsysctl_net_atalk.c15 .procname = "aarp-expiry-time",
H A Daarp.c56 * expires_at - Entry expiry time
/linux-4.4.14/block/
H A Dblk-timeout.c193 unsigned long expiry; blk_add_timer() local
220 expiry = blk_rq_timeout(round_jiffies_up(req->deadline)); blk_add_timer()
223 time_before(expiry, q->timeout.expires)) { blk_add_timer()
224 unsigned long diff = q->timeout.expires - expiry; blk_add_timer()
234 mod_timer(&q->timeout, expiry); blk_add_timer()
H A Dblk.h14 /* Max future timer expiry for timeouts */
H A Ddeadline-iosched.c304 * Start again from the request with the earliest expiry time. deadline_dispatch_requests()
/linux-4.4.14/net/rxrpc/
H A Dar-key.c128 token->kad->expiry = ntohl(xdr[5]); rxrpc_preparse_xdr_rxkad()
135 _debug("EXPY: %x", token->kad->expiry); rxrpc_preparse_xdr_rxkad()
159 if (token->kad->expiry < prep->expiry) rxrpc_preparse_xdr_rxkad()
160 prep->expiry = token->kad->expiry; rxrpc_preparse_xdr_rxkad()
530 if (token->kad->expiry < prep->expiry) rxrpc_preparse_xdr_rxk5()
531 prep->expiry = token->kad->expiry; rxrpc_preparse_xdr_rxk5()
677 * 8 4 key expiry time (time_t)
730 _debug("EXPY: %x", v1->expiry); rxrpc_preparse()
761 token->kad->expiry = v1->expiry; rxrpc_preparse()
774 if (token->kad->expiry < prep->expiry) rxrpc_preparse()
775 prep->expiry = token->kad->expiry; rxrpc_preparse()
964 time_t expiry, rxrpc_get_server_data_key()
991 data.v1.expiry = expiry; rxrpc_get_server_data_key()
1178 ENCODE(token->kad->expiry); rxrpc_read()
962 rxrpc_get_server_data_key(struct rxrpc_connection *conn, const void *session_key, time_t expiry, u32 kvno) rxrpc_get_server_data_key() argument
H A Dar-ack.c96 unsigned long expiry; __rxrpc_propose_ACK() local
127 expiry = rxrpc_soft_ack_delay; __rxrpc_propose_ACK()
133 expiry = rxrpc_idle_ack_delay; __rxrpc_propose_ACK()
139 expiry = rxrpc_requested_ack_delay; __rxrpc_propose_ACK()
140 if (!expiry) __rxrpc_propose_ACK()
153 expiry += jiffies; __rxrpc_propose_ACK()
155 time_after(call->ack_timer.expires, expiry)) __rxrpc_propose_ACK()
156 mod_timer(&call->ack_timer, expiry); __rxrpc_propose_ACK()
284 * handle resend timer expiry
H A Dar-transport.c218 * reap dead transports that have passed their expiry date
H A Drxkad.c1006 time_t expiry; rxkad_verify_response() local
1049 &expiry, &abort_code); rxkad_verify_response()
1092 ret = rxrpc_get_server_data_key(conn, &session_key, expiry, kvno); rxkad_verify_response()
H A Dar-call.c985 * handle resend timer expiry
1003 * handle ACK timer expiry
/linux-4.4.14/net/sunrpc/
H A Dsvcauth_unix.c161 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, time_t expiry);
182 time_t expiry; ip_map_parse() local
214 expiry = get_expiry(&mesg); ip_map_parse()
215 if (expiry ==0) ip_map_parse()
234 expiry); ip_map_parse()
303 struct unix_domain *udom, time_t expiry) __ip_map_update()
312 ip.h.expiry_time = expiry; __ip_map_update()
323 struct unix_domain *udom, time_t expiry) ip_map_update()
328 return __ip_map_update(sn->ip_map_cache, ipm, udom, expiry); ip_map_update()
478 /* uid expiry Ngid gid0 gid1 ... gidN-1 */ unix_gid_parse()
485 time_t expiry; unix_gid_parse() local
498 expiry = get_expiry(&mesg); unix_gid_parse()
499 if (expiry == 0) unix_gid_parse()
527 ug.h.expiry_time = expiry; unix_gid_parse()
302 __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, time_t expiry) __ip_map_update() argument
322 ip_map_update(struct net *net, struct ip_map *ipm, struct unix_domain *udom, time_t expiry) ip_map_update() argument
H A Dauth_generic.c193 * Test the the current time (now) against the underlying credential key expiry
197 * If 'now' is before the key expiry minus RPC_KEY_EXPIRE_TIMEO, set
206 * If 'now' is within key expiry minus RPC_KEY_EXPIRE_TIMEO, but not within
207 * key expiry minus RPC_KEY_EXPIRE_FAIL, set the RPC_CRED_EXPIRE_SOON bit
H A Dcache.c122 static void cache_fresh_locked(struct cache_head *head, time_t expiry, cache_fresh_locked() argument
129 head->expiry_time = expiry; cache_fresh_locked()
313 * - The expiry is before current time
316 * later we might drop old entries with non-NEVER expiry if that table
324 * While scanning, if an expiry time is found that is earlier than the
325 * current nextcheck time, nextcheck is set to that expiry time.
1212 * reply cachename expiry key ... content....
1358 seq_printf(m, "# expiry=%ld refcnt=%d flags=%lx\n", c_show()
/linux-4.4.14/include/linux/
H A Dhrtimer.h79 * the absolute expiry time in the hrtimers internal
84 * @_softexpires: the absolute earliest expiry time of the hrtimer.
85 * The time which was given as expiry time when the timer
87 * @function: timer expiry callback function
386 * @tim: expiry time destroy_hrtimer_on_stack()
387 * @mode: expiry mode: absolute (HRTIMER_MODE_ABS) or destroy_hrtimer_on_stack()
449 * hrtimer_forward_now - forward the timer expiry so it expires after now
453 * Forward the timer expiry so it will expire after the current time
461 * Note: This only updates the timer expiry value and does not requeue
H A Dkey-type.h47 time_t expiry; /* Expiry time of key */ member in struct:key_preparsed_payload
H A Dkey.h148 time_t expiry; /* time at which key expires (or 0) */ member in union:key::__anon12497
H A Dmv643xx.h975 int timeout; /* watchdog expiry in seconds, default 10 */
H A Dide.h774 int (*expiry)(ide_drive_t *); member in struct:hwif_s
H A Dfs.h1260 #define MNT_EXPIRE 0x00000004 /* Mark for expiry */
/linux-4.4.14/fs/
H A Dmount.h50 struct list_head mnt_expire; /* link in fs-specific expiry list */
64 int mnt_expiry_mark; /* true if marked for expiry */
H A Dselect.c522 * pointer to the expiry value. do_select()
854 * pointer to the expiry value. do_poll()
H A Dnamespace.c1035 /* stick the duplicate mount on the same expiry list clone_mnt()
2488 * - still marked for expiry (marked on the last call here; marks are mark_mounts_for_expiry()
/linux-4.4.14/security/keys/
H A Dpermission.c102 if (key->expiry) { key_validate()
104 if (now.tv_sec >= key->expiry) key_validate()
H A Dgc.c19 * Delay between key revocation/expiry in seconds
236 if (key->expiry > limit && key->expiry < new_timer) { key_garbage_collector()
238 key_serial(key), key->expiry - limit); key_garbage_collector()
239 new_timer = key->expiry; key_garbage_collector()
H A Dkey.c439 if (prep->expiry != TIME_T_MAX) { __key_instantiate_and_link()
440 key->expiry = prep->expiry; __key_instantiate_and_link()
441 key_schedule_gc(prep->expiry + key_gc_delay); __key_instantiate_and_link()
485 prep.expiry = TIME_T_MAX; key_instantiate_and_link()
562 key->expiry = now.tv_sec + timeout; key_reject_and_link()
563 key_schedule_gc(key->expiry + key_gc_delay); key_reject_and_link()
682 time_t expiry = 0; key_set_timeout() local
689 expiry = now.tv_sec + timeout; key_set_timeout()
692 key->expiry = expiry; key_set_timeout()
693 key_schedule_gc(key->expiry + key_gc_delay); key_set_timeout()
817 prep.expiry = TIME_T_MAX; key_create_or_update()
948 prep.expiry = TIME_T_MAX; key_update()
997 /* set the death time to no more than the expiry time */ key_revoke()
H A Dproc.c224 if (key->expiry == 0) { proc_keys_show()
226 } else if (now.tv_sec >= key->expiry) { proc_keys_show()
229 timo = key->expiry - now.tv_sec; proc_keys_show()
H A Dinternal.h212 (key->expiry > 0 && key->expiry <= limit); key_is_dead()
H A Duser_defined.c128 key->expiry = 0; user_update()
H A Dkeyring.c548 if (key->expiry && ctx->now.tv_sec >= key->expiry) { keyring_search_iterator()
/linux-4.4.14/fs/afs/
H A Dserver.c274 unsigned long delay, expiry; afs_reap_server() local
285 expiry = server->time_of_death + afs_server_timeout; afs_reap_server()
286 if (expiry > now) { afs_reap_server()
287 delay = (expiry - now) * HZ; afs_reap_server()
H A Dafs.h69 unsigned expiry; /* time at which expires */ member in struct:afs_callback
H A Dvlocation.c545 unsigned long delay, expiry; afs_vlocation_reaper() local
560 expiry = vl->time_of_death + afs_vlocation_timeout; afs_vlocation_reaper()
561 if (expiry > now) { afs_vlocation_reaper()
562 delay = (expiry - now) * HZ; afs_vlocation_reaper()
H A Dcallback.c208 callbacks->expiry, afs_break_callbacks()
232 cb->expiry = vnode->cb_expiry; afs_do_give_up_callback()
H A Dmntpt.c246 * handle mountpoint expiry timer going off
H A Dcmservice.c272 cb->expiry = ntohl(*bp++); afs_deliver_cb_callback()
H A Dinode.c250 vnode->cb_expiry = cb->expiry; afs_iget()
H A Dvnode.c210 * - starts callback expiry timer
H A Dfsclient.c152 cb->expiry = ntohl(*bp++); xdr_decode_AFSCallBack_raw()
603 *tp++ = htonl(cb->expiry); afs_fs_give_up_callbacks()
H A Dinternal.h380 unsigned cb_expiry; /* callback expiry time */
/linux-4.4.14/fs/autofs4/
H A Dexpire.c59 /* Update the expiry counter if fs is busy */ autofs4_mount_busy()
185 * Direct mounts have similar expiry semantics to tree mounts.
196 /* If it's busy update the expiry counters */ autofs4_direct_busy()
236 * If the fs is busy update the expiry counter. autofs4_tree_busy()
523 /* Perform an expiry operation */ autofs4_expire_run()
552 /* avoid rapid-fire expire attempts if expiry fails */ autofs4_expire_run()
580 /* avoid rapid-fire expire attempts if expiry fails */ autofs4_do_expire_multi()
H A Dautofs_i.h83 * for expiry, so RCU_walk is
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
H A Dtimer.c46 * Timers are implemented as a sorted queue of expiry times. The queue
49 * sorted by increasing expiry time. The number of slots is 2**7 (128),
H A Dframework.c1246 CERROR("Dropping RPC (%s) from %s: racing with expiry timer.", sfw_handle_server_rpc()
1356 CERROR("Dropping RPC (%s) from %s: racing with expiry timer", sfw_bulk_ready()
H A Drpc.c1111 * Upon exit the RPC expiry timer is not queued and the handler is not
/linux-4.4.14/net/dns_resolver/
H A Ddns_query.c54 * @_expiry: Where to store the result expiry time (or NULL)
156 *_expiry = rkey->expiry; dns_query()
/linux-4.4.14/include/keys/
H A Drxrpc-type.h30 u32 expiry; /* time at which ticket expires */ member in struct:rxkad_key
104 u32 expiry; /* time_t */ member in struct:rxrpc_key_data_v1
/linux-4.4.14/kernel/time/
H A Dtick-broadcast-hrtimer.c56 * can set the expiry time and let the callback return bc_set_next()
H A Dtick-sched.h26 * @last_tick: Store the last tick expiry time when the tick
H A Dhrtimer.c633 * expiry time which is less than base->offset. Set it to 0. hrtimer_reprogram()
646 * do not schedule a timer which is earlier than the expiry hrtimer_reprogram()
654 * Program the timer hardware. We enforce the expiry for hrtimer_reprogram()
817 * hrtimer_forward - forward the timer expiry
822 * Forward the timer expiry so it will expire in the future.
830 * Note: This only updates the timer expiry value and does not requeue
871 * The timer is inserted in expiry order. Insertion into the
976 * @tim: expiry time
978 * @mode: expiry mode: absolute (HRTIMER_MODE_ABS) or
1104 * hrtimer_get_next_event - get the time until next expiry event
1106 * Returns the next expiry time or KTIME_MAX if no timer is pending.
1348 /* Reevaluate the clock bases for the next expiry */ hrtimer_interrupt()
1351 * Store the new expiry value so the migration code can verify hrtimer_interrupt()
1773 * Make the current task sleep until the given expiry time has
1808 * Make the current task sleep until the given expiry time has
H A Ditimer.c24 * Returns the delta between the expiry time and now, which can be
251 * negative timeval settings which would cause immediate expiry.
H A Dposix-cpu-timers.c79 * Update expiry time from increment, and increase overrun count,
238 * The POSIX timer interface allows for absolute time expiry thread_group_cputimer()
433 * pointer is cleared, and the expiry time is replaced with the residual
651 * Disarm any old timer after extracting its expiry time. posix_cpu_timer_set()
668 * timer, we need a sample to balance the thread expiry posix_cpu_timer_set()
722 * Install the new expiry time (or zero). posix_cpu_timer_set()
788 * Sample the clock to take the difference with the expiry time. posix_cpu_timer_get()
1056 * Fetch the current sample and update the timer's expiry time. posix_cpu_timer_schedule()
1092 * Now re-arm for the new expiry time. posix_cpu_timer_schedule()
H A Dposix-timers.c726 * be in the timer list with an expiry as if we were to requeue them
756 * timer move the expiry time forward by intervals, so common_timer_get()
757 * expiry is > now. common_timer_get()
869 /* Setup correct expiry time for relative timers */ common_timer_set()
H A Dtimer_stats.c49 * This is our basic unit of interest: a timer expiry event identified
H A Dtick-sched.c648 /* Calculate the next expiry time */ tick_nohz_stop_sched_tick()
1004 * Do not touch the tick device, when the next expiry is either tick_nohz_kick_tick()
H A Dclockevents.c301 * @expires: absolute expiry time (monotonic clock)
H A Dtick-broadcast.c800 * if the cpu local expiry time is already __tick_broadcast_oneshot_control()
/linux-4.4.14/drivers/scsi/device_handler/
H A Dscsi_dh_alua.c538 unsigned long expiry, interval = 0; alua_rtpg() local
543 expiry = round_jiffies_up(jiffies + ALUA_FAILOVER_TIMEOUT * HZ); alua_rtpg()
545 expiry = round_jiffies_up(jiffies + h->transition_tmo * HZ); alua_rtpg()
572 if (err == ADD_TO_MLQUEUE && time_before(jiffies, expiry)) alua_rtpg()
607 expiry = jiffies + h->transition_tmo * HZ; alua_rtpg()
642 if (time_before(jiffies, expiry)) { alua_rtpg()
/linux-4.4.14/net/atm/
H A Dlec_arpc.h27 unsigned long last_used; /* For expiry */
/linux-4.4.14/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c188 /* context token expiry major minor context token */ rsi_parse()
193 time_t expiry; rsi_parse() local
219 /* expiry */ rsi_parse()
220 expiry = get_expiry(&mesg); rsi_parse()
222 if (expiry == 0) rsi_parse()
255 rsii.h.expiry_time = expiry; rsi_parse()
410 /* contexthandle expiry [ uid gid N <n gids> mechname ...mechdata... ] */ rsc_parse()
415 time_t expiry; rsc_parse() local
428 /* expiry */ rsc_parse()
429 expiry = get_expiry(&mesg); rsc_parse()
431 if (expiry == 0) rsc_parse()
515 rsci.h.expiry_time = expiry; rsc_parse()
1148 time_t expiry; gss_proxy_save_rsc() local
1192 &expiry, GFP_KERNEL); gss_proxy_save_rsc()
1197 rsci.h.expiry_time = expiry; gss_proxy_save_rsc()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
H A Dsec_gc.c167 * to trace each sec as order of expiry time. sec_gc_main()
169 * according to each sec's expiry time */ sec_gc_main()
H A Dsec.c659 * have a expiry nice time; server will keep its context because sptlrpc_req_refresh_ctx()
/linux-4.4.14/drivers/s390/net/
H A Dfsm.h249 * @param arg Generic argument, provided to expiry function.
261 * @param arg Generic argument, provided to expiry function.
H A Dctcm_fsms.h94 * Event, representing timer expiry.
H A Dnetiucv.c380 * Event, representing timer expiry.
/linux-4.4.14/include/uapi/linux/
H A Dxfrm.h261 XFRM_AE_ETHR=8, /* expiry timer threshold */
263 XFRM_AE_CE=32, /* Event cause is timer expiry */
/linux-4.4.14/include/net/irda/
H A Dirlmp.h76 /* For expiry (the same) */
231 void irlmp_discovery_expiry(discinfo_t *expiry, int number);
/linux-4.4.14/include/trace/events/
H A Dtimer.h42 * @expires: the timers expiry time
269 * @expires: the itimers expiry time
/linux-4.4.14/arch/mips/kernel/
H A Dcevt-r4k.c149 ; /* Wait for expiry */ c0_compare_int_usable()
/linux-4.4.14/drivers/watchdog/
H A Di6300esb.c389 * expiry of timer1 results in an interrupt and the expiry of esb_initdevice()
H A Ddw_wdt.c264 /* Get the time left until expiry. */ dw_wdt_ioctl()
/linux-4.4.14/arch/powerpc/sysdev/
H A Dfsl_gtm.c238 * @reload: if set, the timer will reset upon expiry rather than
270 * @reload: if set, the timer will reset upon expiry rather than
/linux-4.4.14/net/irda/irnet/
H A Dirnet_irda.c1683 * Function irnet_expiry_indication (expiry)
1685 * Got a expiry indication from IrLMP, post an event
1691 irnet_expiry_indication(discinfo_t * expiry, irnet_expiry_indication() argument
1702 expiry->info); irnet_expiry_indication()
1706 expiry->saddr, expiry->daddr, expiry->info, irnet_expiry_indication()
1707 get_unaligned((__u16 *)expiry->hints)); irnet_expiry_indication()
/linux-4.4.14/drivers/isdn/pcbit/
H A Dedss1.c135 {0x66, "Recovery on timer expiry"},
/linux-4.4.14/drivers/net/wireless/hostap/
H A Dhostap_ap.h59 /* FIX: timeout buffers with an expiry time somehow derived from
H A Dhostap_ap.c1975 * out (expiry time must be longer than ListenInterval for handle_pspoll()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
H A Dmain.c925 * If there are no associated STAs, ignore the DTIM expiry event. ath6kl_dtimexpiry_event()
929 * indicated a DTIM expiry event. The race is between 'clear DTIM ath6kl_dtimexpiry_event()
930 * expiry cmd' going from the host to the firmware & the DTIM ath6kl_dtimexpiry_event()
931 * expiry event happening from the firmware to the host. ath6kl_dtimexpiry_event()
H A Dtxrx.c255 * This transmit is because of Dtim expiry. ath6kl_powersave_ap()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Ddebug.h160 * @timer_exp: Transmit timer expiry
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dptp.c170 * @expiry: Time after which the packet should be delivered irrespective of
177 unsigned long expiry; member in struct:efx_ptp_match
192 unsigned long expiry; member in struct:efx_ptp_event_rx
944 if (time_after(jiffies, evt->expiry)) { efx_ptp_drop_time_expired_events()
1017 } else if (time_after(jiffies, match->expiry)) { efx_ptp_process_events()
1381 match->expiry = jiffies + msecs_to_jiffies(PKT_EVENT_LIFETIME_MS); efx_ptp_rx()
1633 evt->expiry = jiffies + msecs_to_jiffies(PKT_EVENT_LIFETIME_MS); ptp_event_rx()
H A Dnet_driver.h892 * @rps_expire_index: Next index to check for expiry in @rps_flow_id
H A Dmcdi_pcol.h9311 /* feature expiry (time_t) */
/linux-4.4.14/fs/nfsd/
H A Dnfs4idmap.c233 /* expiry */ idtoname_parse()
394 /* expiry */ nametoid_parse()
H A Dexport.c72 /* client fsidtype fsid expiry [path] */ expkey_parse()
511 /* client path expiry [flags anonuid anongid fsid] */ svc_export_parse()
551 /* expiry */ svc_export_parse()
H A Dnfsctl.c989 * NFSv4 lease expiry time
994 * current lease expiry time;
/linux-4.4.14/drivers/net/usb/
H A Dsierra_net.c57 * SYNC Timer Delay definition used to set the expiry time
544 dev_dbg(&dev->udev->dev, "Deferred sync timer expiry"); sierra_net_kevent()
562 * Sync Retransmit Timer Handler. On expiry, kick the work queue
/linux-4.4.14/sound/pci/asihpi/
H A Dasihpi.c538 int expiry; snd_card_asihpi_pcm_timer_start() local
540 expiry = HZ / 200; snd_card_asihpi_pcm_timer_start()
542 expiry = max(expiry, 1); /* don't let it be zero! */ snd_card_asihpi_pcm_timer_start()
543 mod_timer(&dpcm->timer, jiffies + expiry); snd_card_asihpi_pcm_timer_start()
/linux-4.4.14/net/irda/
H A Dirlmp.c833 * Note : log expiry is done above.
902 /* Note : we never do expiry here. Expiry will run on the irlmp_discovery_request()
931 /* Note : we never do expiry here. Expiry will run on the irlmp_get_discoveries()
1027 * Function irlmp_discovery_expiry (expiry)
H A Dirlmp_event.c449 /* Force an expiry of the discovery log. irlmp_state_active()
/linux-4.4.14/arch/mips/kvm/
H A Demulate.c324 * looking at whether the interval until the hrtimer expiry time is kvm_mips_read_count_running()
340 * Restart the timer if it was running based on the expiry time kvm_mips_read_count_running()
406 * kvm_mips_resume_hrtimer() - Resume hrtimer, updating expiry.
411 * Resumes the timer and updates the timer expiry based on @now and @count.
744 /* Add the Count period to the current expiry time */ kvm_mips_count_timeout()
H A Dtlb.c655 * timer expiry during guest execution interrupts the guest and causes the
/linux-4.4.14/drivers/scsi/fnic/
H A Dfnic_trace.c331 "No solicitations recvd after vlan set, expiry count: %lld\n" fnic_get_stats_data()
/linux-4.4.14/fs/xfs/
H A Dxfs_mru_cache.c269 * We fire the reap timer every group expiry interval so
/linux-4.4.14/net/mac80211/
H A Dsta_info.h579 /* Minimum buffered frame expiry time. If STA uses listen interval that is
H A Dmlme.c1593 * dynamic_ps_timer expiry. Postpone the ps timer if it ieee80211_dynamic_ps_enable_work()
/linux-4.4.14/drivers/net/wireless/cw1200/
H A Dwsm.h820 /* Bit 0 = 0 - Start expiry time from first Tx attempt (default) */
821 /* Bit 0 = 1 - Start expiry time from receipt of Tx Request */
/linux-4.4.14/drivers/net/wireless/mwifiex/
H A Dscan.c617 /* Check csa channel expiry before preparing scan list */ mwifiex_scan_channel_list()
2057 /* Check csa channel expiry before parsing scan response */ mwifiex_ret_802_11_scan()
H A Dmain.c862 * MSDU lifetime expiry. mwifiex_hard_start_xmit()
/linux-4.4.14/drivers/isdn/hisax/
H A Dq931.c425 0x66, "Recovery on timer expiry", ""
H A Dl3dss1.c2409 pc->para.cause = 102; /* Timer expiry */ l3dss1_t318()
2421 pc->para.cause = 102; /* Timer expiry */ l3dss1_t319()
H A Dl3ni1.c2269 pc->para.cause = 102; /* Timer expiry */ l3ni1_t318()
2281 pc->para.cause = 102; /* Timer expiry */ l3ni1_t319()
/linux-4.4.14/fs/nfs/
H A Dnfs4client.c1122 * Grab the destination's particulars, including lease expiry time.
/linux-4.4.14/net/dccp/ccids/
H A Dccid3.c416 * First feedback after nofeedback timer expiry (4.3) ccid3_hc_tx_packet_recv()
/linux-4.4.14/kernel/
H A Dsysctl_binary.c440 { CTL_INT, NET_ATALK_AARP_EXPIRY_TIME, "aarp-expiry-time" },
H A Dsys.c1397 * expiry. But we use the zero value to mean "it was do_prlimit()
/linux-4.4.14/net/netfilter/
H A Dxt_hashlimit.c86 unsigned long expires; /* precalculated expiry time */
/linux-4.4.14/drivers/tty/
H A Dn_gsm.c1322 * Called off the T2 timer expiry in order to retransmit control frames
1462 * gsm_dlci_t1 - T1 timer expiry
/linux-4.4.14/drivers/net/ethernet/davicom/
H A Ddm9000.c455 * on expiry) to say that the EEPROM operation has dm9000_wait_eeprom()
/linux-4.4.14/drivers/crypto/
H A Dpicoxcell_crypto.c60 * the timer and at expiry, attempt to remove any processed packets from the
/linux-4.4.14/kernel/sched/
H A Dsched.h1110 * slice expiry etc.
H A Ddeadline.c544 * If the expiry time already passed, e.g., because the value start_dl_timer()
H A Dcore.c8337 /* restart the period timer (if active) to handle new period expiry */ tg_set_cfs_bandwidth()
/linux-4.4.14/include/net/bluetooth/
H A Dhci_core.h177 /* Default LE RPA expiry time, 15 minutes */
/linux-4.4.14/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c96 " timer expiry\n"); bnx2fc_cmd_timeout()
/linux-4.4.14/drivers/isdn/capi/
H A Dcapidrv.c956 case 0x34E6: return "Recovery on timer expiry"; capi_info2str()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
H A Dd11.h938 #define TX_STATUS_SUPR_EXPTIME (5 << 2) /* lifetime expiry */
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
H A Dath5k.h605 #define AR5K_TXQ_FLAG_RDYTIME_EXP_POLICY_ENABLE 0x0300 /* Enable ready time expiry policy (?)*/
/linux-4.4.14/arch/powerpc/kvm/
H A Dbooke.c620 * If this is final watchdog expiry and some action is required kvmppc_watchdog_func()
H A Dbook3s_hv_rmhandlers.S2260 /* save expiry time of guest decrementer */
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c117 u8 activated; /* Used to prevent expiry before filter
/linux-4.4.14/net/ipv4/
H A Digmp.c63 * prevent negative expiry times.
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
H A Dlustre_idl.h3464 __u32 lc_expiry; /** expiry time (sec) */
/linux-4.4.14/drivers/scsi/ufs/
H A Dufshcd.c239 /* wakeup within 50us of expiry */ ufshcd_wait_for_register()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dwmi.h3970 /* Num MPDUs that was dropped due to expiry. */
/linux-4.4.14/drivers/scsi/bfa/
H A Dbfa_fcs_lport.c6653 * Cleanup notification from fabric SM on link timer expiry.

Completed in 3961 milliseconds