Home
last modified time | relevance | path

Searched refs:expired (Results 1 – 25 of 66) sorted by relevance

123

/Linux-v5.10/fs/autofs/
Dexpire.c394 struct dentry *expired; in should_expire() local
404 expired = autofs_check_leaves(mnt, dentry, timeout, how); in should_expire()
405 if (expired) { in should_expire()
406 if (expired == dentry) in should_expire()
408 return expired; in should_expire()
428 struct dentry *expired; in autofs_expire_indirect() local
447 expired = should_expire(dentry, mnt, timeout, how); in autofs_expire_indirect()
448 if (!expired) in autofs_expire_indirect()
452 ino = autofs_dentry_ino(expired); in autofs_expire_indirect()
461 found = should_expire(expired, mnt, timeout, how); in autofs_expire_indirect()
[all …]
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-devices-platform-ACPI-TAD45 (RW) The AC alarm expired timer wake policy (see ACPI 6.2,
48 Reads return the current expired timer wake delay for the AC
52 Write a new expired timer wake delay for the AC alarm timer in
53 seconds or "never" to it to set the expired timer wake delay for
54 the AC alarm timer or to set its expired wake policy to discard
68 Bit(0): The timer has expired if set.
80 If the status return value indicates that the timer has expired,
100 (RW,optional) The DC alarm expired timer wake policy.
Dsysfs-bus-fsi29 ongoing operation in case of an expired 'Master Time Out'
Dsysfs-class-wakeup40 timeout has expired.
Dsysfs-class-led-flash63 the timeout set by the user has expired; not all flash
/Linux-v5.10/drivers/isdn/mISDN/
Dtimerdev.c30 struct list_head expired; member
55 INIT_LIST_HEAD(&dev->expired); in mISDN_open()
85 list_for_each_entry_safe(timer, next, &dev->expired, list) { in mISDN_close()
96 struct list_head *list = &dev->expired; in mISDN_read()
146 if (dev->work || !list_empty(&dev->expired)) in mISDN_poll()
150 dev->work, list_empty(&dev->expired)); in mISDN_poll()
163 list_move_tail(&timer->list, &timer->dev->expired); in dev_expire_timer()
/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/macsec/
Dmacsec_api.h313 int aq_mss_get_egress_sa_expired(struct aq_hw_s *hw, u32 *expired);
316 u32 *expired);
318 int aq_mss_set_egress_sa_expired(struct aq_hw_s *hw, u32 expired);
321 u32 expired);
Dmacsec_api.c2365 static int get_egress_sa_expired(struct aq_hw_s *hw, u32 *expired) in get_egress_sa_expired() argument
2376 *expired = val; in get_egress_sa_expired()
2384 *expired |= val << 16; in get_egress_sa_expired()
2389 int aq_mss_get_egress_sa_expired(struct aq_hw_s *hw, u32 *expired) in aq_mss_get_egress_sa_expired() argument
2391 *expired = 0; in aq_mss_get_egress_sa_expired()
2393 return AQ_API_CALL_SAFE(get_egress_sa_expired, hw, expired); in aq_mss_get_egress_sa_expired()
2397 u32 *expired) in get_egress_sa_threshold_expired() argument
2407 *expired = val; in get_egress_sa_threshold_expired()
2414 *expired |= val << 16; in get_egress_sa_threshold_expired()
2420 u32 *expired) in aq_mss_get_egress_sa_threshold_expired() argument
[all …]
/Linux-v5.10/fs/
Dtimerfd.c41 short unsigned expired; member
68 ctx->expired = 1; in timerfd_triggered()
184 ctx->expired = 0; in timerfd_setup()
271 ctx->expired = 0; in timerfd_read()
278 if (ctx->expired && ctx->tintv) { in timerfd_read()
295 ctx->expired = 0; in timerfd_read()
490 if (ctx->expired && ctx->tintv) { in do_timerfd_settime()
520 if (ctx->expired && ctx->tintv) { in do_timerfd_gettime()
521 ctx->expired = 0; in do_timerfd_gettime()
/Linux-v5.10/Documentation/networking/
Dxfrm_proc.rst47 State is expired
101 State is expired
113 State is invalid, perhaps expired
/Linux-v5.10/net/ipv4/
Dtcp_timer.c218 bool expired = false, do_reset; in tcp_write_timeout() local
231 expired = icsk->icsk_retransmits >= retry_until; in tcp_write_timeout()
257 if (!expired) in tcp_write_timeout()
258 expired = retransmits_timed_out(sk, retry_until, in tcp_write_timeout()
260 tcp_fastopen_active_detect_blackhole(sk, expired); in tcp_write_timeout()
265 icsk->icsk_rto, (int)expired); in tcp_write_timeout()
267 if (expired) { in tcp_write_timeout()
Dtcp_fastopen.c574 void tcp_fastopen_active_detect_blackhole(struct sock *sk, bool expired) in tcp_fastopen_active_detect_blackhole() argument
585 (timeouts == 2 || (timeouts < 2 && expired))) { in tcp_fastopen_active_detect_blackhole()
/Linux-v5.10/drivers/fpga/
Dxilinx-spi.c174 bool expired = false; in xilinx_spi_write_complete() local
183 while (!expired) { in xilinx_spi_write_complete()
184 expired = time_after(jiffies, timeout); in xilinx_spi_write_complete()
/Linux-v5.10/arch/x86/kvm/
Di8254.c215 kthread_queue_work(pit->worker, &pit->expired); in kvm_pit_ack_irq()
236 kthread_flush_work(&pit->expired); in destroy_pit_timer()
241 struct kvm_pit *pit = container_of(work, struct kvm_pit, expired); in pit_do_work()
275 kthread_queue_work(pt->worker, &pt->expired); in pit_timer_fn()
339 kthread_flush_work(&pit->expired); in create_pit_timer()
685 kthread_init_work(&pit->expired, pit_do_work); in kvm_create_pit()
Di8254.h49 struct kthread_work expired; member
/Linux-v5.10/Documentation/filesystems/
Dautomount-support.rst43 mountpoint to be expired in the automounting procedure outlined separately.
47 (1) Create at least one list off which the vfsmounts to be expired can be
55 (3) When you want mountpoints to be expired, call mark_mounts_for_expiry()
/Linux-v5.10/drivers/net/wireless/microchip/wilc1000/
Dhif.h124 void (*expired)(void *priv, u64 cookie); member
199 void (*expired)(void *, u64),
Dhif.c852 hif_drv->remain_on_ch.expired = hif_remain_ch->expired; in handle_remain_on_chan()
887 if (hif_drv->remain_on_ch.expired) { in wilc_handle_roc_expired()
888 hif_drv->remain_on_ch.expired(hif_drv->remain_on_ch.arg, in wilc_handle_roc_expired()
1662 void (*expired)(void *, u64), in wilc_remain_on_channel()
1669 roc.expired = expired; in wilc_remain_on_channel()
/Linux-v5.10/Documentation/driver-api/usb/
Derror-codes.rst50 expired.
129 to indicate timeout expired before the transfer
206 ``-ETIMEDOUT`` Timeout expired before the transfer completed.
/Linux-v5.10/Documentation/admin-guide/laptops/
Ddisk-shock-protection.rst52 before the timeout of the previous one has expired. In particular, the
57 timeout specified for a recent head park request has not yet expired,
89 for either device on the port has expired. As far as PATA (old style
/Linux-v5.10/drivers/mmc/core/
Dmmc_ops.c496 bool expired = false; in __mmc_poll_for_busy() local
515 expired = time_after(jiffies, timeout); in __mmc_poll_for_busy()
522 if (expired && busy) { in __mmc_poll_for_busy()
/Linux-v5.10/Documentation/devicetree/bindings/i2c/
Di2c-arb-gpio-challenge.txt39 6. Go back to 1 (until retry time has expired).
/Linux-v5.10/net/sunrpc/
Dauth.c433 unsigned long expired = jiffies - RPC_AUTH_EXPIRY_MORATORIUM; in rpcauth_prune_expired() local
448 if (!time_in_range(cred->cr_expire, expired, jiffies)) in rpcauth_prune_expired()
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dfunc-select.rst90 the timeout expired. On error -1 is returned, and the ``errno`` variable
/Linux-v5.10/Documentation/admin-guide/perf/
Dimx-ddr.rst12 “time” and when expired causes a lock on itself and the other counters and an

123