Home
last modified time | relevance | path

Searched refs:backward (Results 1 – 25 of 99) sorted by relevance

1234

/Linux-v5.4/fs/ext4/
DKconfig2 # Ext3 configs are here for backward compatibility with old configs which may
14 This config option is here only for backward compatibility. ext3
23 This config option is here only for backward compatibility. ext3
31 This config option is here only for backward compatibility. ext3
59 of ext4 features, the on disk filesystem format stays fully backward
/Linux-v5.4/fs/overlayfs/
DKconfig24 Note, that redirects are not backward compatible. That is, mounting
36 might not be backward compatible with previous kernels.
38 If backward compatibility is not an issue, then it is safe and
58 Note, that the inodes index feature is not backward compatible.
83 Note, that the NFS export feature is not backward compatible.
121 Note, that this feature is not backward compatible. That is,
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/bpf/
Dverifier.c23 unsigned int forward, backward, i; in nfp_bpf_goto_meta() local
25 backward = meta->n - insn_idx; in nfp_bpf_goto_meta()
28 if (min(forward, backward) > nfp_prog->n_insns - insn_idx - 1) { in nfp_bpf_goto_meta()
29 backward = nfp_prog->n_insns - insn_idx - 1; in nfp_bpf_goto_meta()
32 if (min(forward, backward) > insn_idx && backward > insn_idx) { in nfp_bpf_goto_meta()
37 if (forward < backward) in nfp_bpf_goto_meta()
41 for (i = 0; i < backward; i++) in nfp_bpf_goto_meta()
/Linux-v5.4/kernel/events/
Dring_buffer.c140 bool backward) in ring_buffer_has_space() argument
142 if (!backward) in ring_buffer_has_space()
151 bool backward) in __perf_output_begin() argument
197 size, backward))) in __perf_output_begin()
213 if (!backward) in __perf_output_begin()
219 if (backward) { in __perf_output_begin()
/Linux-v5.4/Documentation/devicetree/bindings/display/bridge/
Dti,tfp410.txt24 backward compatibility.
26 backward compatibility.
/Linux-v5.4/tools/perf/Documentation/
Ddb-export.txt20 backward and forward compatibility, by following some simple rules:
30 backward compatibility by testing for the presence of new tables and columns
/Linux-v5.4/Documentation/devicetree/bindings/net/
Dmscc-ocelot.txt15 - "ptp" (optional due to backward compatibility)
23 "ptp_rdy" which is optional due to backward compatibility.
Dftgmac100.txt23 - no-hw-checksum: Used to disable HW checksum support. Here for backward
/Linux-v5.4/Documentation/devicetree/bindings/serial/
Dmvebu-uart.txt15 compatible string for backward compatibility), it will only work
28 - For backward compatibility reasons, a single element interrupts
/Linux-v5.4/Documentation/devicetree/bindings/rng/
Dimx-rng.txt6 "fsl,imx31-rnga" (backward compatible with "fsl,imx21-rnga")
Domap_rng.txt5 - compatible : Should contain entries for this and backward compatible
/Linux-v5.4/Documentation/networking/
Dgen_stats.txt50 TCA_STATS/TCA_XSTATS backward compatibility:
53 Prior users of struct tc_stats and xstats can maintain backward
/Linux-v5.4/drivers/i3c/
DKconfig9 It's supposed to be backward compatible with I2C while providing
/Linux-v5.4/Documentation/devicetree/bindings/crypto/
Domap-sham.txt5 - compatible : Should contain entries for this and backward compatible
Dst,stm32-hash.txt4 - compatible: Should contain entries for this and backward compatible
Domap-aes.txt5 - compatible : Should contain entries for this and backward compatible
Dsamsung-sss.txt20 - compatible : Should contain entries for this and backward compatible
Dinside-secure-safexcel.txt19 Two compatibles are kept for backward compatibility, but shouldn't be used for
/Linux-v5.4/Documentation/filesystems/ext4/
Deainode.rst14 backward compatibility with older versions of this feature, the
/Linux-v5.4/drivers/clk/sunxi/
DKconfig15 Device Tree backward compatibility issues, in case one would
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-bus-counter73 Y. Two count directions are available: forward and backward.
123 is backward, falling edges on quadrature pair signal A
130 is backward, falling edges on quadrature pair signal B
/Linux-v5.4/Documentation/devicetree/bindings/media/xilinx/
Dxlnx,v-tpg.txt11 TPG versions backward-compatible with previous versions should list all
/Linux-v5.4/Documentation/s390/
Dcommon_io.rst28 device numbers (0xabcd or abcd, for 2.4 backward compatibility). If you
103 The devices can be specified either by bus id (0.x.abcd) or, for 2.4 backward
/Linux-v5.4/Documentation/media/uapi/dvb/
Dvideo-command.rst86 -1 specifies backward single stepping,
/Linux-v5.4/Documentation/driver-api/i3c/
Dprotocol.rst119 are here for backward compatibility with I2C devices.
194 The I3C protocol has been designed to be backward compatible with I2C devices.
195 This backward compatibility allows one to connect a mix of I2C and I3C devices

1234