| /linux/fs/autofs/ |
| H A D | expire.c | 391 struct dentry *expired; in should_expire() local 401 expired = autofs_check_leaves(mnt, dentry, timeout, how); in should_expire() 402 if (expired) { in should_expire() 403 if (expired == dentry) in should_expire() 405 return expired; in should_expire() 425 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/Documentation/ABI/testing/ |
| H A D | sysfs-devices-platform-ACPI-TAD | 45 (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.
|
| H A D | sysfs-bus-fsi | 29 ongoing operation in case of an expired 'Master Time Out'
|
| H A D | sysfs-class-wakeup | 40 timeout has expired.
|
| H A D | sysfs-class-led-flash | 63 the timeout set by the user has expired; not all flash
|
| /linux/drivers/net/ethernet/aquantia/atlantic/macsec/ |
| H A D | macsec_api.h | 313 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);
|
| H A D | macsec_api.c | 2369 static int get_egress_sa_expired(struct aq_hw_s *hw, u32 *expired) in get_egress_sa_expired() argument 2380 *expired = val; in get_egress_sa_expired() 2388 *expired |= val << 16; in get_egress_sa_expired() 2393 int aq_mss_get_egress_sa_expired(struct aq_hw_s *hw, u32 *expired) in aq_mss_get_egress_sa_expired() argument 2395 *expired = 0; in aq_mss_get_egress_sa_expired() 2397 return AQ_API_CALL_SAFE(get_egress_sa_expired, hw, expired); in aq_mss_get_egress_sa_expired() 2401 u32 *expired) in get_egress_sa_threshold_expired() argument 2411 *expired = val; in get_egress_sa_threshold_expired() 2418 *expired |= val << 16; in get_egress_sa_threshold_expired() 2424 u32 *expired) in aq_mss_get_egress_sa_threshold_expired() argument [all …]
|
| /linux/fs/ |
| H A D | timerfd.c | 41 short unsigned expired; member 62 ctx->expired = 1; 68 * This gets called when the timer event triggers. We set the "expired" in timerfd_triggered() 193 /* Start the timer. If it's expired already, handle the callback. */ in timerfd_setup() 210 /* Start the timer. If it's expired already, handle the callback. */ in timerfd_setup() 241 ctx->expired = 0; in timerfd_release() 323 ctx->expired = 0; in timerfd_show() 328 unsigned int expired = ctx->expired; in timerfd_show() 331 ctx->expired in timerfd_show() [all...] |
| /linux/net/ipv4/ |
| H A D | tcp_timer.c | 248 bool expired = false, do_reset; in tcp_write_timeout() local 262 expired = icsk->icsk_retransmits >= max_retransmits; in tcp_write_timeout() 283 if (!expired) in tcp_write_timeout() 284 expired = retransmits_timed_out(sk, retry_until, in tcp_write_timeout() 286 tcp_fastopen_active_detect_blackhole(sk, expired); in tcp_write_timeout() 287 mptcp_active_detect_blackhole(sk, expired); in tcp_write_timeout() 292 icsk->icsk_rto, (int)expired); in tcp_write_timeout() 294 if (expired) { in tcp_write_timeout()
|
| H A D | tcp_fastopen.c | 674 void tcp_fastopen_active_detect_blackhole(struct sock *sk, bool expired) in tcp_fastopen_active_detect_blackhole() argument 685 (timeouts == 2 || (timeouts < 2 && expired))) { in tcp_fastopen_active_detect_blackhole()
|
| /linux/arch/x86/kvm/ |
| H A D | i8254.c | 215 kthread_queue_work(pit->worker, &pit->expired); in kvm_pit_ack_irq() 237 kthread_flush_work(&pit->expired); in destroy_pit_timer() 242 struct kvm_pit *pit = container_of(work, struct kvm_pit, expired); in pit_do_work() 276 kthread_queue_work(pt->worker, &pt->expired); in pit_timer_fn() 338 kthread_flush_work(&pit->expired); in create_pit_timer() 757 kthread_init_work(&pit->expired, pit_do_work); in kvm_create_pit()
|
| H A D | i8254.h | 52 struct kthread_work expired; member
|
| /linux/net/rxrpc/ |
| H A D | call_event.c | 358 goto expired; in rxrpc_input_call_event() 366 goto expired; in rxrpc_input_call_event() 373 goto expired; in rxrpc_input_call_event() 489 expired: in rxrpc_input_call_event()
|
| /linux/Documentation/filesystems/ |
| H A D | automount-support.rst | 43 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/drivers/net/ovpn/ |
| H A D | peer.c | 1234 bool expired; in ovpn_peer_keepalive_work_single() local 1246 expired = false; in ovpn_peer_keepalive_work_single() 1255 expired = true; in ovpn_peer_keepalive_work_single() 1258 if (expired) { in ovpn_peer_keepalive_work_single() 1269 expired = false; in ovpn_peer_keepalive_work_single() 1278 expired = true; in ovpn_peer_keepalive_work_single() 1283 if (expired) { in ovpn_peer_keepalive_work_single()
|
| /linux/include/net/ |
| H A D | mptcp.h | 237 void mptcp_active_detect_blackhole(struct sock *sk, bool expired); 314 static inline void mptcp_active_detect_blackhole(struct sock *sk, bool expired) { } in mptcp_subflow_reqsk_alloc() 322 mptcp_active_detect_blackhole(struct sock * sk,bool expired) mptcp_active_detect_blackhole() argument
|
| /linux/net/netfilter/ |
| H A D | nf_flow_table_core.c | 202 bool expired, closing = false; in flow_offload_fixup_ct() local 218 expired = false; in flow_offload_fixup_ct() 223 expired = nf_flow_has_expired(flow); in flow_offload_fixup_ct() 234 expired = nf_flow_has_expired(flow); in flow_offload_fixup_ct() 240 if (expired) in flow_offload_fixup_ct() 495 * if they have expired. 513 if (expires <= 0) /* already expired */ in nf_flow_table_extend_ct_timeout()
|
| H A D | nft_set_rbtree.c | 38 struct list_head expired; member 204 list_add(&rbe->list, &priv->expired); in nft_rbtree_gc_elem_move() 934 if (list_empty(&priv->expired)) in nft_rbtree_gc_queue() 941 list_for_each_entry_safe(rbe, rbe_end, &priv->expired, list) { in nft_rbtree_gc_queue() 970 INIT_LIST_HEAD(&priv->expired); in nft_rbtree_init() 992 list_for_each_entry_safe(rbe, next, &priv->expired, list) { in nft_rbtree_destroy() 1049 * scan tree and move all expired elements to the expired in nft_rbtree_commit()
|
| /linux/drivers/net/wireless/microchip/wilc1000/ |
| H A D | hif.h | 127 void (*expired)(struct wilc_vif *vif, u64 cookie); member 199 void (*expired)(struct wilc_vif *, u64));
|
| H A D | hif.c | 900 hif_drv->remain_on_ch.expired = hif_remain_ch->expired; in handle_remain_on_chan() 935 if (hif_drv->remain_on_ch.expired) { in wilc_handle_roc_expired() 936 hif_drv->remain_on_ch.expired(hif_drv->remain_on_ch.vif, in wilc_handle_roc_expired() 1698 void (*expired)(struct wilc_vif *, u64)) in wilc_remain_on_channel() 1704 roc.expired = expired; in wilc_remain_on_channel()
|
| /linux/Documentation/driver-api/usb/ |
| H A D | error-codes.rst | 50 expired. 132 to indicate timeout expired before the transfer 209 ``-ETIMEDOUT`` Timeout expired before the transfer completed.
|
| /linux/block/ |
| H A D | blk-mq.c | 1647 static bool blk_mq_req_expired(struct request *rq, struct blk_expired_data *expired) 1657 if (time_after_eq(expired->timeout_start, deadline)) in blk_mq_rq_timed_out() 1660 if (expired->next == 0) in blk_mq_rq_timed_out() 1661 expired->next = deadline; in blk_mq_rq_timed_out() 1662 else if (time_after(expired->next, deadline)) in blk_mq_rq_timed_out() 1663 expired->next = deadline; in blk_mq_rq_timed_out() 1679 struct blk_expired_data *expired = priv; in blk_mq_req_expired() 1684 * the expire check is reliable. If the request is not expired, then in blk_mq_req_expired() 1688 if (blk_mq_req_expired(rq, expired)) { in blk_mq_req_expired() 1689 expired in blk_mq_req_expired() 1678 blk_mq_req_expired(struct request * rq,struct blk_expired_data * expired) blk_mq_req_expired() argument 1710 struct blk_expired_data *expired = priv; blk_mq_check_expired() local 1728 struct blk_expired_data *expired = priv; blk_mq_handle_expired() local 1739 struct blk_expired_data expired = { blk_mq_timeout_work() local [all...] |
| /linux/Documentation/admin-guide/laptops/ |
| H A D | disk-shock-protection.rst | 52 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/net/sunrpc/ |
| H A D | auth.c | 430 unsigned long expired = jiffies - RPC_AUTH_EXPIRY_MORATORIUM; in rpcauth_prune_expired() local 445 if (time_in_range(cred->cr_expire, expired, jiffies)) in rpcauth_prune_expired()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | x86_ops.h | 124 bool *expired);
|