Home
last modified time | relevance | path

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

12345

/linux/fs/overlayfs/
H A DKconfig25 Note, that redirects are not backward compatible. That is, mounting
37 might not be backward compatible with previous kernels.
39 If backward compatibility is not an issue, then it is safe and
59 Note, that the inodes index feature is not backward compatible.
84 Note, that the NFS export feature is not backward compatible.
123 Note, that this feature is not backward compatible. That is,
/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A 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/kernel/events/
H A Dring_buffer.c144 bool backward) in ring_buffer_has_space() argument
146 if (!backward) in ring_buffer_has_space()
156 bool backward) in __perf_output_begin() argument
206 size, backward))) in __perf_output_begin()
222 if (!backward) in __perf_output_begin()
228 if (backward) { in __perf_output_begin()
/linux/tools/perf/Documentation/
H A 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/arch/arm/boot/dts/st/
H A Dstm32mp157a-avenger96.dts10 /* This DT is here only for backward compatibility */
/linux/Documentation/admin-guide/
H A Dabi-stable.rst9 restrictions, and backward compatibility for them will be guaranteed
/linux/Documentation/networking/
H A Dgen_stats.rst59 TCA_STATS/TCA_XSTATS backward compatibility:
62 Prior users of struct tc_stats and xstats can maintain backward
/linux/Documentation/filesystems/ext4/
H A Deainode.rst14 backward compatibility with older versions of this feature, the
/linux/drivers/i3c/
H A DKconfig9 It's supposed to be backward compatible with I2C while providing
/linux/drivers/clk/sunxi/
H A DKconfig15 Device Tree backward compatibility issues, in case one would
/linux/Documentation/ABI/removed/
H A Dsysfs-selinux-checkreqprot24 The checkreqprot selinuxfs node will remain for backward compatibility
/linux/Documentation/devicetree/bindings/media/xilinx/
H A Dxlnx,v-tpg.txt11 TPG versions backward-compatible with previous versions should list all
/linux/Documentation/arch/s390/
H A 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
H A D3270.rst265 current top entry. PF10 rotates backward through the command stack;
266 PF11 rotates forward. You may assign the backward function to any PF
273 editing, ESC-k and ESC-j retrieve backward and forward history.
/linux/arch/arm64/boot/dts/marvell/
H A Darmada-cp11x.dtsi89 port-id = <0>; /* For backward compatibility. */
109 port-id = <1>; /* For backward compatibility. */
129 port-id = <2>; /* For backward compatibility. */
/linux/Documentation/driver-api/i3c/
H A 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
/linux/Documentation/userspace-api/media/dvb/
H A Dfe-type-t.rst82 is still filled to keep backward compatibility, the usage of this field
/linux/fs/ntfs3/
H A DKconfig56 This config option is here only for backward compatibility. NTFS
/linux/drivers/video/fbdev/
H A Dtgafb.c1163 int depos, sepos, backward, last_step, step; local
1181 backward = dy == sy && dx > sx && dx < sx + width;
1187 if (backward) {
1199 if (!backward) {
1226 if (j < 2 && j + 1 < n32 && !backward &&
/linux/drivers/eisa/
H A DKconfig17 bus while maintaining backward compatibility with cards made for
/linux/Documentation/driver-api/media/
H A Dv4l2-isp.rst19 Because of the hard requirement of backward compatibility when extending the
/linux/Documentation/filesystems/
H A Dmultigrain-ts.rst82 Note that the above assumes that the system doesn't experience a backward jump
84 can appear to go backward, even on a properly functioning system.
/linux/Documentation/userspace-api/media/v4l/
H A Dv4l2-isp.rst11 are designed to allow extending them in a backward-compatible way.
/linux/Documentation/driver-api/firmware/
H A Dfirmware-usage-guidelines.rst47 must ensure backward compatibility with existing userspace applications.
/linux/Documentation/sound/cards/
H A Dbt87x.rst18 The first does video, it is backward compatible to the bt848. The second

12345