Home
last modified time | relevance | path

Searched refs:delayed (Results 1 – 69 of 69) sorted by relevance

/linux-4.1.27/drivers/md/
Ddm-delay.c78 struct dm_delay_info *delayed, *next; in flush_delayed_bios() local
84 list_for_each_entry_safe(delayed, next, &dc->delayed_bios, list) { in flush_delayed_bios()
85 if (flush_all || time_after_eq(jiffies, delayed->expires)) { in flush_delayed_bios()
86 struct bio *bio = dm_bio_from_per_bio_data(delayed, in flush_delayed_bios()
88 list_del(&delayed->list); in flush_delayed_bios()
91 delayed->context->writes--; in flush_delayed_bios()
93 delayed->context->reads--; in flush_delayed_bios()
99 next_expires = delayed->expires; in flush_delayed_bios()
101 next_expires = min(next_expires, delayed->expires); in flush_delayed_bios()
230 struct dm_delay_info *delayed; in delay_bio() local
[all …]
DKconfig240 delayed writes.
/linux-4.1.27/sound/pci/mixart/
Dmixart_core.h229 u32 delayed; member
242 u32 delayed; member
392 u32 delayed; member
443 u32 delayed; member
503 u32 delayed; member
548 u32 delayed; member
/linux-4.1.27/tools/virtio/
Dvirtio_test.c154 bool delayed, int bufs) in run_test() argument
194 if (delayed) { in run_test()
266 bool delayed = false; in main() local
289 delayed = true; in main()
300 run_test(&dev, &dev.vqs[0], delayed, 0x100000); in main()
/linux-4.1.27/Documentation/device-mapper/
Ddelay.txt18 echo "0 `blockdev --getsize $1` delay $1 0 500" | dmsetup create delayed
25 echo "0 `blockdev --getsize $1` delay $1 0 0 $2 0 500" | dmsetup create delayed
/linux-4.1.27/fs/btrfs/
DMakefile10 compression.o delayed-ref.o relocation.o delayed-inode.o scrub.o \
/linux-4.1.27/Documentation/networking/
Dproc_net_tcp.txt34 | | | | | | (delayed ACK control data)
45 2 another timer (e.g. delayed ack or keepalive) is pending
Dz8530drv.txt615 lead to delayed answers on interrupts. You can recognize these
Dcan.txt205 may be delayed by the reception of a high prio CAN frame. To
Dip-sysctl.txt252 3 enables delayed ER and TLP.
Dbonding.txt2444 Failover may be delayed via the downdelay bonding module option.
/linux-4.1.27/Documentation/misc-devices/
Dbh1770glc.txt32 by using a delayed work. As long as there is proximity threshold above
33 interrupts the delayed work is pushed forward. So, when proximity level goes
34 below the threshold value, there is no interrupt and the delayed work will
/linux-4.1.27/Documentation/devicetree/bindings/bus/
Dti-gpmc.txt72 - gpmc,adv-extra-delay: ADV signal is delayed by half GPMC clock
73 - gpmc,cs-extra-delay: CS signal is delayed by half GPMC clock
78 - gpmc,oe-extra-delay: OE signal is delayed by half GPMC clock
79 - gpmc,we-extra-delay: WE signal is delayed by half GPMC clock
/linux-4.1.27/net/sched/
Dsch_fq.c87 struct rb_root delayed; /* for rate limited flows */ member
131 struct rb_node **p = &q->delayed.rb_node, *parent = NULL; in fq_flow_set_throttled()
144 rb_insert_color(&f->rate_node, &q->delayed); in fq_flow_set_throttled()
412 while ((p = rb_first(&q->delayed)) != NULL) { in fq_check_throttled()
419 rb_erase(p, &q->delayed); in fq_check_throttled()
544 q->delayed = RB_ROOT; in fq_reset()
768 q->delayed = RB_ROOT; in fq_init()
Dsch_cbq.c120 unsigned char delayed; member
414 if (!cl->delayed) { in cbq_ovl_classic()
433 cl->delayed = 1; in cbq_ovl_classic()
491 if (!cl->delayed) { in cbq_ovl_delay()
515 cl->delayed = 1; in cbq_ovl_delay()
568 cl->delayed = 0; in cbq_undelay_prio()
792 cl->delayed = 0; in cbq_under_limit()
817 cl->delayed = 0; in cbq_under_limit()
/linux-4.1.27/net/core/
Ddst.c65 int delayed = 0; in dst_gc_task() local
82 delayed++; in dst_gc_task()
122 if (work_performed <= delayed/10) { in dst_gc_task()
/linux-4.1.27/drivers/usb/serial/
Dusb-wwan.h51 struct usb_anchor delayed; member
Dusb_wwan.c227 usb_anchor_urb(this_urb, &portdata->delayed); in usb_wwan_write()
441 urb = usb_get_from_anchor(&portdata->delayed); in usb_wwan_close()
491 init_usb_anchor(&portdata->delayed); in usb_wwan_port_probe()
615 urb = usb_get_from_anchor(&portdata->delayed); in usb_wwan_submit_delayed_urbs()
Dsierra.c311 struct usb_anchor delayed; member
521 usb_anchor_urb(urb, &portdata->delayed); in sierra_write()
787 urb = usb_get_from_anchor(&portdata->delayed); in sierra_close()
910 init_usb_anchor(&portdata->delayed); in sierra_port_probe()
1003 urb = usb_get_from_anchor(&portdata->delayed); in sierra_submit_delayed_urbs()
/linux-4.1.27/drivers/cpufreq/
Dsa1110-cpufreq.c133 static inline void set_mdcas(u_int *mdcas, int delayed, u_int rcd) in set_mdcas() argument
138 shift = delayed + 1 + rcd; in set_mdcas()
/linux-4.1.27/drivers/usb/class/
Dcdc-acm.h123 struct usb_anchor delayed; /* writes queued for a device about to be woken */ member
Dcdc-acm.c643 urb = usb_get_from_anchor(&acm->delayed); in acm_port_shutdown()
720 usb_anchor_urb(wb->urb, &acm->delayed); in acm_tty_write()
1355 init_usb_anchor(&acm->delayed); in acm_probe()
1628 urb = usb_get_from_anchor(&acm->delayed); in acm_resume()
/linux-4.1.27/fs/ext4/
DKconfig13 physical block numbers. The ext4 filesystem also supports delayed
21 the delayed allocation and inode table readahead, the best
/linux-4.1.27/fs/ceph/
Dcaps.c1147 int delayed = 0; in __send_cap() local
1176 delayed = 1; in __send_cap()
1246 delayed = 1; in __send_cap()
1252 return delayed; in __send_cap()
1534 int delayed = 0, sent = 0, force_requeue = 0, num; in ceph_check_caps() local
1703 delayed++; in ceph_check_caps()
1754 delayed += __send_cap(mdsc, cap, CEPH_CAP_OP_UPDATE, cap_used, in ceph_check_caps()
1763 if (delayed && is_delayed) in ceph_check_caps()
1765 if (!delayed && !is_delayed) in ceph_check_caps()
1801 int delayed; in try_flush_caps() local
[all …]
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dlo.c49 int delayed, unsigned int niov, in lolnd_recv() argument
Dlib-move.c565 lnet_ni_recv(lnet_ni_t *ni, void *private, lnet_msg_t *msg, int delayed, in lnet_ni_recv() argument
596 rc = (ni->ni_lnd->lnd_recv)(ni, private, msg, delayed, in lnet_ni_recv()
/linux-4.1.27/drivers/gpu/vga/
DKconfig28 X isn't running and delayed switching until the next logoff. This
/linux-4.1.27/Documentation/mmc/
Dmmc-async-req.txt75 * the transfer is delayed, guesstimate max 4k as first chunk size.
85 * before this call, the transfer is delayed.
/linux-4.1.27/Documentation/filesystems/
Dxfs-delayed-logging-design.txt104 is the fundamental goal of delayed logging.
122 One of the key changes that delayed logging makes to the operation of the
137 It should be noted that delayed logging is not an innovative new concept that
145 The fundamental requirements for delayed logging in XFS are simple:
170 the delayed logging tracking lock to commit the transaction. However, the
171 flushing thread has the delayed logging tracking lock already held, and is
174 was the barrier to implementing delayed logging for so long.
194 formatting method and the delayed logging formatting can be seen in the
426 mechanism, it does not work for delayed logging because transactions are not
430 As discussed in the checkpoint section, delayed logging uses per-checkpoint
[all …]
Dext4.txt98 * delayed allocation
162 this mode will disable delayed allocation and
270 nodelalloc Disable delayed allocation. Blocks are allocated
319 patterns and force that any delayed allocation
327 system crashes before the delayed allocation
417 outperforms all others modes. Enabling this mode will disable delayed
D00-INDEX154 xfs-delayed-logging-design.txt
Dxfs.txt26 doing delayed allocation writeout (default size is 64KiB).
Dfuse.txt423 taking place, and abort is delayed until this flag is unset.
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-bus-xen-backend46 Number of requests delayed because the backend was too
/linux-4.1.27/kernel/irq/
DKconfig29 # Support for delayed migration from interrupt context
/linux-4.1.27/drivers/firewire/
Dcore-card.c240 void fw_schedule_bus_reset(struct fw_card *card, bool delayed, bool short_reset) in fw_schedule_bus_reset() argument
248 delayed ? DIV_ROUND_UP(HZ, 100) : 0)) in fw_schedule_bus_reset()
/linux-4.1.27/drivers/scsi/
Daha1542.c72 bool delayed = true; in wait_mask() local
76 delayed = false; in wait_mask()
83 if (delayed) in wait_mask()
/linux-4.1.27/arch/mn10300/mm/
DKconfig.cache26 The dcache operates in delayed write-back mode. It must be manually
/linux-4.1.27/include/linux/
Dfirewire.h370 void fw_schedule_bus_reset(struct fw_card *card, bool delayed,
/linux-4.1.27/drivers/usb/host/
Du132-hcd.c157 unsigned delayed:1; member
1320 } else if ((endp->delayed == 0) in u132_hcd_ring_work_scheduler()
1335 } else if ((last_endp->delayed == 0) || time_after_eq(jiffies, in u132_hcd_ring_work_scheduler()
1899 endp->delayed = 0; in create_endpoint_and_queue_int()
1921 endp->delayed = 1; in create_endpoint_and_queue_int()
1941 endp->delayed = 1; in queue_int_on_old_endpoint()
1990 endp->delayed = 0; in create_endpoint_and_queue_bulk()
2094 endp->delayed = 0; in create_endpoint_and_queue_control()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h348 int delayed, unsigned int niov,
Dlib-lnet.h736 void lnet_recv(lnet_ni_t *ni, void *private, lnet_msg_t *msg, int delayed,
/linux-4.1.27/Documentation/RCU/
Drcubarrier.txt263 are delayed for a full grace period? Couldn't this result in
294 are delayed for a full grace period? Couldn't this result in
DUP.txt61 the call_rcu() is delayed until after the lock is released. However,
Dchecklist.txt235 are delayed for whatever reason, then the synchronize_rcu()
238 cases where grace periods are delayed, as failing to do so can
Dstallwarn.txt7 The stall detector's idea of what constitutes "unduly delayed" is
DwhatisRCU.txt203 be delayed. This property results in system resilience in face
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/4xx/
Demac.txt119 firmware. We use the "delayed" interrupts for txeob
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd.h519 int delayed, unsigned int niov,
Dsocklnd_cb.c1313 ksocknal_recv (lnet_ni_t *ni, void *private, lnet_msg_t *msg, int delayed, in ksocknal_recv() argument
/linux-4.1.27/Documentation/isdn/
DREADME.diversion65 direct divert or delayed divert of a call.
DREADME209 Bit 0: 0 = Use delayed tty-send-algorithm
/linux-4.1.27/Documentation/laptops/
Ddisk-shock-protection.txt104 I/O operations on that drive (and the reset itself) will be delayed
/linux-4.1.27/Documentation/power/
Druntime_pm.txt154 started a delayed suspend), the routine must return a non-zero value. Negative
205 - timer used for scheduling (delayed) suspend and autosuspend requests
280 - indicates that the device's driver supports delayed autosuspend (see
792 9. Autosuspend, or automatically-delayed suspends
806 automatically be delayed until the desired period of inactivity has elapsed.
/linux-4.1.27/Documentation/timers/
DNO_HZ.txt114 delayed during a given iteration, all the other CPUs will be forced to
115 wait idle while the delayed CPU finishes. Thus, the delay is multiplied
Dhighres.txt198 timers. The execution of this softirq can still be delayed by other softirqs,
/linux-4.1.27/Documentation/ia64/
Daliasing.txt21 like UC is, but writes may be delayed and combined to increase
Dfsys.txt167 The delivery of (asynchronous) signals must be delayed until fsys-mode
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.h1028 int kiblnd_recv(lnet_ni_t *ni, void *private, lnet_msg_t *lntmsg, int delayed,
Do2iblnd_cb.c1690 kiblnd_recv(lnet_ni_t *ni, void *private, lnet_msg_t *lntmsg, int delayed, in kiblnd_recv() argument
/linux-4.1.27/arch/arc/kernel/
Dentry.S682 ; so that sched doesn't move to new task, causing L1 to be delayed
/linux-4.1.27/Documentation/s390/
Dcds.txt276 intparm will be set to 0 (zero). This may happen during I/O initiation or delayed
278 current (last) I/O request. In case of a delayed status notification no special
/linux-4.1.27/Documentation/hid/
Duhid.txt127 Device drivers might required delayed setups.
/linux-4.1.27/Documentation/scsi/
DChangeLog.megaraid_sas383 interrupts are delayed. At the end of initiating IOs, the
386 to prevent IO completion processing from being delayed
/linux-4.1.27/Documentation/development-process/
D3.Early-stage101 of this code (now called mac80211) was delayed for over a year.
/linux-4.1.27/drivers/s390/net/
Dqeth_core_main.c410 int delayed) { in qeth_compute_cq_notification() argument
415 n = delayed ? TX_NOTIFY_DELAYED_OK : TX_NOTIFY_OK; in qeth_compute_cq_notification()
421 n = delayed ? TX_NOTIFY_DELAYED_UNREACHABLE : in qeth_compute_cq_notification()
425 n = delayed ? TX_NOTIFY_DELAYED_GENERALERROR : in qeth_compute_cq_notification()
/linux-4.1.27/Documentation/
Datomic_ops.txt392 ... visibility delayed ...
Dmemory-barriers.txt2774 the update to the cacheline holding v is delayed in the other of the second
/linux-4.1.27/Documentation/virtual/kvm/
Dtimekeeping.txt585 running under hardware virtualization due to timer interrupts being delayed or