/linux-6.12.1/net/ipv4/netfilter/ |
D | Kconfig | 77 This is a backwards-compat option for the user's convenience 85 This is a backwards-compat option for the user's convenience 152 This is a backwards-compat option for the user's convenience 172 This is a backwards-compat option for the user's convenience 234 This is a backwards-compat option for the user's convenience 242 This is a backwards-compat option for the user's convenience 251 This is a backwards-compat option for the user's convenience 289 This is a backwards-compatible option for the user's convenience
|
/linux-6.12.1/Documentation/dev-tools/ |
D | checkuapi.rst | 8 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-6.12.1/arch/mips/kernel/ |
D | sync-r4k.c | 82 * 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-6.12.1/net/ipv6/netfilter/ |
D | Kconfig | 70 This is a backwards-compat option for the user's convenience 130 This is a backwards-compat option for the user's convenience 186 This is a backwards-compatible option for the user's convenience 280 This is a backwards-compat option for the user's convenience
|
/linux-6.12.1/include/uapi/sound/sof/ |
D | abi.h | 18 * 2) Increment MINOR version if you add backwards compatible features or 21 * 3) Increment PATCH version if you add backwards compatible bug fixes.
|
/linux-6.12.1/mm/kmsan/ |
D | core.c | 91 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-6.12.1/include/uapi/linux/ |
D | shm.h | 27 /* Obsolete, used only for backwards compatibility and libc5 compiles */ 92 /* Obsolete, used only for backwards compatibility */
|
D | selinux_netlink.h | 27 /* Multicast groups - backwards compatiblility for userspace */
|
/linux-6.12.1/drivers/scsi/ |
D | st_options.h | 27 that can't space backwards over records. NOTE: The tape will be 28 spaced backwards over an "accidentally" crossed filemark in any case. */
|
/linux-6.12.1/include/linux/ |
D | list.h | 690 * list_for_each_reverse - iterate backwards over a list 718 * list_for_each_prev - iterate over a list backwards 737 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry 783 * list_for_each_entry_reverse - iterate backwards over list of given type. 819 * list_for_each_entry_continue_reverse - iterate backwards from the given point 824 * Start to iterate over list of given type backwards, continuing after 845 * list_for_each_entry_from_reverse - iterate backwards over list of given type 851 * Iterate backwards over list of given type, continuing from current position. 902 * list_for_each_entry_safe_reverse - iterate backwards over list safe against removal 908 * Iterate backwards over list of given type, safe against removal
|
D | crc32c.h | 9 /* This macro exists for backwards-compatibility. */
|
/linux-6.12.1/fs/fuse/ |
D | acl.c | 62 * 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-6.12.1/tools/include/linux/ |
D | list.h | 423 * 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-6.12.1/Documentation/sound/designs/ |
D | timestamping.rst | 35 ``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-6.12.1/include/uapi/drm/ |
D | msm_drm.h | 35 * subject to backwards-compatibility constraints: 42 * value should have a backwards compatible meaning. And for 94 /* For backwards compat. The original support for preemption was based on 347 * backwards compatibility as a "default" submitqueue
|
/linux-6.12.1/lib/zlib_inflate/ |
D | inftrees.c | 69 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-6.12.1/arch/x86/kernel/ |
D | tsc_sync.c | 302 * 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-6.12.1/lib/zstd/compress/ |
D | zstd_ldm.c | 193 * 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-6.12.1/Documentation/devicetree/bindings/interrupt-controller/ |
D | opencores,or1k-pic.txt | 11 but this is only for backwards compatibility.
|
D | nvidia,tegra20-ictlr.txt | 13 subsequent SoCs remained backwards-compatible with Tegra30, so on
|
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | hisilicon-hns-mdio.txt | 8 while "hisilicon,mdio" is optional for backwards compatibility only on
|
/linux-6.12.1/kernel/time/ |
D | timekeeping_internal.h | 24 * Prevent time going backwards by checking the MSB of mask in in clocksource_delta()
|
/linux-6.12.1/net/8021q/ |
D | Kconfig | 39 supersedes GVRP and is not backwards-compatible.
|
/linux-6.12.1/security/apparmor/include/ |
D | policy_compat.h | 5 * Code to provide backwards compatibility with older policy versions,
|
/linux-6.12.1/drivers/gpu/drm/vc4/ |
D | vc4_validate_shaders.c | 84 /* Set when we find a backwards branch. If the branch is backwards, 919 /* If we did a backwards branch and we haven't emitted a uniforms in vc4_validate_shader() 921 * uniforms address available so that the backwards branch can do its in vc4_validate_shader() 924 * We could potentially prove that the backwards branch doesn't in vc4_validate_shader()
|