Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/drivers/md/
A Ddm-delay.c83 struct dm_delay_info *delayed, *next; in flush_delayed_bios() local
90 if (flush_all || time_after_eq(jiffies, delayed->expires)) { in flush_delayed_bios()
91 struct bio *bio = dm_bio_from_per_bio_data(delayed, in flush_delayed_bios()
93 list_del(&delayed->list); in flush_delayed_bios()
95 delayed->class->ops--; in flush_delayed_bios()
101 next_expires = delayed->expires; in flush_delayed_bios()
103 next_expires = min(next_expires, delayed->expires); in flush_delayed_bios()
247 struct dm_delay_info *delayed; in delay_bio() local
255 delayed->context = dc; in delay_bio()
260 list_add_tail(&delayed->list, &dc->delayed_bios); in delay_bio()
[all …]
/linux-6.3-rc2/sound/pci/mixart/
A Dmixart_core.h217 u32 delayed; member
230 u32 delayed; member
387 u32 delayed; member
438 u32 delayed; member
498 u32 delayed; member
543 u32 delayed; member
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/tools/virtio/
A Dvirtio_test.c170 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-6.3-rc2/fs/xfs/scrub/
A Dfscounters.c210 uint64_t delayed; in xchk_fscount_aggregate_agcounts() local
272 delayed = percpu_counter_sum(&mp->m_delalloc_blks); in xchk_fscount_aggregate_agcounts()
273 fsc->fdblocks -= delayed; in xchk_fscount_aggregate_agcounts()
276 delayed); in xchk_fscount_aggregate_agcounts()
/linux-6.3-rc2/Documentation/networking/
A Dproc_net_tcp.rst40 | | | | | | (delayed ACK control data)
53 2 another timer (e.g. delayed ack or keepalive) is pending
/linux-6.3-rc2/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-6.3-rc2/fs/btrfs/
A DMakefile31 compression.o delayed-ref.o relocation.o delayed-inode.o scrub.o \
/linux-6.3-rc2/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-6.3-rc2/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()
939 q->delayed = RB_ROOT; in fq_init()
/linux-6.3-rc2/drivers/gpu/vga/
A DKconfig12 X isn't running and delayed switching until the next logoff. This
/linux-6.3-rc2/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-6.3-rc2/drivers/usb/serial/
A Dusb-wwan.h51 struct usb_anchor delayed; member
A Dusb_wwan.c182 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()
A Dsierra.c272 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-6.3-rc2/drivers/crypto/qat/qat_common/
A Dicp_qat_hw.h363 #define ICP_QAT_HW_COMPRESSION_CONFIG_BUILD(dir, delayed, \ argument
367 (((delayed) & QAT_COMPRESSION_DELAYED_MATCH_MASK) << \
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_vm_sdma.c57 : &p->vm->delayed; in amdgpu_vm_sdma_alloc_job()
124 ring = container_of(p->vm->delayed.rq->sched, struct amdgpu_ring, in amdgpu_vm_sdma_commit()
/linux-6.3-rc2/fs/gfs2/
A Dutil.c382 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-6.3-rc2/drivers/usb/class/
A Dcdc-acm.h103 struct usb_anchor delayed; /* writes queued for a device about to be woken */ member
/linux-6.3-rc2/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
99 single cause but to multiple ones. Firstly, the timer IRQ was delayed
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/Documentation/filesystems/
A Dindex.rst124 xfs-delayed-logging-design

Completed in 30 milliseconds

1234