Home
last modified time | relevance | path

Searched full:backward (Results 1 – 25 of 510) sorted by relevance

12345678910>>...21

/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/Documentation/devicetree/bindings/net/
H A Dmarvell,pp2.yaml94 for backward compatibility but shouldn't be used for new
120 Legacy binding for backward compatibility.
216 port-id = <0>; /* For backward compatibility. */
224 port-id = <1>; /* For backward compatibility. */
261 port-id = <0>; /* For backward compatibility. */
280 port-id = <1>; /* For backward compatibility. */
302 port-id = <2>; /* For backward compatibility. */
/linux/arch/x86/lib/
H A Dmemmove_32.S49 /* Decide forward/backward copy mode */
94 /* Handle data backward by movs. */
108 /* Start to prepare for backward copy. */
124 /* We gobble 16 bytes backward in each loop. */
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
H A Dsmu11_driver_if_cyan_skillfish.h32 #define TABLE_WATERMARKS 1 // Called by Driver; defined here, but not used, for backward co…
34 #define TABLE_DPMCLOCKS 4 // Called by Driver; defined here, but not used, for backward co…
35 #define TABLE_MOMENTARY_PM 5 // Called by Tools; defined here, but not used, for backward com…
/linux/tools/perf/tests/
H A Dbackward-ring-buffer.c3 * Test backward bit in event attribute, read ring buffer from end to
119 * Set backward bit, ring buffer should be writing from end. Record in test__backward_ring_buffer()
170 DEFINE_SUITE("Read backward ring buffer", backward_ring_buffer);
/linux/Documentation/admin-guide/
H A Ddevices.rst94 /dev/core /proc/kcore symbolic Backward compatibility
95 /dev/ramdisk ram0 symbolic Backward compatibility
96 /dev/ftape qft0 symbolic Backward compatibility
97 /dev/bttv0 video0 symbolic Backward compatibility
98 /dev/radio radio0 symbolic Backward compatibility
99 /dev/i2o* /dev/i2o/* symbolic Backward compatibility
/linux/include/uapi/linux/
H A Dv4l2-common.h57 /* Backward compatibility target definitions --- to be removed. */
65 /* Backward compatibility flag definitions --- to be removed. */
H A Dmtio.h30 #define MTBSF 2 /* backward space FileMark (position before FM) */
32 #define MTBSR 4 /* backward space record */
38 #define MTBSFM 10 /* +backward space FileMark, position at FM */
57 #define MTBSS 26 /* space backward over setmarks */
H A Dmembarrier.h139 * header backward compatibility.
161 /* Alias for header backward compatibility. */
/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/include/media/
H A Dv4l2-vp9.h182 * v4l2_vp9_adapt_coef_probs() - Perform backward update of vp9 coefficients probabilities
189 * This function performs backward updates of coefficients probabilities for the vp9 boolean
199 * v4l2_vp9_adapt_noncoef_probs() - Perform backward update of vp9 non-coefficients probabilities
210 * This function performs backward updates of non-coefficients probabilities for the vp9 boolean
/linux/net/core/
H A Dgen_stats.c43 * @tc_stats_type: TLV type for backward compatibility struct tc_stats TLV
44 * @xstats_type: TLV type for backward compatibility xstats TLV
53 * The dumping handle is marked to be in backward compatibility mode telling
420 * handle is in backward compatibility mode.
454 * by gnet_stats_copy_XXX() calls. Adds the backward compatibility TLVs
/linux/tools/perf/util/
H A Devlist.h39 * NOTREADY : Backward ring buffers are not ready
40 * RUNNING : Backward ring buffers are recording
41 * DATA_PENDING : We are required to collect data from backward ring buffers
42 * EMPTY : We have collected data from backward ring buffers.
44 * (0): Setup backward ring buffer
/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/Documentation/devicetree/bindings/crypto/
H A Dqcom-qce.yaml22 description: Kept only for ABI backward compatibility
26 description: Kept only for ABI backward compatibility
/linux/arch/csky/lib/
H A Dstring.c50 * the alignment boundary. Move s backward to word align it in memcpy()
89 * otherwise do a simple one byte at time backward copy.
/linux/drivers/regulator/
H A Disl9305.c179 { .compatible = "isl,isl9305" }, /* for backward compat., don't use */
181 { .compatible = "isl,isl9305h" }, /* for backward compat., don't use */
/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/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/ipc/
H A Dsyscall.c25 version = call >> 16; /* hack for backward compatibility */ in ksys_ipc()
136 version = call >> 16; /* hack for backward compatibility */ in compat_ksys_ipc()
/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/include/dt-bindings/sound/
H A Dqcom,q6afe.h5 /* This file exists due to backward compatibility reasons, Please do not DELETE! */
/linux/Documentation/input/joydev/
H A Djoystick-api.rst23 For backward compatibility the old (v0.x) interface is still included.
296 Backward compatibility
300 The driver offers backward compatibility, though. Here's a quick summary::
/linux/include/sound/ac97/
H A Dcompat.h5 * This file is for backward compatibility with snd_ac97 structure and its

12345678910>>...21