Home
last modified time | relevance | path

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

/linux-4.4.14/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()
237 struct dm_delay_info *delayed; in delay_bio() local
[all …]
DKconfig241 delayed writes.
/linux-4.4.14/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.4.14/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.4.14/Documentation/device-mapper/
Ddelay.txt19 echo "0 `blockdev --getsize $1` delay $1 0 500" | dmsetup create delayed
26 echo "0 `blockdev --getsize $1` delay $1 0 0 $2 0 500" | dmsetup create delayed
/linux-4.4.14/fs/btrfs/
DMakefile10 compression.o delayed-ref.o relocation.o delayed-inode.o scrub.o \
Dinode.c3119 struct delayed_iput *delayed; in btrfs_add_delayed_iput() local
3124 delayed = kmalloc(sizeof(*delayed), GFP_NOFS | __GFP_NOFAIL); in btrfs_add_delayed_iput()
3125 delayed->inode = inode; in btrfs_add_delayed_iput()
3128 list_add_tail(&delayed->list, &fs_info->delayed_iputs); in btrfs_add_delayed_iput()
3136 struct delayed_iput *delayed; in btrfs_run_delayed_iputs() local
3150 delayed = list_entry(list.next, struct delayed_iput, list); in btrfs_run_delayed_iputs()
3151 list_del(&delayed->list); in btrfs_run_delayed_iputs()
3152 iput(delayed->inode); in btrfs_run_delayed_iputs()
3153 kfree(delayed); in btrfs_run_delayed_iputs()
/linux-4.4.14/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.txt2528 Failover may be delayed via the downdelay bonding module option.
/linux-4.4.14/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.4.14/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.4.14/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()
415 while ((p = rb_first(&q->delayed)) != NULL) { in fq_check_throttled()
422 rb_erase(p, &q->delayed); in fq_check_throttled()
547 q->delayed = RB_ROOT; in fq_reset()
773 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.4.14/drivers/usb/serial/
Dusb-wwan.h51 struct usb_anchor delayed; member
Dusb_wwan.c261 usb_anchor_urb(this_urb, &portdata->delayed); in usb_wwan_write()
475 urb = usb_get_from_anchor(&portdata->delayed); in usb_wwan_close()
525 init_usb_anchor(&portdata->delayed); in usb_wwan_port_probe()
649 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.4.14/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.4.14/net/core/
Ddst.c67 int delayed = 0; in dst_gc_task() local
84 delayed++; in dst_gc_task()
124 if (work_performed <= delayed/10) { in dst_gc_task()
/linux-4.4.14/fs/ceph/
Dcaps.c1127 int delayed = 0; in __send_cap() local
1154 delayed = 1; in __send_cap()
1206 delayed = 1; in __send_cap()
1212 return delayed; in __send_cap()
1584 int delayed = 0, sent = 0, force_requeue = 0, num; in ceph_check_caps() local
1753 delayed++; in ceph_check_caps()
1811 delayed += __send_cap(mdsc, cap, CEPH_CAP_OP_UPDATE, cap_used, in ceph_check_caps()
1821 if (delayed && is_delayed) in ceph_check_caps()
1823 if (!delayed && !is_delayed) in ceph_check_caps()
1860 int delayed; in try_flush_caps() local
[all …]
/linux-4.4.14/drivers/usb/class/
Dcdc-acm.h123 struct usb_anchor delayed; /* writes queued for a device about to be woken */ member
Dcdc-acm.c639 urb = usb_get_from_anchor(&acm->delayed); in acm_port_shutdown()
716 usb_anchor_urb(wb->urb, &acm->delayed); in acm_tty_write()
1345 init_usb_anchor(&acm->delayed); in acm_probe()
1618 urb = usb_get_from_anchor(&acm->delayed); in acm_resume()
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlo.c49 int delayed, unsigned int niov, in lolnd_recv() argument
Dlib-move.c564 lnet_ni_recv(lnet_ni_t *ni, void *private, lnet_msg_t *msg, int delayed, in lnet_ni_recv() argument
595 rc = (ni->ni_lnd->lnd_recv)(ni, private, msg, delayed, in lnet_ni_recv()
/linux-4.4.14/drivers/gpu/vga/
DKconfig28 X isn't running and delayed switching until the next logoff. This
/linux-4.4.14/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.4.14/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.4.14/fs/ext4/
DKconfig46 physical block numbers. The ext4 filesystem also supports delayed
53 are some performance gains from the delayed allocation and inode
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-bus-xen-backend46 Number of requests delayed because the backend was too
/linux-4.4.14/Documentation/DocBook/
Ddevice-drivers.xml.db123 API-delayed-work-pending
127 API-queue-delayed-work
128 API-mod-delayed-work
132 API-schedule-delayed-work-on
133 API-schedule-delayed-work
136 API-queue-delayed-work-on
137 API-mod-delayed-work-on
142 API-flush-delayed-work
143 API-cancel-delayed-work
144 API-cancel-delayed-work-sync
D80211.xml.db136 API-ieee80211-queue-delayed-work
Dgpu.xml.db645 API-vga-switcheroo-process-delayed-switch
/linux-4.4.14/kernel/irq/
DKconfig29 # Support for delayed migration from interrupt context
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h217 int delayed, unsigned int niov,
Dlib-lnet.h525 void lnet_recv(lnet_ni_t *ni, void *private, lnet_msg_t *msg, int delayed,
/linux-4.4.14/arch/mn10300/mm/
DKconfig.cache26 The dcache operates in delayed write-back mode. It must be manually
/linux-4.4.14/include/linux/
Dfirewire.h370 void fw_schedule_bus_reset(struct fw_card *card, bool delayed,
/linux-4.4.14/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()
1896 endp->delayed = 0; in create_endpoint_and_queue_int()
1918 endp->delayed = 1; in create_endpoint_and_queue_int()
1938 endp->delayed = 1; in queue_int_on_old_endpoint()
1987 endp->delayed = 0; in create_endpoint_and_queue_bulk()
2091 endp->delayed = 0; in create_endpoint_and_queue_control()
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/powerpc/4xx/
Demac.txt119 firmware. We use the "delayed" interrupts for txeob
/linux-4.4.14/arch/arc/kernel/
Dentry-compact.S373 ; so that sched doesn't move to new task, causing L1 to be delayed
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd.h619 int delayed, unsigned int niov,
Dsocklnd_cb.c1311 ksocknal_recv (lnet_ni_t *ni, void *private, lnet_msg_t *msg, int delayed, in ksocknal_recv() argument
/linux-4.4.14/Documentation/isdn/
DREADME.diversion65 direct divert or delayed divert of a call.
DREADME209 Bit 0: 0 = Use delayed tty-send-algorithm
/linux-4.4.14/Documentation/laptops/
Ddisk-shock-protection.txt104 I/O operations on that drive (and the reset itself) will be delayed
/linux-4.4.14/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
794 9. Autosuspend, or automatically-delayed suspends
808 automatically be delayed until the desired period of inactivity has elapsed.
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.h982 int kiblnd_recv(lnet_ni_t *ni, void *private, lnet_msg_t *lntmsg, int delayed,
Do2iblnd_cb.c1649 kiblnd_recv(lnet_ni_t *ni, void *private, lnet_msg_t *lntmsg, int delayed, in kiblnd_recv() argument
/linux-4.4.14/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.4.14/Documentation/hid/
Duhid.txt127 Device drivers might required delayed setups.
/linux-4.4.14/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.4.14/Documentation/development-process/
D3.Early-stage101 of this code (now called mac80211) was delayed for over a year.
/linux-4.4.14/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.4.14/Documentation/
Datomic_ops.txt394 ... visibility delayed ...
Dmemory-barriers.txt2729 the update to the cacheline holding v is delayed in the other of the second
/linux-4.4.14/Documentation/virtual/kvm/
Dtimekeeping.txt585 running under hardware virtualization due to timer interrupts being delayed or