Home
last modified time | relevance | path

Searched full:backwards (Results 1 – 25 of 572) sorted by relevance

12345678910>>...23

/linux/Documentation/dev-tools/
H A Dcheckuapi.rst8 checks UAPI header files for userspace backwards-compatibility across
79 All 912 UAPI headers compatible with x86 appear to be backwards compatible
114 error - 1/912 UAPI headers compatible with x86 appear _not_ to be backwards compatible
121 in which the userspace backwards compatibility is ambiguous::
127 All 912 UAPI headers compatible with x86 appear to be backwards compatible
161 error - 1/912 UAPI headers compatible with x86 appear _not_ to be backwards compatible
178 All 912 UAPI headers compatible with x86 appear to be backwards compatible
199 error - 1/912 UAPI headers compatible with x86 appear _not_ to be backwards compatible
254 error - 1/884 UAPI headers compatible with arm64 appear _not_ to be backwards compatible
336 error - 1/912 UAPI headers compatible with x86 appear _not_ to be backwards compatible
[all …]
/linux/arch/mips/kernel/
H A Dsync-r4k.c82 * we saw a time-warp of the counter going backwards: in check_counter_warp()
90 * one CPU should observe time going backwards. in check_counter_warp()
231 * observed time going backwards so this counter was ahead and in synchronise_count_slave()
232 * needs to move backwards. in synchronise_count_slave()
/linux/include/uapi/sound/sof/
H A Dabi.h18 * 2) Increment MINOR version if you add backwards compatible features or
21 * 3) Increment PATCH version if you add backwards compatible bug fixes.
/linux/mm/kmsan/
H A Dcore.c91 bool backwards; in kmsan_internal_memmove_metadata() local
112 backwards = dst > src; in kmsan_internal_memmove_metadata()
113 step = backwards ? -1 : 1; in kmsan_internal_memmove_metadata()
114 iter = backwards ? n - 1 : 0; in kmsan_internal_memmove_metadata()
/linux/include/uapi/linux/
H A Dshm.h27 /* Obsolete, used only for backwards compatibility and libc5 compiles */
92 /* Obsolete, used only for backwards compatibility */
H A Dselinux_netlink.h27 /* Multicast groups - backwards compatiblility for userspace */
/linux/drivers/scsi/
H A Dst_options.h27 that can't space backwards over records. NOTE: The tape will be
28 spaced backwards over an "accidentally" crossed filemark in any case. */
/linux/tools/include/linux/
H A Dlist.h423 * list_for_each_prev - iterate over a list backwards
441 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry
463 * list_for_each_entry_reverse - iterate backwards over list of given type.
499 * list_for_each_entry_continue_reverse - iterate backwards from the given point
504 * Start to iterate over list of given type backwards, continuing after
569 * list_for_each_entry_safe_reverse - iterate backwards over list safe against removal
575 * Iterate backwards over list of given type, safe against removal
/linux/fs/fuse/
H A Dacl.c62 * the host to retain backwards compatibility. in fuse_no_acl()
86 * vfs. Retain that behavior for backwards compatibility as there are in fuse_get_inode_acl()
/linux/lib/zstd/compress/
H A Dzstd_ldm.c193 * Returns the number of bytes that match backwards before pIn and pMatch.
210 * Returns the number of bytes that match backwards from pMatch,
211 * even with the backwards match spanning 2 different segments.
221 /* If backwards match is entirely in the extDict or prefix, immediately return */ in ZSTD_ldm_countBackwardsMatch_2segments()
224 …DEBUGLOG(7, "ZSTD_ldm_countBackwardsMatch_2segments: found 2-parts backwards match (length in pref… in ZSTD_ldm_countBackwardsMatch_2segments()
226 DEBUGLOG(7, "final backwards match length = %zu", matchLength); in ZSTD_ldm_countBackwardsMatch_2segments()
/linux/arch/x86/kernel/
H A Dtsc_sync.c302 * we saw a time-warp of the TSC going backwards: in check_tsc_warp()
310 * one CPU should observe time going backwards. in check_tsc_warp()
499 * observed time going backwards so this TSC was ahead and in check_tsc_sync_target()
500 * needs to move backwards. in check_tsc_sync_target()
/linux/lib/zlib_inflate/
H A Dinftrees.c69 increases. For the deflate format, these bits are stored backwards in zlib_inflate_table()
72 are incremented backwards. in zlib_inflate_table()
227 /* backwards increment the len-bit code huff */ in zlib_inflate_table()
299 /* backwards increment the len-bit code huff */ in zlib_inflate_table()
/linux/include/uapi/drm/
H A Dmsm_drm.h35 * subject to backwards-compatibility constraints:
42 * value should have a backwards compatible meaning. And for
95 /* For backwards compat. The original support for preemption was based on
348 * backwards compatibility as a "default" submitqueue
/linux/Documentation/sound/designs/
H A Dtimestamping.rst35 ``CLOCK_REALTIME`` (NTP corrections including going backwards),
36 ``CLOCK_MONOTONIC`` (NTP corrections but never going backwards),
87 For backwards compatibility with previous implementations that did not
/linux/include/linux/
H A Dcrc32c.h12 /* This macro exists for backwards-compatibility. */
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dopencores,or1k-pic.txt11 but this is only for backwards compatibility.
H A Dnvidia,tegra20-ictlr.txt13 subsequent SoCs remained backwards-compatible with Tegra30, so on
/linux/Documentation/devicetree/bindings/net/
H A Dhisilicon-hns-mdio.txt8 while "hisilicon,mdio" is optional for backwards compatibility only on
/linux/kernel/time/
H A Dtimekeeping_internal.h38 * Prevent time going backwards by checking the result against in clocksource_delta()
/linux/security/apparmor/include/
H A Dpolicy_compat.h5 * Code to provide backwards compatibility with older policy versions,
/linux/net/8021q/
H A DKconfig39 supersedes GVRP and is not backwards-compatible.
/linux/Documentation/bpf/
H A Dbpf_design_QA.rst313 kernel preserve backwards compatibility for these features?
319 the kernel will preserve backwards compatibility, as they are part of UAPI.
337 In other words, no backwards compatibility is guaranteed if one using a type
343 bpf_obj_new for user defined types). Will the kernel preserve backwards
/linux/scripts/
H A Dpatch-kernel97 backwards () { function
229 # Don't allow backwards/reverse patching.
231 backwards
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-rbd49 will fail for backwards compatibility reasons.
63 available will fail for backwards compatibility reasons.
/linux/drivers/staging/media/deprecated/atmel/
H A DTODO5 not backwards compatible with the current usability of the driver.

12345678910>>...23