/Linux-v5.4/drivers/md/ |
D | dm-delay.c | 82 struct dm_delay_info *delayed, *next; in flush_delayed_bios() local 88 list_for_each_entry_safe(delayed, next, &dc->delayed_bios, list) { in flush_delayed_bios() 89 if (flush_all || time_after_eq(jiffies, delayed->expires)) { in flush_delayed_bios() 90 struct bio *bio = dm_bio_from_per_bio_data(delayed, in flush_delayed_bios() 92 list_del(&delayed->list); in flush_delayed_bios() 94 delayed->class->ops--; in flush_delayed_bios() 100 next_expires = delayed->expires; in flush_delayed_bios() 102 next_expires = min(next_expires, delayed->expires); in flush_delayed_bios() 245 struct dm_delay_info *delayed; in delay_bio() local 251 delayed = dm_per_bio_data(bio, sizeof(struct dm_delay_info)); in delay_bio() [all …]
|
/Linux-v5.4/sound/pci/mixart/ |
D | mixart_core.h | 216 u32 delayed; member 229 u32 delayed; member 379 u32 delayed; member 430 u32 delayed; member 490 u32 delayed; member 535 u32 delayed; member
|
/Linux-v5.4/tools/virtio/ |
D | virtio_test.c | 155 bool delayed, int bufs) in run_test() argument 195 if (delayed) { in run_test() 267 bool delayed = false; in main() local 290 delayed = true; in main() 301 run_test(&dev, &dev.vqs[0], delayed, 0x100000); in main()
|
/Linux-v5.4/fs/xfs/scrub/ |
D | fscounters.c | 163 uint64_t delayed; in xchk_fscount_aggregate_agcounts() local 214 delayed = percpu_counter_sum(&mp->m_delalloc_blks); in xchk_fscount_aggregate_agcounts() 215 fsc->fdblocks -= delayed; in xchk_fscount_aggregate_agcounts() 218 delayed); in xchk_fscount_aggregate_agcounts()
|
/Linux-v5.4/Documentation/admin-guide/device-mapper/ |
D | delay.rst | 24 echo "0 `blockdev --getsz $1` delay $1 0 500" | dmsetup create delayed 31 echo "0 `blockdev --getsz $1` delay $1 0 0 $2 0 500" | dmsetup create delayed
|
/Linux-v5.4/fs/btrfs/ |
D | Makefile | 11 compression.o delayed-ref.o relocation.o delayed-inode.o scrub.o \
|
/Linux-v5.4/Documentation/networking/ |
D | proc_net_tcp.txt | 34 | | | | | | (delayed ACK control data) 45 2 another timer (e.g. delayed ack or keepalive) is pending
|
/Linux-v5.4/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-v5.4/net/sched/ |
D | sch_fq.c | 96 struct rb_root delayed; /* for rate limited flows */ member 158 rb_erase(&f->rate_node, &q->delayed); in fq_flow_unset_throttled() 165 struct rb_node **p = &q->delayed.rb_node, *parent = NULL; in fq_flow_set_throttled() 178 rb_insert_color(&f->rate_node, &q->delayed); in fq_flow_set_throttled() 472 while ((p = rb_first(&q->delayed)) != NULL) { in fq_check_throttled() 648 q->delayed = RB_ROOT; in fq_reset() 880 q->delayed = RB_ROOT; in fq_init()
|
D | sch_cbq.c | 108 unsigned char delayed; member 399 if (!cl->delayed) { in cbq_overlimit() 418 cl->delayed = 1; in cbq_overlimit() 460 cl->delayed = 0; in cbq_undelay_prio() 649 cl->delayed = 0; in cbq_under_limit() 674 cl->delayed = 0; in cbq_under_limit()
|
/Linux-v5.4/Documentation/devicetree/bindings/memory-controllers/ |
D | omap-gpmc.txt | 94 - gpmc,adv-extra-delay: ADV signal is delayed by half GPMC clock 95 - gpmc,cs-extra-delay: CS signal is delayed by half GPMC clock 100 - gpmc,oe-extra-delay: OE signal is delayed by half GPMC clock 101 - gpmc,we-extra-delay: WE signal is delayed by half GPMC clock
|
/Linux-v5.4/drivers/cpufreq/ |
D | sa1110-cpufreq.c | 130 static inline void set_mdcas(u_int *mdcas, int delayed, u_int rcd) in set_mdcas() argument 135 shift = delayed + 1 + rcd; in set_mdcas()
|
/Linux-v5.4/drivers/usb/serial/ |
D | usb-wwan.h | 54 struct usb_anchor delayed; member
|
D | usb_wwan.c | 226 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()
|
D | sierra.c | 291 struct usb_anchor delayed; member 502 usb_anchor_urb(urb, &portdata->delayed); in sierra_write() 768 urb = usb_get_from_anchor(&portdata->delayed); in sierra_close() 891 init_usb_anchor(&portdata->delayed); in sierra_port_probe() 984 urb = usb_get_from_anchor(&portdata->delayed); in sierra_submit_delayed_urbs()
|
/Linux-v5.4/drivers/usb/class/ |
D | cdc-acm.h | 127 struct usb_anchor delayed; /* writes queued for a device about to be woken */ member
|
/Linux-v5.4/fs/ext4/ |
D | Kconfig | 48 physical block numbers. The ext4 filesystem also supports delayed 55 are some performance gains from the delayed allocation and inode
|
/Linux-v5.4/Documentation/driver-api/mmc/ |
D | mmc-async-req.rst | 86 * the transfer is delayed, guesstimate max 4k as first chunk size. 96 * before this call, the transfer is delayed.
|
/Linux-v5.4/drivers/staging/exfat/ |
D | Kconfig | 24 bool "enable delayed sync"
|
/Linux-v5.4/drivers/gpu/vga/ |
D | Kconfig | 31 X isn't running and delayed switching until the next logoff. This
|
/Linux-v5.4/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 …]
|
/Linux-v5.4/Documentation/RCU/ |
D | rcuref.txt | 126 that a call to delete() is not delayed even if there are an arbitrarily 128 object that delete() was invoked on. Instead, all that is delayed is
|
/Linux-v5.4/Documentation/i2c/busses/ |
D | i2c-mlxcpld.rst | 38 OE (output enable) is delayed by value set to this register
|
/Linux-v5.4/Documentation/ABI/stable/ |
D | sysfs-bus-xen-backend | 46 Number of requests delayed because the backend was too
|
/Linux-v5.4/drivers/firewire/ |
D | core-card.c | 227 void fw_schedule_bus_reset(struct fw_card *card, bool delayed, bool short_reset) in fw_schedule_bus_reset() argument 235 delayed ? DIV_ROUND_UP(HZ, 100) : 0)) in fw_schedule_bus_reset()
|