Home
last modified time | relevance | path

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

12345678910>>...22

/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/tools/lib/bpf/
H A Dbpf.h41 size_t sz; /* size of this struct for forward/backward compatibility */
72 size_t sz; /* size of this struct for forward/backward compatibility */
132 size_t sz; /* size of this struct for forward/backward compatibility */
170 size_t sz; /* size of this struct for forward/backward compatibility */
309 size_t sz; /* size of this struct for forward/backward compatibility */
323 size_t sz; /* size of this struct for forward/backward compatibility */
343 size_t sz; /* size of this struct for forward/backward compatibility */
357 size_t sz; /* size of this struct for forward/backward compatibility */
400 size_t sz; /* size of this struct for forward/backward compatibility */
461 size_t sz; /* size of this struct for forward/backward compatibilit
[all...]
H A Dlibbpf.h141 /* size of this struct, for forward/backward compatibility */
521 /* size of this struct, for forward/backward compatibility */
558 /* size of this struct, for forward/backward compatibility */
581 /* size of this struct, for forward/backward compatibility */
608 /* size of this struct, for forward/backward compatibility */
661 /* size of this struct, for forward/backward compatibility */
707 /* size of this struct, for forward/backward compatibility */
772 /* size of this struct, for forward/backward compatibility */
803 /* size of this struct, for forward/backward compatibility */
821 size_t sz; /* size of this struct for forward/backward compatibilit
[all...]
/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/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/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/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/drivers/s390/char/
H A Dtape_std.c320 * MTBSR: Backward space over 'count' tape blocks.
375 * MTBSFM: Backward space over 'count' file marks.
400 * MTBSF: Backward space over 'count' file marks. The tape is positioned at
650 * into a read backward request in error case. in tape_std_read_block()
666 * Read Block backward transformation function.
673 * transform the request to a read backward, followed by a in tape_std_read_backward()
H A Dtape.h80 TO_BSB, /* Backward space block */
81 TO_BSF, /* Backward space filemark */
87 TO_RBA, /* Read backward */
/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/include/dt-bindings/sound/
H A Dqcom,q6afe.h5 /* This file exists due to backward compatibility reasons, Please do not DELETE! */
/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
/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()

12345678910>>...22