Searched full:redundant (Results 1 – 25 of 358) sorted by relevance
12345678910>>...15
/linux-6.14.4/scripts/ |
D | Makefile.asm-headers | 36 redundant := $(filter $(mandatory-y) $(generated-y), $(generic-y)) 37 redundant += $(foreach f, $(generic-y), $(if $(wildcard $(src)/$(f)),$(f))) 38 redundant := $(sort $(redundant)) 39 $(if $(redundant),\ 40 $(warning redundant generic-y found in $(src)/Kbuild: $(redundant)))
|
/linux-6.14.4/Documentation/devicetree/bindings/nvmem/layouts/ |
D | u-boot,env.yaml | 34 - description: Two redundant blocks with active one flagged 35 const: u-boot,env-redundant-bool 36 - description: Two redundant blocks with active having higher counter 37 const: u-boot,env-redundant-count
|
/linux-6.14.4/tools/perf/util/scripting-engines/ |
D | Build | 6 CFLAGS_trace-event-perl.o += $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-… 9 CFLAGS_trace-event-python.o += $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -…
|
/linux-6.14.4/net/hsr/ |
D | Kconfig | 20 ports), giving a redundant, instant fail-over network. Each HSR node 27 a redundant, instant fail-over network. Unlike HSR, PRP networks
|
/linux-6.14.4/fs/isofs/ |
D | isofs.h | 154 /* Every directory can have many redundant directory entries scattered 164 * the many redundant entries for each directory. We normalize the 172 * redundant entries for the directory. Thus, it can always be
|
/linux-6.14.4/Documentation/filesystems/ext4/ |
D | blockgroup.rst | 38 descriptors that are found in block group 0. Redundant copies of the 41 not all block groups necessarily host a redundant copy (see following 42 paragraph for more details). If the group does not have a redundant
|
/linux-6.14.4/drivers/nvmem/ |
D | u-boot-env.c | 82 { .compatible = "u-boot,env-redundant-bool", .data = (void *)U_BOOT_FORMAT_REDUNDANT, }, 83 { .compatible = "u-boot,env-redundant-count", .data = (void *)U_BOOT_FORMAT_REDUNDANT, },
|
/linux-6.14.4/kernel/locking/ |
D | lockdep_proc.c | 211 seq_printf(m, " redundant checks: %11llu\n", in lockdep_stats_debug_show() 213 seq_printf(m, " redundant links: %11llu\n", in lockdep_stats_debug_show() 222 seq_printf(m, " redundant hardirq ons: %11llu\n", hr1); in lockdep_stats_debug_show() 223 seq_printf(m, " redundant hardirq offs: %11llu\n", hr2); in lockdep_stats_debug_show() 226 seq_printf(m, " redundant softirq ons: %11llu\n", sr1); in lockdep_stats_debug_show() 227 seq_printf(m, " redundant softirq offs: %11llu\n", sr2); in lockdep_stats_debug_show()
|
/linux-6.14.4/drivers/nvmem/layouts/ |
D | u-boot-env.c | 192 { .compatible = "u-boot,env-redundant-bool", .data = (void *)U_BOOT_FORMAT_REDUNDANT, }, 193 { .compatible = "u-boot,env-redundant-count", .data = (void *)U_BOOT_FORMAT_REDUNDANT, },
|
/linux-6.14.4/tools/perf/scripts/python/Perf-Trace-Util/ |
D | Build | 4 CFLAGS_Context.o += $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-…
|
/linux-6.14.4/tools/testing/selftests/rcutorture/doc/ |
D | TINY_RCU.txt | 28 Redundant with CONFIG_RCU_TRACE.
|
D | TREE_RCU-kconfig.txt | 48 Redundant with CONFIG_PREEMPT, ignore.
|
/linux-6.14.4/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | Build | 3 CFLAGS_Context.o += $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-bad-funct…
|
/linux-6.14.4/scripts/kconfig/ |
D | merge_config.sh | 28 echo " -r list redundant entries when merging fragments" 162 ${WARNOVERRIDE} Value of $CFG is redundant by fragment $ORIG_MERGE_FILE:
|
/linux-6.14.4/tools/leds/ |
D | get_led_device_info.sh | 169 print_msg_failed "$S_DEV" "$devicename" "Redundant: use of vendor name is discouraged" 171 print_msg_failed "$S_DEV" "$devicename" "Redundant: use of product name is discouraged"
|
/linux-6.14.4/arch/mips/include/asm/ |
D | msa.h | 126 * an extra redundant check for CPUs with MSA. in thread_msa_context_live() 151 * an extra redundant check for CPUs with MSA. in init_msa_upper()
|
/linux-6.14.4/drivers/edac/ |
D | i5400_edac.c | 144 EMASK_M1 = 1<<0, /* Memory Write error on non-redundant retry */ 166 EMASK_M23 = 1<<22, /* Non-Redundant Fast Reset Timeout */ 168 EMASK_M25 = 1<<24, /* Memory Write error on redundant retry */ 169 EMASK_M26 = 1<<25, /* Redundant Fast Reset Timeout */ 179 [0] = "Memory Write error on non-redundant retry", 201 [22] = "Non-Redundant Fast Reset Timeout", 203 [24] = "Memory Write error on redundant retry", 204 [25] = "Redundant Fast Reset Timeout",
|
/linux-6.14.4/Documentation/ABI/testing/ |
D | configfs-stp-policy-p_sys-t | 19 length in each packet's metadata. This is normally redundant
|
/linux-6.14.4/scripts/coccinelle/api/ |
D | platform_get_irq.cocci | 101 msg = "line %s is redundant because platform_get_irq() already prints an error" % (p1[0].line)
|
/linux-6.14.4/drivers/hwmon/pmbus/ |
D | crps.c | 72 MODULE_DESCRIPTION("PMBus driver for Intel Common Redundant power supplies");
|
/linux-6.14.4/scripts/coccinelle/misc/ |
D | uninitialized_var.cocci | 13 /// obviously redundant, the compiler's dead-store elimination pass will make
|
/linux-6.14.4/Documentation/devicetree/bindings/pwm/ |
D | pwm.txt | 40 Note that in the example above, specifying the "pwm-names" is redundant
|
/linux-6.14.4/tools/include/linux/ |
D | err.h | 13 * Kernel pointers have redundant information, so we can use a
|
/linux-6.14.4/fs/jfs/ |
D | jfs_xattr.h | 13 * I know the null-terminator is redundant since namelen is stored, but
|
/linux-6.14.4/drivers/usb/mon/ |
D | usb_mon.h | 74 extern struct mon_bus mon_bus0; /* Only for redundant checks */
|
12345678910>>...15