Home
last modified time | relevance | path

Searched full:redundant (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/linux-6.14.4/scripts/
DMakefile.asm-headers36 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/
Du-boot,env.yaml34 - 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/
DBuild6 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/
DKconfig20 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/
Disofs.h154 /* 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/
Dblockgroup.rst38 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/
Du-boot-env.c82 { .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/
Dlockdep_proc.c211 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/
Du-boot-env.c192 { .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/
DBuild4 CFLAGS_Context.o += $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-…
/linux-6.14.4/tools/testing/selftests/rcutorture/doc/
DTINY_RCU.txt28 Redundant with CONFIG_RCU_TRACE.
DTREE_RCU-kconfig.txt48 Redundant with CONFIG_PREEMPT, ignore.
/linux-6.14.4/tools/perf/scripts/perl/Perf-Trace-Util/
DBuild3 CFLAGS_Context.o += $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-bad-funct…
/linux-6.14.4/scripts/kconfig/
Dmerge_config.sh28 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/
Dget_led_device_info.sh169 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/
Dmsa.h126 * 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/
Di5400_edac.c144 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/
Dconfigfs-stp-policy-p_sys-t19 length in each packet's metadata. This is normally redundant
/linux-6.14.4/scripts/coccinelle/api/
Dplatform_get_irq.cocci101 msg = "line %s is redundant because platform_get_irq() already prints an error" % (p1[0].line)
/linux-6.14.4/drivers/hwmon/pmbus/
Dcrps.c72 MODULE_DESCRIPTION("PMBus driver for Intel Common Redundant power supplies");
/linux-6.14.4/scripts/coccinelle/misc/
Duninitialized_var.cocci13 /// obviously redundant, the compiler's dead-store elimination pass will make
/linux-6.14.4/Documentation/devicetree/bindings/pwm/
Dpwm.txt40 Note that in the example above, specifying the "pwm-names" is redundant
/linux-6.14.4/tools/include/linux/
Derr.h13 * Kernel pointers have redundant information, so we can use a
/linux-6.14.4/fs/jfs/
Djfs_xattr.h13 * I know the null-terminator is redundant since namelen is stored, but
/linux-6.14.4/drivers/usb/mon/
Dusb_mon.h74 extern struct mon_bus mon_bus0; /* Only for redundant checks */

12345678910>>...15