/Linux-v4.19/fs/ext4/ |
D | Kconfig | 1 # 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/ |
D | verifier.c | 51 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/ |
D | Kconfig | 23 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/ |
D | ring_buffer.c | 109 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/ |
D | mvebu-uart.txt | 15 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/ |
D | imx-rng.txt | 6 "fsl,imx31-rnga" (backward compatible with "fsl,imx21-rnga")
|
D | omap_rng.txt | 5 - compatible : Should contain entries for this and backward compatible
|
/Linux-v4.19/Documentation/networking/ |
D | gen_stats.txt | 50 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/ |
D | omap-sham.txt | 5 - compatible : Should contain entries for this and backward compatible
|
D | st,stm32-hash.txt | 4 - compatible: Should contain entries for this and backward compatible
|
D | omap-aes.txt | 5 - compatible : Should contain entries for this and backward compatible
|
D | samsung-sss.txt | 20 - compatible : Should contain entries for this and backward compatible
|
D | inside-secure-safexcel.txt | 19 Two compatibles are kept for backward compatibility, but shouldn't be used for
|
D | fsl-sec2.txt | 5 - compatible : Should contain entries for this and backward compatible
|
/Linux-v4.19/Documentation/block/ |
D | cfq-iosched.txt | 41 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/ |
D | eainode.rst | 14 backward compatibility with older versions of this feature, the
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | ftgmac100.txt | 23 - no-hw-checksum: Used to disable HW checksum support. Here for backward
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | video-command.rst | 79 -1 specifies backward single stepping,
|
D | fe-type-t.rst | 82 is still filled to keep backward compatibility, the usage of this field
|
/Linux-v4.19/Documentation/devicetree/bindings/media/xilinx/ |
D | xlnx,v-tpg.txt | 11 TPG versions backward-compatible with previous versions should list all
|
/Linux-v4.19/Documentation/s390/ |
D | CommonIO | 24 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/ |
D | tgafb.c | 1150 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/ |
D | fsl-usb.txt | 28 "host" if not defined for backward compatibility.
|
/Linux-v4.19/Documentation/sound/cards/ |
D | bt87x.rst | 18 The first does video, it is backward compatible to the bt848. The second
|
/Linux-v4.19/tools/perf/tests/ |
D | Build | 44 perf-y += backward-ring-buffer.o
|