/linux-4.1.27/fs/autofs4/ |
D | expire.c | 406 struct dentry *expired; in should_expire() local 411 expired = autofs4_check_leaves(mnt, dentry, timeout, do_now); in should_expire() 412 if (expired) { in should_expire() 413 if (expired == dentry) in should_expire() 415 return expired; in should_expire() 434 struct dentry *expired; in autofs4_expire_indirect() local 448 expired = NULL; in autofs4_expire_indirect() 450 expired = should_expire(dentry, mnt, timeout, how); in autofs4_expire_indirect() 451 if (!expired) { in autofs4_expire_indirect() 455 ino = autofs4_dentry_ino(expired); in autofs4_expire_indirect() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
D | timer.c | 127 int expired = 0; in stt_expire_list() local 139 expired++; in stt_expire_list() 145 return expired; in stt_expire_list() 151 int expired = 0; in stt_check_timers() local 161 expired += stt_expire_list(STTIMER_SLOT(this_slot), now); in stt_check_timers() 167 return expired; in stt_check_timers()
|
/linux-4.1.27/drivers/isdn/mISDN/ |
D | timerdev.c | 37 struct list_head expired; member 62 INIT_LIST_HEAD(&dev->expired); in mISDN_open() 92 list_for_each_entry_safe(timer, next, &dev->expired, list) { in mISDN_close() 103 struct list_head *list = &dev->expired; in mISDN_read() 153 if (dev->work || !list_empty(&dev->expired)) in mISDN_poll() 157 dev->work, list_empty(&dev->expired)); in mISDN_poll() 170 list_move_tail(&timer->list, &timer->dev->expired); in dev_expire_timer()
|
/linux-4.1.27/fs/ |
D | timerfd.c | 39 short unsigned expired; member 65 ctx->expired = 1; in timerfd_triggered() 172 ctx->expired = 0; in timerfd_setup() 257 ctx->expired = 0; in timerfd_read() 264 if (ctx->expired && ctx->tintv.tv64) { in timerfd_read() 281 ctx->expired = 0; in timerfd_read() 462 if (ctx->expired && ctx->tintv.tv64) { in do_timerfd_settime() 492 if (ctx->expired && ctx->tintv.tv64) { in do_timerfd_gettime() 493 ctx->expired = 0; in do_timerfd_gettime()
|
D | fs-writeback.c | 1019 unsigned long expired; in wb_check_old_data_flush() local 1028 expired = wb->last_old_flush + in wb_check_old_data_flush() 1030 if (time_before(jiffies, expired)) in wb_check_old_data_flush()
|
/linux-4.1.27/virt/kvm/arm/ |
D | arch_timer.c | 57 cancel_work_sync(&timer->expired); in timer_disarm() 96 vcpu = container_of(work, struct kvm_vcpu, arch.timer_cpu.expired); in kvm_timer_inject_irq_work() 110 queue_work(wqueue, &timer->expired); in kvm_timer_expire() 205 INIT_WORK(&timer->expired, kvm_timer_inject_irq_work); in kvm_timer_vcpu_init()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | llite_capa.c | 97 int expired = 0; in have_expired_capa() local 106 expired = capa_is_to_expire(ocapa); in have_expired_capa() 107 if (!expired) in have_expired_capa() 112 expired = capa_is_expired(ocapa); in have_expired_capa() 113 if (!expired) in have_expired_capa() 118 if (expired) in have_expired_capa() 120 return expired; in have_expired_capa()
|
/linux-4.1.27/Documentation/networking/ |
D | xfrm_proc.txt | 33 State is expired 68 State is expired
|
D | dns_resolver.txt | 141 the key will be discarded and recreated when the data it holds has expired.
|
D | can.txt | 730 RX_TIMEOUT: Cyclic message is detected to be absent (timer ival1 expired).
|
D | bonding.txt | 1951 only after some long period of time has expired. If it appears that
|
/linux-4.1.27/arch/x86/kvm/ |
D | i8254.c | 251 queue_kthread_work(&ps->pit->worker, &ps->pit->expired); in kvm_pit_ack_irq() 274 flush_kthread_work(&pit->expired); in destroy_pit_timer() 279 struct kvm_pit *pit = container_of(work, struct kvm_pit, expired); in pit_do_work() 324 queue_kthread_work(&pt->worker, &pt->expired); in pit_timer_fn() 347 flush_kthread_work(&ps->pit->expired); in create_pit_timer() 714 init_kthread_work(&pit->expired, pit_do_work); in kvm_create_pit() 777 flush_kthread_work(&kvm->arch.vpit->expired); in kvm_free_pit()
|
D | i8254.h | 50 struct kthread_work expired; member
|
/linux-4.1.27/Documentation/filesystems/ |
D | automount-support.txt | 32 If the mountpoint will be automatically expired, then do_add_mount() 64 mountpoint to be expired in the automounting procedure outlined above. 68 (3) Create at least one list off which the vfsmounts to be expired can be 74 (5) When you want mountpoints to be expired, call mark_mounts_for_expiry()
|
D | squashfs.txt | 205 expired/flushed inodes.
|
D | autofs4-mount-control.txt | 350 to the given ioctlfd for mounts that can be expired, issues an expire
|
/linux-4.1.27/include/kvm/ |
D | arm_arch_timer.h | 48 struct work_struct expired; member
|
/linux-4.1.27/net/ipv4/ |
D | inet_fragment.c | 132 HLIST_HEAD(expired); in inet_evict_bucket() 155 hlist_add_head(&fq->list, &expired); in inet_evict_bucket() 161 hlist_for_each_entry_safe(fq, n, &expired, list) in inet_evict_bucket()
|
/linux-4.1.27/Documentation/usb/ |
D | error-codes.txt | 41 the URB would be scheduled in have already expired. 116 to indicate timeout expired before the transfer 175 -ETIMEDOUT Timeout expired before the transfer completed.
|
D | power-management.txt | 409 has expired.
|
/linux-4.1.27/Documentation/laptops/ |
D | disk-shock-protection.txt | 51 before the timeout of the previous one has expired. In particular, the 56 timeout specified for a recent head park request has not yet expired, 88 for either device on the port has expired. As far as PATA (old style
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-led-flash | 61 the timeout set by the user has expired; not all flash
|
D | sysfs-power | 223 deactivated after it has expired. The timeout, if present, is
|
D | sysfs-devices-power | 121 been reported with a timeout that expired. This attribute is
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-arb-gpio-challenge.txt | 39 6. Go back to 1 (until retry time has expired).
|
/linux-4.1.27/net/sunrpc/ |
D | auth.c | 455 unsigned long expired = jiffies - RPC_AUTH_EXPIRY_MORATORIUM; in rpcauth_prune_expired() local 466 if (time_in_range(cred->cr_expire, expired, jiffies) && in rpcauth_prune_expired()
|
/linux-4.1.27/Documentation/power/ |
D | runtime_pm.txt | 326 not yet expired then an autosuspend is scheduled for the appropriate time 344 device when the autosuspend delay has expired; if the delay has already 345 expired then the work item is queued up immediately 354 ->runtime_suspend() is already scheduled and not yet expired, the new 493 nearest second; returns 0 if the delay period has already expired or 833 autosuspend delay time has expired. If the ->runtime_suspend() callback 911 value then the delay has not yet expired and the callback should return
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfs.txt | 49 outstanding NFSv4 state has expired, to prevent loss of NFSv4 state.
|
/linux-4.1.27/Documentation/timers/ |
D | highres.txt | 171 from the clock event distribution code and moves expired timers from the 179 context to the softirq and to the task which is woken up by the expired
|
D | hrtimers.txt | 100 high-resolution clocks, where we need separate pending and expired
|
/linux-4.1.27/net/wireless/ |
D | scan.c | 147 bool expired = false; in __cfg80211_bss_expire() local 158 expired = true; in __cfg80211_bss_expire() 161 if (expired) in __cfg80211_bss_expire()
|
/linux-4.1.27/Documentation/scsi/ |
D | libsas.txt | 286 PORTE_LINK_RESET_ERR -- timer expired, loss of signal, loss 288 PORTE_TIMER_EVENT -- DWS reset timeout timer expired (*)
|
D | scsi_eh.txt | 157 timer has already expired.
|
D | scsi_mid_low_api.txt | 742 eh_timed_out - notify the host that a command timer expired
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_state.c | 392 goto expired; in xfrm_timer_handler() 405 goto expired; in xfrm_timer_handler() 414 goto expired; in xfrm_timer_handler() 451 expired: in xfrm_timer_handler()
|
D | xfrm_policy.c | 195 goto expired; in xfrm_policy_timer() 203 goto expired; in xfrm_policy_timer() 239 expired: in xfrm_policy_timer()
|
/linux-4.1.27/drivers/net/phy/ |
D | dp83640.c | 578 static int expired(struct rxts *rxts) in expired() function 591 if (expired(rxts)) { in prune_rx_ts()
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-design-CFS.txt | 151 expired array.
|
/linux-4.1.27/Documentation/security/ |
D | keys.txt | 108 they traverse to this state. An expired key can be updated back to a 744 or expired keys. 1018 This checks that the key in question hasn't expired or and hasn't been 1412 Similarly, the kernel may attempt to update an expired or a soon to expire key 1430 Similarly, revoked and expired keys will be garbage collected, but only after a
|
D | credentials.txt | 293 (5) any keyrings it points to may be revoked, expired or have their security
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | kernel.fuc | 149 // if it's <= 0 then the timer has expired
|
/linux-4.1.27/Documentation/block/ |
D | cfq-iosched.txt | 19 queue is expired and CFQ selects next queue to dispatch from.
|
/linux-4.1.27/drivers/watchdog/ |
D | Kconfig | 1136 timer expired and no process has written to /dev/watchdog during 1151 will reboot the machine after a 100 seconds timer expired. 1159 timer has expired and no process has written to /dev/watchdog during
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | idle-states.txt | 104 has not expired. The abortable nature of the PREP period can be ignored
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | timekeeping.txt | 172 Bit 6 = Count loaded (0 if timer has expired)
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 575 until the cifs receive timeout expired). Fix spurious error logging
|