Searched refs:expired (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/fs/autofs/
H A Dexpire.c10 /* Check if a dentry can be expired */
391 struct dentry *expired; local
401 expired = autofs_check_leaves(mnt, dentry, timeout, how);
402 if (expired) {
403 if (expired == dentry)
405 return expired;
425 struct dentry *expired; local
444 expired = should_expire(dentry, mnt, timeout, how);
445 if (!expired)
449 ino = autofs_dentry_ino(expired);
[all...]
/linux-master/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_api.h312 /*! Get Egress SA expired. */
313 int aq_mss_get_egress_sa_expired(struct aq_hw_s *hw, u32 *expired);
314 /*! Get Egress SA threshold expired. */
316 u32 *expired);
317 /*! Set Egress SA expired. */
318 int aq_mss_set_egress_sa_expired(struct aq_hw_s *hw, u32 expired);
319 /*! Set Egress SA threshold expired. */
321 u32 expired);
H A Dmacsec_api.c2369 static int get_egress_sa_expired(struct aq_hw_s *hw, u32 *expired) argument
2380 *expired = val;
2388 *expired |= val << 16;
2393 int aq_mss_get_egress_sa_expired(struct aq_hw_s *hw, u32 *expired) argument
2395 *expired = 0;
2397 return AQ_API_CALL_SAFE(get_egress_sa_expired, hw, expired);
2401 u32 *expired)
2411 *expired = val;
2418 *expired |= val << 16;
2424 u32 *expired)
2400 get_egress_sa_threshold_expired(struct aq_hw_s *hw, u32 *expired) argument
2423 aq_mss_get_egress_sa_threshold_expired(struct aq_hw_s *hw, u32 *expired) argument
2431 set_egress_sa_expired(struct aq_hw_s *hw, u32 expired) argument
2450 aq_mss_set_egress_sa_expired(struct aq_hw_s *hw, u32 expired) argument
2455 set_egress_sa_threshold_expired(struct aq_hw_s *hw, u32 expired) argument
2474 aq_mss_set_egress_sa_threshold_expired(struct aq_hw_s *hw, u32 expired) argument
[all...]
/linux-master/fs/bcachefs/
H A Dclock.c57 int expired; member in struct:io_clock_wait
65 wait->expired = 1;
74 wait->expired = 1;
86 wait.expired = 0;
104 wait.expired = 0;
117 if (wait.expired)
/linux-master/drivers/isdn/mISDN/
H A Dtimerdev.c30 struct list_head expired; member in struct:mISDNtimerdev
55 INIT_LIST_HEAD(&dev->expired);
79 /* it might have been moved to ->expired */
85 list_for_each_entry_safe(timer, next, &dev->expired, list) {
96 struct list_head *list = &dev->expired;
146 if (dev->work || !list_empty(&dev->expired))
150 dev->work, list_empty(&dev->expired));
163 list_move_tail(&timer->list, &timer->dev->expired);
/linux-master/arch/x86/kvm/
H A Di8254.h48 struct kthread_work expired; member in struct:kvm_pit
H A Di8254.c215 kthread_queue_work(pit->worker, &pit->expired);
237 kthread_flush_work(&pit->expired);
242 struct kvm_pit *pit = container_of(work, struct kvm_pit, expired);
276 kthread_queue_work(pt->worker, &pt->expired);
338 kthread_flush_work(&pit->expired);
688 kthread_init_work(&pit->expired, pit_do_work);
H A Dlapic.c1914 * Ensure the guest's timer has truly expired before posting an
2106 bool expired; local
2115 if (static_call(kvm_x86_set_hv_timer)(vcpu, ktimer->tscdeadline, &expired))
2123 * even if the deadline timer has expired, i.e. rely on the resulting
2129 * was being programmed, or if the hv timer itself expired.
2133 } else if (expired) {
/linux-master/fs/
H A Dtimerfd.c41 short unsigned expired; member in struct:timerfd_ctx
59 * This gets called when the timer event triggers. We set the "expired"
68 ctx->expired = 1;
200 ctx->expired = 0;
287 ctx->expired = 0;
294 if (ctx->expired && ctx->tintv) {
311 ctx->expired = 0;
501 * If the timer is expired and it's periodic, we need to advance it
503 * We do not update "ticks" and "expired" since the timer will be
506 if (ctx->expired
[all...]
H A Dfs-writeback.c1409 * Move expired (dirtied before dirtied_before) dirty inodes from
1464 * Queue all expired dirty inodes for io, eldest first.
2197 unsigned long expired; local
2206 expired = wb->last_old_flush +
2208 if (time_before(jiffies, expired))
/linux-master/drivers/fpga/
H A Dxilinx-spi.c174 bool expired = false; local
183 while (!expired) {
184 expired = time_after(jiffies, timeout);
/linux-master/net/ipv4/
H A Dtcp_timer.c248 bool expired = false, do_reset; local
262 expired = icsk->icsk_retransmits >= max_retransmits;
283 if (!expired)
284 expired = retransmits_timed_out(sk, retry_until,
286 tcp_fastopen_active_detect_blackhole(sk, expired);
291 icsk->icsk_rto, (int)expired);
293 if (expired) {
H A Dtcp_fastopen.c512 * Return false if timeout already expired and we should use active TFO
580 void tcp_fastopen_active_detect_blackhole(struct sock *sk, bool expired) argument
591 (timeouts == 2 || (timeouts < 2 && expired))) {
/linux-master/net/rxrpc/
H A Dcall_event.c353 goto expired;
361 goto expired;
368 goto expired;
493 expired:
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dhif.h127 void (*expired)(struct wilc_vif *vif, u64 cookie); member in struct:wilc_remain_ch
199 void (*expired)(struct wilc_vif *, u64));
H A Dhif.c897 hif_drv->remain_on_ch.expired = hif_remain_ch->expired;
932 if (hif_drv->remain_on_ch.expired) {
933 hif_drv->remain_on_ch.expired(hif_drv->remain_on_ch.vif,
1694 void (*expired)(struct wilc_vif *, u64))
1700 roc.expired = expired;
/linux-master/block/
H A Dblk-mq.c1562 static bool blk_mq_req_expired(struct request *rq, struct blk_expired_data *expired) argument
1572 if (time_after_eq(expired->timeout_start, deadline))
1575 if (expired->next == 0)
1576 expired->next = deadline;
1577 else if (time_after(expired->next, deadline))
1578 expired->next = deadline;
1594 struct blk_expired_data *expired = priv; local
1599 * the expire check is reliable. If the request is not expired, then
1603 if (blk_mq_req_expired(rq, expired)) {
1604 expired
1612 struct blk_expired_data *expired = priv; local
1623 struct blk_expired_data expired = { local
[all...]
/linux-master/drivers/md/dm-vdo/
H A Dblock-map.h219 /* The number of periods after which an element will be expired */
228 dirty_era_t expired; member in struct:dirty_lists
H A Dblock-map.c1974 &dirty_lists->expired[VDO_TREE_PAGE]);
1979 &dirty_lists->expired[VDO_CACHE_PAGE]);
1997 /** write_expired_elements() - Write out the expired list. */
2002 struct list_head *expired; local
2005 expired = &zone->dirty_lists->expired[VDO_TREE_PAGE];
2006 list_for_each_entry_safe(page, ttmp, expired, entry) {
2012 "Newly expired page not already waiting to write");
2023 expired = &zone->dirty_lists->expired[VDO_CACHE_PAG
[all...]
/linux-master/net/sunrpc/
H A Dauth.c430 unsigned long expired = jiffies - RPC_AUTH_EXPIRY_MORATORIUM; local
445 if (time_in_range(cred->cr_expire, expired, jiffies))
/linux-master/drivers/mmc/core/
H A Dmmc_ops.c510 bool expired = false; local
519 expired = time_after(jiffies, timeout);
526 if (expired && busy) {
H A Dmmc_test.c2376 bool expired = false; local
2426 expired = time_after(jiffies, timeout);
2427 if (expired) {
/linux-master/net/sunrpc/auth_gss/
H A Dauth_gss.c1505 /* Don't match with creds that have expired. */
1562 goto expired;
1587 goto expired;
1596 expired:
2289 "the RPC engine retries an expired credential");
/linux-master/drivers/cpufreq/
H A Dintel_pstate.c2138 bool expired; local
2141 expired = time_after64(cpu->sample.time, cpu->last_update +
2143 if (expired) {
/linux-master/drivers/net/phy/
H A Ddp83640.c593 static int expired(struct rxts *rxts) function
606 if (expired(rxts)) {
1302 /* Deliver expired packets. */

Completed in 392 milliseconds

12