Home
last modified time | relevance | path

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

1234

/Linux-v4.19/fs/ext4/
DKconfig1 # Ext3 configs are here for backward compatibility with old configs which may
13 This config option is here only for backward compatibility. ext3
22 This config option is here only for backward compatibility. ext3
30 This config option is here only for backward compatibility. ext3
58 of ext4 features, the on disk filesystem format stays fully backward
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/
Dverifier.c51 unsigned int forward, backward, i; in nfp_bpf_goto_meta() local
53 backward = meta->n - insn_idx; in nfp_bpf_goto_meta()
56 if (min(forward, backward) > n_insns - insn_idx - 1) { in nfp_bpf_goto_meta()
57 backward = n_insns - insn_idx - 1; in nfp_bpf_goto_meta()
60 if (min(forward, backward) > insn_idx && backward > insn_idx) { in nfp_bpf_goto_meta()
65 if (forward < backward) in nfp_bpf_goto_meta()
69 for (i = 0; i < backward; i++) in nfp_bpf_goto_meta()
/Linux-v4.19/fs/overlayfs/
DKconfig23 Note, that redirects are not backward compatible. That is, mounting
35 might not be backward compatible with previous kernels.
37 If backward compatibility is not an issue, then it is safe and
57 Note, that the inodes index feature is not backward compatible.
82 Note, that the NFS export feature is not backward compatible.
120 Note, that this feature is not backward compatible. That is,
/Linux-v4.19/kernel/events/
Dring_buffer.c109 bool backward) in ring_buffer_has_space() argument
111 if (!backward) in ring_buffer_has_space()
120 bool backward) in __perf_output_begin() argument
166 size, backward))) in __perf_output_begin()
182 if (!backward) in __perf_output_begin()
188 if (backward) { in __perf_output_begin()
/Linux-v4.19/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-v4.19/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-v4.19/Documentation/networking/
Dgen_stats.txt50 TCA_STATS/TCA_XSTATS backward compatibility:
53 Prior users of struct tc_stats and xstats can maintain backward
/Linux-v4.19/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
Dfsl-sec2.txt5 - compatible : Should contain entries for this and backward compatible
/Linux-v4.19/Documentation/block/
Dcfq-iosched.txt41 This specifies, given in Kbytes, the maximum "distance" for backward seeking.
43 sectors that are backward in terms of distance.
45 This parameter allows the scheduler to anticipate requests in the "backward"
51 This parameter is used to compute the cost of backward seeking. If the
52 backward distance of request is just 1/back_seek_penalty from a "front"
170 root never has a parent making its weight is meaningless. For backward
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Deainode.rst14 backward compatibility with older versions of this feature, the
/Linux-v4.19/Documentation/devicetree/bindings/net/
Dftgmac100.txt23 - no-hw-checksum: Used to disable HW checksum support. Here for backward
/Linux-v4.19/Documentation/media/uapi/dvb/
Dvideo-command.rst79 -1 specifies backward single stepping,
Dfe-type-t.rst82 is still filled to keep backward compatibility, the usage of this field
/Linux-v4.19/Documentation/devicetree/bindings/media/xilinx/
Dxlnx,v-tpg.txt11 TPG versions backward-compatible with previous versions should list all
/Linux-v4.19/Documentation/s390/
DCommonIO24 device numbers (0xabcd or abcd, for 2.4 backward compatibility). If you
88 The devices can be specified either by bus id (0.x.abcd) or, for 2.4 backward
/Linux-v4.19/drivers/video/fbdev/
Dtgafb.c1150 int depos, sepos, backward, last_step, step; local
1168 backward = dy == sy && dx > sx && dx < sx + width;
1174 if (backward)
1184 if (!backward) {
1211 if (j < 2 && j + 1 < n32 && !backward &&
/Linux-v4.19/Documentation/devicetree/bindings/usb/
Dfsl-usb.txt28 "host" if not defined for backward compatibility.
/Linux-v4.19/Documentation/sound/cards/
Dbt87x.rst18 The first does video, it is backward compatible to the bt848. The second
/Linux-v4.19/tools/perf/tests/
DBuild44 perf-y += backward-ring-buffer.o

1234