Home
last modified time | relevance | path

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

1234

/linux/drivers/md/
A Ddm-delay.c82 struct dm_delay_info *delayed, *next; in flush_delayed_bios() local
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
253 delayed->context = dc; in delay_bio()
258 list_add_tail(&delayed->list, &dc->delayed_bios); in delay_bio()
[all …]
/linux/sound/pci/mixart/
A 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/fs/xfs/scrub/
A Dfscounters.c183 uint64_t delayed; in xchk_fscount_aggregate_agcounts() local
242 delayed = percpu_counter_sum(&mp->m_delalloc_blks); in xchk_fscount_aggregate_agcounts()
243 fsc->fdblocks -= delayed; in xchk_fscount_aggregate_agcounts()
246 delayed); in xchk_fscount_aggregate_agcounts()
/linux/tools/virtio/
A Dvirtio_test.c169 bool delayed, int batch, int reset_n, int bufs) in run_test() argument
261 if (delayed) { in run_test()
348 bool delayed = false; in main() local
371 delayed = true; in main()
400 run_test(&dev, &dev.vqs[0], delayed, batch, reset, 0x100000); in main()
/linux/Documentation/ABI/testing/
A Dsysfs-devices-xenbus20 pv device has been delayed in order to avoid stalls due to
30 trigger delayed EOI processing.
37 before delayed EOI processing is triggered for a Xen pv
/linux/Documentation/admin-guide/device-mapper/
A 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/Documentation/networking/
A Dproc_net_tcp.rst40 | | | | | | (delayed ACK control data)
53 2 another timer (e.g. delayed ack or keepalive) is pending
/linux/Documentation/misc-devices/
A Dbh1770glc.rst36 by using a delayed work. As long as there is proximity threshold above
37 interrupts the delayed work is pushed forward. So, when proximity level goes
38 below the threshold value, there is no interrupt and the delayed work will
/linux/Documentation/devicetree/bindings/memory-controllers/
A Dti,gpmc-child.yaml129 description: ADV signal is delayed by half GPMC clock
133 description: CS signal is delayed by half GPMC clock
149 description: OE signal is delayed by half GPMC clock
153 description: WE signal is delayed by half GPMC clock
/linux/fs/btrfs/
A DMakefile29 compression.o delayed-ref.o relocation.o delayed-inode.o scrub.o \
/linux/net/sched/
A Dsch_fq.c101 struct rb_root delayed; /* for rate limited flows */ member
174 rb_erase(&f->rate_node, &q->delayed); in fq_flow_unset_throttled()
181 struct rb_node **p = &q->delayed.rb_node, *parent = NULL; in fq_flow_set_throttled()
194 rb_insert_color(&f->rate_node, &q->delayed); in fq_flow_set_throttled()
515 while ((p = rb_first(&q->delayed)) != NULL) { in fq_check_throttled()
691 q->delayed = RB_ROOT; in fq_reset()
942 q->delayed = RB_ROOT; in fq_init()
/linux/drivers/cpufreq/
A 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/drivers/usb/serial/
A Dusb_wwan.c181 usb_anchor_urb(this_urb, &portdata->delayed); in usb_wwan_write()
400 urb = usb_get_from_anchor(&portdata->delayed); in usb_wwan_close()
454 init_usb_anchor(&portdata->delayed); in usb_wwan_port_probe()
576 urb = usb_get_from_anchor(&portdata->delayed); in usb_wwan_submit_delayed_urbs()
A Dsierra.c272 struct usb_anchor delayed; member
483 usb_anchor_urb(urb, &portdata->delayed); in sierra_write()
748 urb = usb_get_from_anchor(&portdata->delayed); in sierra_close()
871 init_usb_anchor(&portdata->delayed); in sierra_port_probe()
962 urb = usb_get_from_anchor(&portdata->delayed); in sierra_submit_delayed_urbs()
A Dusb-wwan.h51 struct usb_anchor delayed; member
/linux/fs/gfs2/
A Dutil.c374 bool delayed) in gfs2_assert_withdraw_i() argument
389 delayed = false; in gfs2_assert_withdraw_i()
391 if (delayed) in gfs2_assert_withdraw_i()
/linux/Documentation/trace/
A Dtimerlat-tracer.rst55 delayed by hardware-related actions, such as SMIs, NMIs, IRQs,
59 execution, or masking interrupts. Threads can also be delayed by the
98 single cause but to multiple ones. Firstly, the timer IRQ was delayed
/linux/Documentation/filesystems/
A Dxfs-delayed-logging-design.rst107 is the fundamental goal of delayed logging.
125 One of the key changes that delayed logging makes to the operation of the
140 It should be noted that delayed logging is not an innovative new concept that
148 The fundamental requirements for delayed logging in XFS are simple:
174 the delayed logging tracking lock to commit the transaction. However, the
175 flushing thread has the delayed logging tracking lock already held, and is
178 was the barrier to implementing delayed logging for so long.
198 formatting method and the delayed logging formatting can be seen in the
589 For delayed logging, however, we have an asymmetric transaction commit to
743 With delayed logging, there are new steps inserted into the life cycle::
[all …]
A Dindex.rst124 xfs-delayed-logging-design
/linux/fs/ext4/
A DKconfig43 physical block numbers. The ext4 filesystem also supports delayed
50 are some performance gains from the delayed allocation and inode
/linux/Documentation/driver-api/mmc/
A Dmmc-async-req.rst86 * the transfer is delayed, guesstimate max 4k as first chunk size.
96 * before this call, the transfer is delayed.
/linux/drivers/usb/class/
A Dcdc-acm.h131 struct usb_anchor delayed; /* writes queued for a device about to be woken */ member
/linux/tools/testing/selftests/drivers/net/mlxsw/
A Dtc_action_hw_stats.sh86 skip_sw dst_ip 192.0.2.2 action drop hw_stats delayed
/linux/Documentation/RCU/
A Drcuref.rst133 that a call to delete() is not delayed even if there are an arbitrarily
135 object that delete() was invoked on. Instead, all that is delayed is
/linux/drivers/gpu/vga/
A DKconfig31 X isn't running and delayed switching until the next logoff. This

Completed in 44 milliseconds

1234