/linux-4.4.14/drivers/md/ |
D | dm-delay.c | 78 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 …]
|
D | Kconfig | 241 delayed writes.
|
/linux-4.4.14/sound/pci/mixart/ |
D | mixart_core.h | 229 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/ |
D | virtio_test.c | 154 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/ |
D | delay.txt | 19 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/ |
D | Makefile | 10 compression.o delayed-ref.o relocation.o delayed-inode.o scrub.o \
|
D | inode.c | 3119 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/ |
D | proc_net_tcp.txt | 34 | | | | | | (delayed ACK control data) 45 2 another timer (e.g. delayed ack or keepalive) is pending
|
D | z8530drv.txt | 615 lead to delayed answers on interrupts. You can recognize these
|
D | can.txt | 205 may be delayed by the reception of a high prio CAN frame. To
|
D | ip-sysctl.txt | 252 3 enables delayed ER and TLP.
|
D | bonding.txt | 2528 Failover may be delayed via the downdelay bonding module option.
|
/linux-4.4.14/Documentation/misc-devices/ |
D | bh1770glc.txt | 32 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/ |
D | ti-gpmc.txt | 72 - 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/ |
D | sch_fq.c | 87 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()
|
D | sch_cbq.c | 120 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/ |
D | usb-wwan.h | 51 struct usb_anchor delayed; member
|
D | usb_wwan.c | 261 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()
|
D | sierra.c | 311 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/ |
D | sa1110-cpufreq.c | 133 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/ |
D | dst.c | 67 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/ |
D | caps.c | 1127 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/ |
D | cdc-acm.h | 123 struct usb_anchor delayed; /* writes queued for a device about to be woken */ member
|
D | cdc-acm.c | 639 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/ |
D | lo.c | 49 int delayed, unsigned int niov, in lolnd_recv() argument
|
D | lib-move.c | 564 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/ |
D | Kconfig | 28 X isn't running and delayed switching until the next logoff. This
|
/linux-4.4.14/Documentation/mmc/ |
D | mmc-async-req.txt | 75 * 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/ |
D | xfs-delayed-logging-design.txt | 104 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 …]
|
D | ext4.txt | 98 * 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
|
D | 00-INDEX | 154 xfs-delayed-logging-design.txt
|
D | xfs.txt | 26 doing delayed allocation writeout (default size is 64KiB).
|
D | fuse.txt | 423 taking place, and abort is delayed until this flag is unset.
|
/linux-4.4.14/fs/ext4/ |
D | Kconfig | 46 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/ |
D | sysfs-bus-xen-backend | 46 Number of requests delayed because the backend was too
|
/linux-4.4.14/Documentation/DocBook/ |
D | device-drivers.xml.db | 123 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
|
D | 80211.xml.db | 136 API-ieee80211-queue-delayed-work
|
D | gpu.xml.db | 645 API-vga-switcheroo-process-delayed-switch
|
/linux-4.4.14/kernel/irq/ |
D | Kconfig | 29 # Support for delayed migration from interrupt context
|
/linux-4.4.14/drivers/firewire/ |
D | core-card.c | 240 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/ |
D | aha1542.c | 72 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/ |
D | lib-types.h | 217 int delayed, unsigned int niov,
|
D | lib-lnet.h | 525 void lnet_recv(lnet_ni_t *ni, void *private, lnet_msg_t *msg, int delayed,
|
/linux-4.4.14/arch/mn10300/mm/ |
D | Kconfig.cache | 26 The dcache operates in delayed write-back mode. It must be manually
|
/linux-4.4.14/include/linux/ |
D | firewire.h | 370 void fw_schedule_bus_reset(struct fw_card *card, bool delayed,
|
/linux-4.4.14/drivers/usb/host/ |
D | u132-hcd.c | 157 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/ |
D | rcubarrier.txt | 263 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
|
D | UP.txt | 61 the call_rcu() is delayed until after the lock is released. However,
|
D | checklist.txt | 235 are delayed for whatever reason, then the synchronize_rcu() 238 cases where grace periods are delayed, as failing to do so can
|
D | stallwarn.txt | 7 The stall detector's idea of what constitutes "unduly delayed" is
|
D | whatisRCU.txt | 203 be delayed. This property results in system resilience in face
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/4xx/ |
D | emac.txt | 119 firmware. We use the "delayed" interrupts for txeob
|
/linux-4.4.14/arch/arc/kernel/ |
D | entry-compact.S | 373 ; so that sched doesn't move to new task, causing L1 to be delayed
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd.h | 619 int delayed, unsigned int niov,
|
D | socklnd_cb.c | 1311 ksocknal_recv (lnet_ni_t *ni, void *private, lnet_msg_t *msg, int delayed, in ksocknal_recv() argument
|
/linux-4.4.14/Documentation/isdn/ |
D | README.diversion | 65 direct divert or delayed divert of a call.
|
D | README | 209 Bit 0: 0 = Use delayed tty-send-algorithm
|
/linux-4.4.14/Documentation/laptops/ |
D | disk-shock-protection.txt | 104 I/O operations on that drive (and the reset itself) will be delayed
|
/linux-4.4.14/Documentation/power/ |
D | runtime_pm.txt | 154 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/ |
D | NO_HZ.txt | 114 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
|
D | highres.txt | 198 timers. The execution of this softirq can still be delayed by other softirqs,
|
/linux-4.4.14/Documentation/ia64/ |
D | aliasing.txt | 21 like UC is, but writes may be delayed and combined to increase
|
D | fsys.txt | 167 The delivery of (asynchronous) signals must be delayed until fsys-mode
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd.h | 982 int kiblnd_recv(lnet_ni_t *ni, void *private, lnet_msg_t *lntmsg, int delayed,
|
D | o2iblnd_cb.c | 1649 kiblnd_recv(lnet_ni_t *ni, void *private, lnet_msg_t *lntmsg, int delayed, in kiblnd_recv() argument
|
/linux-4.4.14/Documentation/s390/ |
D | cds.txt | 276 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/ |
D | uhid.txt | 127 Device drivers might required delayed setups.
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.megaraid_sas | 383 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/ |
D | 3.Early-stage | 101 of this code (now called mac80211) was delayed for over a year.
|
/linux-4.4.14/drivers/s390/net/ |
D | qeth_core_main.c | 410 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/ |
D | atomic_ops.txt | 394 ... visibility delayed ...
|
D | memory-barriers.txt | 2729 the update to the cacheline holding v is delayed in the other of the second
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | timekeeping.txt | 585 running under hardware virtualization due to timer interrupts being delayed or
|