Home
last modified time | relevance | path

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

1234

/Linux-v5.4/drivers/md/
Ddm-delay.c82 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/
Dmixart_core.h216 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/
Dvirtio_test.c155 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/
Dfscounters.c163 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/
Ddelay.rst24 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/
DMakefile11 compression.o delayed-ref.o relocation.o delayed-inode.o scrub.o \
/Linux-v5.4/Documentation/networking/
Dproc_net_tcp.txt34 | | | | | | (delayed ACK control data)
45 2 another timer (e.g. delayed ack or keepalive) is pending
/Linux-v5.4/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-v5.4/net/sched/
Dsch_fq.c96 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()
Dsch_cbq.c108 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/
Domap-gpmc.txt94 - 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/
Dsa1110-cpufreq.c130 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/
Dusb-wwan.h54 struct usb_anchor delayed; member
Dusb_wwan.c226 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.c291 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/
Dcdc-acm.h127 struct usb_anchor delayed; /* writes queued for a device about to be woken */ member
/Linux-v5.4/fs/ext4/
DKconfig48 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/
Dmmc-async-req.rst86 * 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/
DKconfig24 bool "enable delayed sync"
/Linux-v5.4/drivers/gpu/vga/
DKconfig31 X isn't running and delayed switching until the next logoff. This
/Linux-v5.4/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 …]
/Linux-v5.4/Documentation/RCU/
Drcuref.txt126 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/
Di2c-mlxcpld.rst38 OE (output enable) is delayed by value set to this register
/Linux-v5.4/Documentation/ABI/stable/
Dsysfs-bus-xen-backend46 Number of requests delayed because the backend was too
/Linux-v5.4/drivers/firewire/
Dcore-card.c227 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()

1234