/Linux-v6.1/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-v6.1/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-v6.1/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-v6.1/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-v6.1/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-v6.1/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-v6.1/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-v6.1/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-v6.1/fs/btrfs/ |
D | Makefile | 30 compression.o delayed-ref.o relocation.o delayed-inode.o scrub.o \
|
/Linux-v6.1/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() 939 q->delayed = RB_ROOT; in fq_init()
|
/Linux-v6.1/drivers/gpu/vga/ |
D | Kconfig | 12 X isn't running and delayed switching until the next logoff. This
|
/Linux-v6.1/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-v6.1/drivers/usb/serial/ |
D | usb-wwan.h | 51 struct usb_anchor delayed; member
|
D | usb_wwan.c | 182 usb_anchor_urb(this_urb, &portdata->delayed); in usb_wwan_write() 402 urb = usb_get_from_anchor(&portdata->delayed); in usb_wwan_close() 456 init_usb_anchor(&portdata->delayed); in usb_wwan_port_probe() 578 urb = usb_get_from_anchor(&portdata->delayed); in usb_wwan_submit_delayed_urbs()
|
D | sierra.c | 272 struct usb_anchor delayed; member 481 usb_anchor_urb(urb, &portdata->delayed); in sierra_write() 747 urb = usb_get_from_anchor(&portdata->delayed); in sierra_close() 870 init_usb_anchor(&portdata->delayed); in sierra_port_probe() 961 urb = usb_get_from_anchor(&portdata->delayed); in sierra_submit_delayed_urbs()
|
/Linux-v6.1/fs/gfs2/ |
D | util.c | 382 bool delayed) in gfs2_assert_withdraw_i() argument 397 delayed = false; in gfs2_assert_withdraw_i() 399 if (delayed) in gfs2_assert_withdraw_i()
|
/Linux-v6.1/drivers/usb/class/ |
D | cdc-acm.h | 103 struct usb_anchor delayed; /* writes queued for a device about to be woken */ member
|
/Linux-v6.1/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-v6.1/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-v6.1/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-v6.1/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-v6.1/Documentation/filesystems/ |
D | index.rst | 124 xfs-delayed-logging-design
|
D | xfs-delayed-logging-design.rst | 19 the basic concepts covered, the design of the delayed logging mechanism is 390 is the fundamental goal of delayed logging. 408 One of the key changes that delayed logging makes to the operation of the 423 It should be noted that delayed logging is not an innovative new concept that 431 The fundamental requirements for delayed logging in XFS are simple: 457 the delayed logging tracking lock to commit the transaction. However, the 458 flushing thread has the delayed logging tracking lock already held, and is 461 was the barrier to implementing delayed logging for so long. 481 formatting method and the delayed logging formatting can be seen in the 716 mechanism, it does not work for delayed logging because transactions are not [all …]
|
/Linux-v6.1/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
|
/Linux-v6.1/Documentation/i2c/busses/ |
D | i2c-mlxcpld.rst | 38 OE (output enable) is delayed by value set to this register
|