| /linux/drivers/net/ethernet/sun/ |
| H A D | sunbmac.h | 144 #define BIGMAC_STAT_RCNTEXP 0x00000002 /* Receive frame counter expired */ 145 #define BIGMAC_STAT_ACNTEXP 0x00000004 /* Align-error counter expired */ 146 #define BIGMAC_STAT_CCNTEXP 0x00000008 /* CRC-error counter expired */ 147 #define BIGMAC_STAT_LCNTEXP 0x00000010 /* Length-error counter expired */ 149 #define BIGMAC_STAT_CVCNTEXP 0x00000040 /* Code-violation counter expired */ 153 #define BIGMAC_STAT_NCNTEXP 0x00000800 /* Normal-collision counter expired */ 154 #define BIGMAC_STAT_ECNTEXP 0x00001000 /* Excess-collision counter expired */ 155 #define BIGMAC_STAT_LCCNTEXP 0x00002000 /* Late-collision counter expired */ 156 #define BIGMAC_STAT_FCNTEXP 0x00004000 /* First-collision counter expired */ 157 #define BIGMAC_STAT_DTIMEXP 0x00008000 /* Defer-timer expired */ [all …]
|
| H A D | sunhme.h | 37 #define GREG_STAT_RCNTEXP 0x00000002 /* Receive frame counter expired */ 38 #define GREG_STAT_ACNTEXP 0x00000004 /* Align-error counter expired */ 39 #define GREG_STAT_CCNTEXP 0x00000008 /* CRC-error counter expired */ 40 #define GREG_STAT_LCNTEXP 0x00000010 /* Length-error counter expired */ 42 #define GREG_STAT_CVCNTEXP 0x00000040 /* Code-violation counter expired */ 47 #define GREG_STAT_NCNTEXP 0x00000800 /* Normal-collision counter expired */ 48 #define GREG_STAT_ECNTEXP 0x00001000 /* Excess-collision counter expired */ 49 #define GREG_STAT_LCCNTEXP 0x00002000 /* Late-collision counter expired */ 50 #define GREG_STAT_FCNTEXP 0x00004000 /* First-collision counter expired */ 51 #define GREG_STAT_DTIMEXP 0x00008000 /* Defer-timer expired */ [all …]
|
| /linux/fs/autofs/ |
| H A D | expire.c | 10 /* Check if a dentry can be expired */ 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() [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.
|
| /linux/drivers/net/ethernet/apple/ |
| H A D | bmac.h | 52 # define RxFrameCntExp 0x00000002 /* Receive frame counter expired */ 53 # define RxAlignCntExp 0x00000004 /* Align-error counter expired */ 54 # define RxCRCCntExp 0x00000008 /* CRC-error counter expired */ 55 # define RxLenCntExp 0x00000010 /* Length-error counter expired */ 57 # define RxCodeViolation 0x00000040 /* Code-violation counter expired */ 62 # define TxNormalCollExp 0x00000800 /* Normal-collision counter expired */ 63 # define TxExcessCollExp 0x00001000 /* Excess-collision counter expired */ 64 # define TxLateCollExp 0x00002000 /* Late-collision counter expired */ 65 # define TxNetworkCollExp 0x00004000 /* First-collision counter expired */ 66 # define TxDeferTimerExp 0x00008000 /* Defer-timer expired */
|
| /linux/drivers/isdn/mISDN/ |
| H A D | timerdev.c | 30 struct list_head expired; member 55 INIT_LIST_HEAD(&dev->expired); in mISDN_open() 79 /* it might have been moved to ->expired */ in mISDN_close() 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/tools/perf/pmu-events/arch/x86/ivytown/ |
| H A D | uncore-power.json | 151 …eep sleep state. In other words, a wake event occurred before the timer expired that causes a tra… 160 …eep sleep state. In other words, a wake event occurred before the timer expired that causes a tra… 169 …eep sleep state. In other words, a wake event occurred before the timer expired that causes a tra… 178 …eep sleep state. In other words, a wake event occurred before the timer expired that causes a tra… 187 …eep sleep state. In other words, a wake event occurred before the timer expired that causes a tra… 196 …eep sleep state. In other words, a wake event occurred before the timer expired that causes a tra… 205 …eep sleep state. In other words, a wake event occurred before the timer expired that causes a tra… 214 …eep sleep state. In other words, a wake event occurred before the timer expired that causes a tra… 223 …eep sleep state. In other words, a wake event occurred before the timer expired that causes a tra… 232 …eep sleep state. In other words, a wake event occurred before the timer expired that causes a tra… [all …]
|
| /linux/drivers/net/ethernet/aquantia/atlantic/macsec/ |
| H A D | macsec_api.h | 312 /*! 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 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/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | mcs_cnf10kb.c | 153 * one of two SAs mapped to SC gets expired. If tx_sa_active=0 implies 154 * SA in SA_index1 got expired else SA in SA_index0 got expired. 180 /* SA_index0 is expired */ in cnf10kb_mcs_tx_pn_thresh_reached_handler() 208 /* SA_index1 was used and got expired */ in cnf10kb_mcs_tx_pn_wrapped_handler() 211 /* SA_index0 was used and got expired */ in cnf10kb_mcs_tx_pn_wrapped_handler()
|
| /linux/net/bridge/ |
| H A D | br_stp_timer.c | 34 br_debug(br, "hello timer expired\n"); in br_hello_timer_expired() 109 br_debug(br, "tcn timer expired\n"); in br_tcn_timer_expired() 124 br_debug(br, "topo change timer expired\n"); in br_topology_change_timer_expired() 135 br_debug(p->br, "port %u(%s) hold timer expired\n", in br_hold_timer_expired()
|
| /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/tools/testing/vsock/ |
| H A D | timeout.c | 41 * expired. timeout_end() must be called to stop the timeout. Timeouts cannot in timeout_begin() 49 /* Exit with an error message if the timeout has expired */ in timeout_check()
|
| /linux/include/linux/ |
| H A D | hrtimer_types.h | 33 * @is_soft: Set if hrtimer will be expired in soft interrupt context. 34 * @is_hard: Set if hrtimer will be expired in hard interrupt context
|
| H A D | hrtimer_defs.h | 85 * expired 93 * @softirq_expires_next: Time to check, if soft queues needs also to be expired
|
| /linux/security/keys/ |
| H A D | gc.c | 34 #define KEY_GC_KEY_EXPIRED 0 /* A key expired and needs unlinking */ 92 * Some key's cleanup time was met after it expired, so we need to get the 93 * reaper to go through a cycle finding expired keys. 352 * dead or expired keys. We don't flag another reap immediately as we in key_garbage_collector()
|
| H A D | permission.c | 100 * the key has been revoked or -EKEYEXPIRED if the key has expired. 115 /* check it hasn't expired */ in key_validate()
|
| /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/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2500pci.h | 119 * TBCN_EXPIRE: Beacon timer expired interrupt. 120 * TWAKE_EXPIRE: Wakeup timer expired interrupt. 121 * TATIMW_EXPIRE: Timer of atim window expired interrupt. 138 * TIMER_CSR3_EXPIRE: TIMECSR3 timer expired (802.1H quiet period). 166 * TBCN_EXPIRE: Beacon timer expired interrupt. 167 * TWAKE_EXPIRE: Wakeup timer expired interrupt. 168 * TATIMW_EXPIRE: Timer of atim window expired interrupt. 185 * TIMER_CSR3_EXPIRE: TIMECSR3 timer expired (802.1H quiet period). 328 * DELAY_AFTER_TBCN: Delay after tbcn expired in units of 1/16 TU.
|
| H A D | rt2400pci.h | 108 * TBCN_EXPIRE: Beacon timer expired interrupt. 109 * TWAKE_EXPIRE: Wakeup timer expired interrupt. 110 * TATIMW_EXPIRE: Timer of atim window expired interrupt. 128 * TBCN_EXPIRE: Beacon timer expired interrupt. 129 * TWAKE_EXPIRE: Wakeup timer expired interrupt. 130 * TATIMW_EXPIRE: Timer of atim window expired interrupt. 251 * DELAY_AFTER_TBCN: Delay after tbcn expired in units of 1/16 TU.
|
| /linux/tools/testing/selftests/drivers/net/bonding/ |
| H A D | bond_passive_lacp.sh | 81 # 4. Make sure the connection is not expired. 84 slowwait 10 check_port_state "${s_ns}" "eth0" "expired" && RET=1
|
| /linux/net/netfilter/ |
| H A D | nf_flow_table_core.c | 200 bool expired, closing = false; in flow_offload_fixup_ct() 216 expired = false; in flow_offload_fixup_ct() 221 expired = nf_flow_has_expired(flow); in flow_offload_fixup_ct() 232 expired = nf_flow_has_expired(flow); in flow_offload_fixup_ct() 238 if (expired) in flow_offload_fixup_ct() 493 * if they have expired. 197 bool expired, closing = false; flow_offload_fixup_ct() local
|
| /linux/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/kernel/time/ |
| H A D | tick-broadcast.c | 702 /* Find all expired events */ in tick_handle_oneshot_broadcast() 745 * Wakeup the cpus which have an expired event. in tick_handle_oneshot_broadcast() 871 * IPI. So we are going to handle the expired in ___tick_broadcast_oneshot_control() 874 * with an already expired event. in ___tick_broadcast_oneshot_control() 893 * timer with an already expired event. in ___tick_broadcast_oneshot_control() 904 * If the cpu local next_event has expired in ___tick_broadcast_oneshot_control() 906 * next_event has expired as well and in ___tick_broadcast_oneshot_control()
|
| /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()
|