Home
last modified time | relevance | path

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

12345678910

/linux/scripts/
H A 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/Documentation/devicetree/bindings/nvmem/layouts/
H A 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/tools/perf/util/scripting-engines/
H A 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/net/hsr/
H A DKconfig20 ports), giving a redundant, instant fail-over network. Each HSR node
27 a redundant, instant fail-over network. Unlike HSR, PRP networks
/linux/fs/isofs/
H A Disofs.h156 /* Every directory can have many redundant directory entries scattered
166 * the many redundant entries for each directory. We normalize the
174 * redundant entries for the directory. Thus, it can always be
/linux/drivers/nvmem/
H A 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/kernel/locking/
H A 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/drivers/nvmem/layouts/
H A 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/scripts/kconfig/
H A Dmerge_config.sh28 echo " -r list redundant entries when merging fragments"
162 ${WARNOVERRIDE} Value of $CFG is redundant by fragment $ORIG_MERGE_FILE:
/linux/tools/perf/scripts/python/Perf-Trace-Util/
H A DBuild4 CFLAGS_Context.o += $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-…
/linux/tools/testing/selftests/rcutorture/doc/
H A DTINY_RCU.txt28 Redundant with CONFIG_RCU_TRACE.
H A DTREE_RCU-kconfig.txt48 Redundant with CONFIG_PREEMPT, ignore.
/linux/tools/perf/scripts/perl/Perf-Trace-Util/
H A DBuild3 CFLAGS_Context.o += $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-bad-funct…
/linux/tools/leds/
H A 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/arch/mips/include/asm/
H A 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/Documentation/ABI/testing/
H A Dconfigfs-stp-policy-p_sys-t19 length in each packet's metadata. This is normally redundant
/linux/scripts/coccinelle/api/
H A Dplatform_get_irq.cocci101 msg = "line %s is redundant because platform_get_irq() already prints an error" % (p1[0].line)
/linux/scripts/coccinelle/misc/
H A Duninitialized_var.cocci13 /// obviously redundant, the compiler's dead-store elimination pass will make
/linux/fs/jfs/
H A Djfs_xattr.h13 * I know the null-terminator is redundant since namelen is stored, but
/linux/Documentation/devicetree/bindings/pwm/
H A Dpwm.txt40 Note that in the example above, specifying the "pwm-names" is redundant
/linux/tools/include/linux/
H A Derr.h13 * Kernel pointers have redundant information, so we can use a
/linux/sound/core/
H A Dctljack.c54 /* remove redundant " Jack" from src_name */ in jack_kctl_name_gen()
/linux/drivers/usb/mon/
H A Dusb_mon.h74 extern struct mon_bus mon_bus0; /* Only for redundant checks */
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_timeline_types.h79 * redundant and we can discard it without loss of generality.
/linux/drivers/platform/chrome/
H A Dchromeos_tbmc.c34 /* input layer checks if event is redundant */ in chromeos_tbmc_query_switch()

12345678910