| /linux-6.15/fs/autofs/ |
| H A D | expire.c | 391 struct dentry *expired; in should_expire() local 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 448 if (!expired) in autofs_expire_indirect() 467 if (expired != dentry) in autofs_expire_indirect() 476 if (expired != dentry) in autofs_expire_indirect() 477 dput(expired); in autofs_expire_indirect() 482 pr_debug("returning %p %pd\n", expired, expired); in autofs_expire_indirect() [all …]
|
| /linux-6.15/drivers/isdn/mISDN/ |
| H A D | timerdev.c | 30 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-6.15/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'
|
| /linux-6.15/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 | 2380 *expired = val; in get_egress_sa_expired() 2388 *expired |= val << 16; in get_egress_sa_expired() 2395 *expired = 0; 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() 2424 u32 *expired) in aq_mss_get_egress_sa_threshold_expired() argument 2426 *expired = 0; in aq_mss_get_egress_sa_threshold_expired() 2437 expired & 0xFFFF); in set_egress_sa_expired() 2443 expired >> 16); in set_egress_sa_expired() 2461 expired & 0xFFFF); in set_egress_sa_threshold_expired() [all …]
|
| /linux-6.15/fs/ |
| H A D | timerfd.c | 41 short unsigned expired; member 68 ctx->expired = 1; in timerfd_triggered() 198 ctx->expired = 0; in timerfd_setup() 285 ctx->expired = 0; in timerfd_read_iter() 292 if (ctx->expired && ctx->tintv) { in timerfd_read_iter() 309 ctx->expired = 0; in timerfd_read_iter() 507 if (ctx->expired && ctx->tintv) { in do_timerfd_settime() 538 if (ctx->expired && ctx->tintv) { in do_timerfd_gettime() 539 ctx->expired = 0; in do_timerfd_gettime()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | clock.c | 58 int expired; member 66 wait->expired = 1; in io_clock_wait_fn() 75 wait->expired = 1; in io_clock_cpu_timeout() 116 if (wait.expired) in bch2_kthread_io_clock_wait()
|
| H A D | rcu_pending.c | 172 struct rcu_pending_list *expired = &p->lists[NUM_ACTIVE_RCU_POLL_OLDSTATE]; in merge_expired_lists() local 174 for (struct rcu_pending_list *i = p->lists; i < expired; i++) in merge_expired_lists() 176 rcu_pending_list_merge(expired, i); in merge_expired_lists() 196 struct rcu_pending_list *expired = &p->lists[NUM_ACTIVE_RCU_POLL_OLDSTATE]; in __process_finished_items() local 208 list = expired->head; in __process_finished_items() 209 expired->head = expired->tail = NULL; in __process_finished_items()
|
| /linux-6.15/drivers/fpga/ |
| H A D | xilinx-core.c | 131 bool expired = false; in xilinx_core_write_complete() local 141 while (!expired) { in xilinx_core_write_complete() 142 expired = time_after(jiffies, timeout); in xilinx_core_write_complete()
|
| /linux-6.15/Documentation/networking/ |
| H A D | xfrm_proc.rst | 47 State is expired 104 State is expired 116 State is invalid, perhaps expired
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp_timer.c | 246 bool expired = false, do_reset; in tcp_write_timeout() local 260 expired = icsk->icsk_retransmits >= max_retransmits; in tcp_write_timeout() 281 if (!expired) in tcp_write_timeout() 282 expired = retransmits_timed_out(sk, retry_until, in tcp_write_timeout() 284 tcp_fastopen_active_detect_blackhole(sk, expired); in tcp_write_timeout() 285 mptcp_active_detect_blackhole(sk, expired); in tcp_write_timeout() 290 icsk->icsk_rto, (int)expired); in tcp_write_timeout() 292 if (expired) { in tcp_write_timeout()
|
| /linux-6.15/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() 688 kthread_init_work(&pit->expired, pit_do_work); in kvm_create_pit()
|
| H A D | i8254.h | 48 struct kthread_work expired; member
|
| /linux-6.15/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-6.15/net/rxrpc/ |
| H A D | call_event.c | 355 goto expired; in rxrpc_input_call_event() 363 goto expired; in rxrpc_input_call_event() 370 goto expired; in rxrpc_input_call_event() 486 expired: in rxrpc_input_call_event()
|
| /linux-6.15/net/netfilter/ |
| H A D | nf_flow_table_core.c | 197 bool expired, closing = false; in flow_offload_fixup_ct() local 213 expired = false; in flow_offload_fixup_ct() 218 expired = nf_flow_has_expired(flow); in flow_offload_fixup_ct() 229 expired = nf_flow_has_expired(flow); in flow_offload_fixup_ct() 235 if (expired) in flow_offload_fixup_ct()
|
| /linux-6.15/drivers/gpu/drm/ci/xfails/ |
| H A D | vkms-none-flakes.txt | 20 kms_flip@flip-vs-expired-vblank-interruptible 83 kms_flip@flip-vs-expired-vblank
|
| /linux-6.15/include/net/ |
| H A D | mptcp.h | 242 void mptcp_active_detect_blackhole(struct sock *sk, bool expired); 328 static inline void mptcp_active_detect_blackhole(struct sock *sk, bool expired) { } in mptcp_active_detect_blackhole() argument
|
| /linux-6.15/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));
|
| /linux-6.15/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-6.15/block/ |
| H A D | blk-mq.c | 1657 if (expired->next == 0) in blk_mq_req_expired() 1658 expired->next = deadline; in blk_mq_req_expired() 1660 expired->next = deadline; in blk_mq_req_expired() 1685 if (blk_mq_req_expired(rq, expired)) { in blk_mq_check_expired() 1686 expired->has_timedout_rq = true; in blk_mq_check_expired() 1696 if (blk_mq_req_expired(rq, expired)) in blk_mq_handle_expired() 1705 struct blk_expired_data expired = { in blk_mq_timeout_work() local 1729 if (expired.has_timedout_rq) { in blk_mq_timeout_work() 1738 expired.next = 0; in blk_mq_timeout_work() 1742 if (expired.next != 0) { in blk_mq_timeout_work() [all …]
|
| /linux-6.15/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-6.15/drivers/md/dm-vdo/ |
| H A D | block-map.c | 1971 &dirty_lists->expired[VDO_TREE_PAGE]); in expire_oldest_list() 1976 &dirty_lists->expired[VDO_CACHE_PAGE]); in expire_oldest_list() 1999 struct list_head *expired; in write_expired_elements() local 2002 expired = &zone->dirty_lists->expired[VDO_TREE_PAGE]; in write_expired_elements() 2003 list_for_each_entry_safe(page, ttmp, expired, entry) { in write_expired_elements() 2020 expired = &zone->dirty_lists->expired[VDO_CACHE_PAGE]; in write_expired_elements() 2021 list_for_each_entry_safe(info, ptmp, expired, state_entry) { in write_expired_elements() 2050 list_move_tail(entry, &dirty_lists->expired[type]); in add_to_dirty_lists() 2736 INIT_LIST_HEAD(&zone->dirty_lists->expired[VDO_TREE_PAGE]); in initialize_block_map_zone() 2737 INIT_LIST_HEAD(&zone->dirty_lists->expired[VDO_CACHE_PAGE]); in initialize_block_map_zone()
|
| /linux-6.15/Documentation/translations/zh_CN/scheduler/ |
| H A D | sched-design-CFS.rst | 128 运行队列(总共100个实时优先级,替代了之前调度器的140个),且不需要过期数组(expired
|