| /kernel/linux/linux-4.19/drivers/net/ethernet/sun/ |
| 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 …]
|
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
| 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 …]
|
| 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 …]
|
| /kernel/linux/linux-4.19/Documentation/ABI/testing/ |
| D | sysfs-devices-platform-ACPI-TAD | 43 (RW) The AC alarm expired timer wake policy (see ACPI 6.2, 46 Reads return the current expired timer wake delay for the AC 50 Write a new expired timer wake delay for the AC alarm timer in 51 seconds or "never" to it to set the expired timer wake delay for 52 the AC alarm timer or to set its expired wake policy to discard 65 Bit(0): The timer has expired if set. 76 If the status return value indicates that the timer has expired, 96 (RW,optional) The DC alarm expired timer wake policy.
|
| /kernel/linux/linux-5.10/fs/autofs/ |
| D | expire.c | 10 /* Check if a dentry can be expired */ 394 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() [all …]
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| 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.
|
| /kernel/linux/linux-4.19/fs/autofs/ |
| D | expire.c | 13 /* Check if a dentry can be expired */ 436 struct dentry *expired; in should_expire() local 446 expired = autofs_check_leaves(mnt, dentry, timeout, how); in should_expire() 447 if (expired) { in should_expire() 448 if (expired == dentry) in should_expire() 450 return expired; in should_expire() 470 struct dentry *expired; in autofs_expire_indirect() local 489 expired = should_expire(dentry, mnt, timeout, how); in autofs_expire_indirect() 490 if (!expired) in autofs_expire_indirect() 494 ino = autofs_dentry_ino(expired); in autofs_expire_indirect() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/apple/ |
| 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 */
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/apple/ |
| D | bmac.h | 56 # define RxFrameCntExp 0x00000002 /* Receive frame counter expired */ 57 # define RxAlignCntExp 0x00000004 /* Align-error counter expired */ 58 # define RxCRCCntExp 0x00000008 /* CRC-error counter expired */ 59 # define RxLenCntExp 0x00000010 /* Length-error counter expired */ 61 # define RxCodeViolation 0x00000040 /* Code-violation counter expired */ 66 # define TxNormalCollExp 0x00000800 /* Normal-collision counter expired */ 67 # define TxExcessCollExp 0x00001000 /* Excess-collision counter expired */ 68 # define TxLateCollExp 0x00002000 /* Late-collision counter expired */ 69 # define TxNetworkCollExp 0x00004000 /* First-collision counter expired */ 70 # define TxDeferTimerExp 0x00008000 /* Defer-timer expired */
|
| /kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
| 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()
|
| /kernel/linux/linux-4.19/drivers/isdn/mISDN/ |
| D | timerdev.c | 39 struct list_head expired; member 64 INIT_LIST_HEAD(&dev->expired); in mISDN_open() 88 /* it might have been moved to ->expired */ in mISDN_close() 94 list_for_each_entry_safe(timer, next, &dev->expired, list) { in mISDN_close() 105 struct list_head *list = &dev->expired; in mISDN_read() 155 if (dev->work || !list_empty(&dev->expired)) in mISDN_poll() 159 dev->work, list_empty(&dev->expired)); in mISDN_poll() 172 list_move_tail(&timer->list, &timer->dev->expired); in dev_expire_timer()
|
| /kernel/linux/linux-5.10/fs/ |
| D | timerfd.c | 41 short unsigned expired; member 59 * This gets called when the timer event triggers. We set the "expired" 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() 485 * If the timer is expired and it's periodic, we need to advance it in do_timerfd_settime() 487 * We do not update "ticks" and "expired" since the timer will be in do_timerfd_settime() 490 if (ctx->expired && ctx->tintv) { in do_timerfd_settime() [all …]
|
| /kernel/linux/linux-4.19/fs/ |
| D | timerfd.c | 40 short unsigned expired; member 58 * This gets called when the timer event triggers. We set the "expired" 67 ctx->expired = 1; in timerfd_triggered() 183 ctx->expired = 0; in timerfd_setup() 268 ctx->expired = 0; in timerfd_read() 275 if (ctx->expired && ctx->tintv) { in timerfd_read() 292 ctx->expired = 0; in timerfd_read() 478 * If the timer is expired and it's periodic, we need to advance it in do_timerfd_settime() 480 * We do not update "ticks" and "expired" since the timer will be in do_timerfd_settime() 483 if (ctx->expired && ctx->tintv) { in do_timerfd_settime() [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/host1x/ |
| D | syncpt.c | 199 * Updated sync point form hardware, and returns true if syncpoint is expired, 316 * Returns true if syncpoint is expired, false if we may need to wait 343 * B) .....c.....f..t.. Dtf > Dtc expired in host1x_syncpt_is_expired() 344 * C) ..t..c.....f..... Dtf > Dtc expired (Dct very large) in host1x_syncpt_is_expired() 346 * Any case where f==c: always expired (for any t). Dtf == Dcf in host1x_syncpt_is_expired() 347 * Any case where t==c: always expired (for any f). Dtf >= Dtc (because Dtc==0) in host1x_syncpt_is_expired() 355 * A) .....f..t..c..... Dtf > Dtc expired in host1x_syncpt_is_expired() 358 * Dtf >= Dtc implies EXPIRED (return true) in host1x_syncpt_is_expired() 361 * Note: If t is expired then we *cannot* wait on it. We would wait in host1x_syncpt_is_expired() 414 /* Allocate sync point to use for clearing waits for expired fences */ in host1x_syncpt_init()
|
| /kernel/linux/linux-5.10/drivers/gpu/host1x/ |
| D | syncpt.c | 188 * Updated sync point form hardware, and returns true if syncpoint is expired, 305 * Returns true if syncpoint is expired, false if we may need to wait 332 * B) .....c.....f..t.. Dtf > Dtc expired in host1x_syncpt_is_expired() 333 * C) ..t..c.....f..... Dtf > Dtc expired (Dct very large) in host1x_syncpt_is_expired() 335 * Any case where f==c: always expired (for any t). Dtf == Dcf in host1x_syncpt_is_expired() 336 * Any case where t==c: always expired (for any f). Dtf >= Dtc (because Dtc==0) in host1x_syncpt_is_expired() 344 * A) .....f..t..c..... Dtf > Dtc expired in host1x_syncpt_is_expired() 347 * Dtf >= Dtc implies EXPIRED (return true) in host1x_syncpt_is_expired() 350 * Note: If t is expired then we *cannot* wait on it. We would wait in host1x_syncpt_is_expired() 403 /* Allocate sync point to use for clearing waits for expired fences */ in host1x_syncpt_init()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/macsec/ |
| 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);
|
| /kernel/linux/linux-4.19/Documentation/networking/ |
| D | xfrm_proc.txt | 35 State is expired 74 State is expired 82 State is invalid, perhaps expired
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| D | xfrm_proc.rst | 47 State is expired 101 State is expired 113 State is invalid, perhaps expired
|
| /kernel/linux/linux-4.19/net/bridge/ |
| D | br_stp_timer.c | 38 br_debug(br, "hello timer expired\n"); in br_hello_timer_expired() 111 br_debug(br, "tcn timer expired\n"); in br_tcn_timer_expired() 125 br_debug(br, "topo change timer expired\n"); in br_topology_change_timer_expired() 136 br_debug(p->br, "port %u(%s) hold timer expired\n", in br_hold_timer_expired()
|
| /kernel/linux/linux-5.10/net/bridge/ |
| D | br_stp_timer.c | 34 br_debug(br, "hello timer expired\n"); in br_hello_timer_expired() 107 br_debug(br, "tcn timer expired\n"); in br_tcn_timer_expired() 121 br_debug(br, "topo change timer expired\n"); in br_topology_change_timer_expired() 132 br_debug(p->br, "port %u(%s) hold timer expired\n", in br_hold_timer_expired()
|
| /kernel/linux/linux-4.19/virt/kvm/arm/ |
| D | arch_timer.c | 113 vcpu = container_of(work, struct kvm_vcpu, arch.timer_cpu.expired); in kvm_timer_inject_irq_work() 117 * the timer has expired when entering the guest. in kvm_timer_inject_irq_work() 181 * Check that the timer has really expired from the guest's in kvm_bg_timer_expire() 191 schedule_work(&timer->expired); in kvm_bg_timer_expire() 207 * Check that the timer has really expired from the guest's in kvm_phys_timer_expire() 381 * already expired, because kvm_vcpu_block will return before putting in kvm_timer_schedule() 395 * The guest timers have not yet expired, schedule a background timer. in kvm_timer_schedule() 429 soft_timer_cancel(&timer->bg_timer, &timer->expired); in kvm_timer_unschedule() 640 INIT_WORK(&timer->expired, kvm_timer_inject_irq_work); in kvm_timer_vcpu_init() 689 * Set ISTATUS bit if it's expired. in read_timer_ctl() [all …]
|
| /kernel/linux/linux-4.19/Documentation/filesystems/ |
| D | automount-support.txt | 38 mountpoint to be expired in the automounting procedure outlined separately. 42 (1) Create at least one list off which the vfsmounts to be expired can be 49 (3) When you want mountpoints to be expired, call mark_mounts_for_expiry()
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| 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()
|
| /kernel/linux/linux-5.10/tools/testing/vsock/ |
| D | timeout.c | 38 * expired. timeout_end() must be called to stop the timeout. Timeouts cannot 46 /* Exit with an error message if the timeout has expired */
|