/linux-5.19.10/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() 246 struct dm_delay_info *delayed; in delay_bio() local 252 delayed = dm_per_bio_data(bio, sizeof(struct dm_delay_info)); in delay_bio() [all …]
|
/linux-5.19.10/sound/pci/mixart/ |
D | mixart_core.h | 217 u32 delayed; member 230 u32 delayed; member 387 u32 delayed; member 438 u32 delayed; member 498 u32 delayed; member 543 u32 delayed; member
|
/linux-5.19.10/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-5.19.10/Documentation/ABI/testing/ |
D | sysfs-devices-xenbus | 20 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-5.19.10/fs/xfs/scrub/ |
D | fscounters.c | 183 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-5.19.10/tools/virtio/ |
D | virtio_test.c | 170 bool delayed, int batch, int reset_n, int bufs) in run_test() argument 262 if (delayed) { in run_test() 349 bool delayed = false; in main() local 372 delayed = true; in main() 401 run_test(&dev, &dev.vqs[0], delayed, batch, reset, 0x100000); in main()
|
/linux-5.19.10/Documentation/networking/ |
D | proc_net_tcp.rst | 40 | | | | | | (delayed ACK control data) 53 2 another timer (e.g. delayed ack or keepalive) is pending
|
/linux-5.19.10/Documentation/misc-devices/ |
D | bh1770glc.rst | 36 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-5.19.10/fs/btrfs/ |
D | Makefile | 30 compression.o delayed-ref.o relocation.o delayed-inode.o scrub.o \
|
/linux-5.19.10/Documentation/devicetree/bindings/memory-controllers/ |
D | ti,gpmc-child.yaml | 129 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-5.19.10/net/sched/ |
D | sch_fq.c | 101 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-5.19.10/drivers/gpu/vga/ |
D | Kconfig | 12 X isn't running and delayed switching until the next logoff. This
|
/linux-5.19.10/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-5.19.10/drivers/usb/serial/ |
D | usb-wwan.h | 51 struct usb_anchor delayed; member
|
D | usb_wwan.c | 180 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()
|
D | sierra.c | 272 struct usb_anchor delayed; member 483 usb_anchor_urb(urb, &portdata->delayed); in sierra_write() 749 urb = usb_get_from_anchor(&portdata->delayed); in sierra_close() 872 init_usb_anchor(&portdata->delayed); in sierra_port_probe() 963 urb = usb_get_from_anchor(&portdata->delayed); in sierra_submit_delayed_urbs()
|
/linux-5.19.10/fs/gfs2/ |
D | util.c | 374 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-5.19.10/drivers/usb/class/ |
D | cdc-acm.h | 123 struct usb_anchor delayed; /* writes queued for a device about to be woken */ member
|
/linux-5.19.10/Documentation/trace/ |
D | timerlat-tracer.rst | 55 delayed by hardware-related actions, such as SMIs, NMIs, IRQs, 59 execution, or masking interrupts. Threads can also be delayed by the 99 single cause but to multiple ones. Firstly, the timer IRQ was delayed
|
/linux-5.19.10/tools/testing/selftests/drivers/net/mlxsw/ |
D | tc_action_hw_stats.sh | 86 skip_sw dst_ip 192.0.2.2 action drop hw_stats delayed
|
/linux-5.19.10/fs/ext4/ |
D | Kconfig | 43 physical block numbers. The ext4 filesystem also supports delayed 50 are some performance gains from the delayed allocation and inode
|
/linux-5.19.10/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-5.19.10/Documentation/filesystems/ |
D | xfs-delayed-logging-design.rst | 107 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 433 mechanism, it does not work for delayed logging because transactions are not 437 As discussed in the checkpoint section, delayed logging uses per-checkpoint [all …]
|
D | index.rst | 124 xfs-delayed-logging-design
|
/linux-5.19.10/Documentation/RCU/ |
D | rcuref.rst | 133 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
|