Home
last modified time | relevance | path

Searched refs:refers (Results 1 – 25 of 137) sorted by relevance

123456

/Linux-v6.1/drivers/s390/block/
Ddasd_erp.c131 BUG_ON(cqr->refers == NULL || cqr->function == NULL); in dasd_default_erp_postaction()
139 while (cqr->refers != NULL) { in dasd_default_erp_postaction()
140 struct dasd_ccw_req *refers; in dasd_default_erp_postaction() local
142 refers = cqr->refers; in dasd_default_erp_postaction()
147 cqr = refers; in dasd_default_erp_postaction()
Ddasd_3990_erp.c55 struct dasd_ccw_req *cqr = erp->refers; in dasd_3990_erp_cleanup()
226 dctl_cqr->refers = erp; in dasd_3990_erp_DCTL()
984 dasd_eer_write(device, erp->refers, in dasd_3990_handle_env_data()
1056 set_bit(DASD_CQR_SUPPRESS_CR, &erp->refers->flags); in dasd_3990_erp_com_rej()
1440 struct dasd_ccw_req *cqr = erp->refers; in dasd_3990_erp_inspect_alias()
1446 sense = dasd_get_sense(&erp->refers->irb); in dasd_3990_erp_inspect_alias()
1628 while (cqr->refers != NULL) { in dasd_3990_erp_action_1B_32()
1629 cqr = cqr->refers; in dasd_3990_erp_action_1B_32()
1649 cpa = default_erp->refers->irb.scsw.cmd.cpa; in dasd_3990_erp_action_1B_32()
1735 erp->refers = default_erp->refers; in dasd_3990_erp_action_1B_32()
[all …]
Ddasd.c2281 if (cqr->refers) { in __dasd_sleep_on_erp()
2292 if (cqr->refers) /* erp is not done yet */ in __dasd_sleep_on_loop_condition()
2473 if (cqr->startdev != cqr->basedev && !cqr->refers && in _dasd_sleep_on_queue()
2820 if (cqr->refers) { in __dasd_process_block_ccw_queue()
2940 if (cqr->refers) in _dasd_requeue_request()
2978 for (i = 0; cqr != NULL; cqr = cqr->refers, i++) in dasd_flush_block_queue()
2990 if (cqr->refers) { in dasd_flush_block_queue()
3160 while (tmpcqr->refers) in dasd_times_out()
3161 tmpcqr = tmpcqr->refers; in dasd_times_out()
3869 struct dasd_ccw_req *refers; in dasd_generic_requeue_all_requests() local
[all …]
Ddasd_eer.c307 for (temp_cqr = cqr; temp_cqr; temp_cqr = temp_cqr->refers) in dasd_eer_write_standard_trigger()
323 for (temp_cqr = cqr; temp_cqr; temp_cqr = temp_cqr->refers) { in dasd_eer_write_standard_trigger()
/Linux-v6.1/Documentation/devicetree/bindings/dma/
Dadi,axi-dmac.txt20 - reg: Which channel this node refers to.
38 specifier refers to the DMA channel index.
/Linux-v6.1/Documentation/filesystems/ext4/
Dabout.rst35 When referenced in ``preformatted text`` blocks, ``sb`` refers to fields
36 in the super block, and ``inode`` refers to fields in an inode table
/Linux-v6.1/Documentation/bpf/
Dllvm_reloc.rst85 The third and fourth relocations refers to static variables ``l1``
87 which symbols they really refers to as they both refers to
99 case refers to function calls. See below for more details.
129 But ``R_BPF_64_NODYLD32`` specifically refers to relocations in ``.BTF`` and
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-bus-iio-dac-ltc268816 This raw, unscaled value refers to the dither signal amplitude.
75 specific to toggle enabled channels and refers to the DAC output
Dprocfs-attr-prev11 refers to itself.
Dprocfs-attr-current11 refers to itself.
Dsysfs-bus-pci-devices-pvpanic11 Detailed bit definition refers to section <Bit Definition>
Dprocfs-attr-exec12 refers to itself.
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dselections-common.rst11 sub-device API, the selection rectangle refers to the media bus format,
Dbuffer.rst189 this field when ``type`` refers to a capture stream, applications
190 when it refers to an output stream. If the application sets this
202 contains VBI data. Drivers must set it when ``type`` refers to a
203 capture stream, applications when it refers to an output stream.
329 Drivers must set this field when ``type`` refers to a capture
330 stream, applications when it refers to an output stream. If the
371 field when ``type`` refers to a capture stream, applications when
372 it refers to an output stream.
524 Applications can set this bit when ``type`` refers to an output
532 Applications can set this bit when ``type`` refers to an output
[all …]
Dvidioc-g-dv-timings.rst128 - Vertical front porch in lines. For interlaced formats this refers
132 - Vertical sync length in lines. For interlaced formats this refers
136 - Vertical back porch in lines. For interlaced formats this refers
Ddev-meta.rst9 Metadata refers to any non-image data that supplements video frames with
Dvidioc-g-ctrl.rst50 (e.g. if it refers to an unsupported menu index of a menu control), then
/Linux-v6.1/Documentation/devicetree/bindings/spi/
Dspi-clps711x.txt9 - clocks: One entry, refers to the SPI bus clock
/Linux-v6.1/LICENSES/exceptions/
DLinux-syscall-note17 Foundation, but the instance of code that it refers to (the Linux
/Linux-v6.1/Documentation/networking/
Dnf_flowtable.rst204 refers to the software offload mode, so there is a distinction between [OFFLOAD]
205 which refers to the software flowtable fastpath and [HW_OFFLOAD] which refers
/Linux-v6.1/Documentation/devicetree/bindings/pmem/
Dpmem-region.txt4 Persistent memory refers to a class of memory devices that are:
/Linux-v6.1/Documentation/firmware-guide/acpi/dsd/
Dgraph.rst46 port as its key. The target object it refers to should be called "PRTX", where
54 endpoint. The object it refers to should be called "EPXY", where "X" is the
/Linux-v6.1/Documentation/arm/
Duefi.rst11 source code. As a rule, anything new uses 'UEFI', whereas 'EFI' refers
/Linux-v6.1/Documentation/mm/
Dzsmalloc.rst18 page boundaries. The code refers to these linked pages as a single entity
/Linux-v6.1/Documentation/livepatch/
Dmodule-elf-format.rst226 This rela refers to the symbol '.klp.sym.vmlinux.printk,0', and the symbol index is encoded
227 in 'Info'. Here its symbol index is 0x5e, which is 94 in decimal, which refers to the
229 And in this patch module's corresponding symbol table, symbol index 94 refers to that very symbol:

123456