Home
last modified time | relevance | path

Searched refs:comma (Results 1 – 25 of 129) sorted by relevance

123456

/linux-6.3-rc2/arch/x86/
A DKconfig.assembler5 def_bool $(as-instr,vpmovm2b %k1$(comma)%zmm5)
10 def_bool $(as-instr,sha1msg1 %xmm0$(comma)%xmm1)
15 def_bool $(as-instr,sha256msg1 %xmm0$(comma)%xmm1)
24 def_bool $(as-instr,vgf2p8mulb %xmm0$(comma)%xmm1$(comma)%xmm2)
/linux-6.3-rc2/drivers/media/cec/core/
A Dcec-pin-error-inj.c80 char *comma; in cec_pin_error_inj_parse_line() local
145 comma = strchr(token, ','); in cec_pin_error_inj_parse_line()
146 if (comma) in cec_pin_error_inj_parse_line()
147 *comma++ = '\0'; in cec_pin_error_inj_parse_line()
161 if (comma) { in cec_pin_error_inj_parse_line()
162 if (!strcmp(comma, "off")) in cec_pin_error_inj_parse_line()
164 else if (!strcmp(comma, "once")) in cec_pin_error_inj_parse_line()
166 else if (!strcmp(comma, "always")) in cec_pin_error_inj_parse_line()
168 else if (!strcmp(comma, "toggle")) in cec_pin_error_inj_parse_line()
/linux-6.3-rc2/tools/perf/util/
A Ddata-convert-json.c73 static void output_json_delimiters(FILE *out, bool comma, int depth) in output_json_delimiters() argument
77 if (comma) in output_json_delimiters()
86 static void output_json_format(FILE *out, bool comma, int depth, const char *format, ...) in output_json_format() argument
90 output_json_delimiters(out, comma, depth); in output_json_format()
97 static void output_json_key_string(FILE *out, bool comma, int depth, in output_json_key_string() argument
100 output_json_delimiters(out, comma, depth); in output_json_key_string()
108 static void output_json_key_format(FILE *out, bool comma, int depth, in output_json_key_format() argument
113 output_json_delimiters(out, comma, depth); in output_json_key_format()
/linux-6.3-rc2/scripts/
A DKconfig.include5 comma := ,
44 $(error-if,$(success,test -z "$(cc-info)"),Sorry$(comma) this C compiler is not supported.)
50 $(error-if,$(success,test -z "$(as-info)"),Sorry$(comma) this assembler is not supported.)
56 $(error-if,$(success,test -z "$(ld-info)"),Sorry$(comma) this linker is not supported.)
A Dbpf_doc.py596 comma = ''
598 one_arg = '{}{}'.format(comma, a['type'])
605 comma = ', '
832 comma = ''
839 one_arg = '{}{}'.format(comma, self.map_type(t))
846 comma = ', '
A DMakefile.debug15 KBUILD_AFLAGS += $(addprefix -Wa$(comma), $(debug-flags-y))
/linux-6.3-rc2/tools/perf/Documentation/
A Dperf-lock.txt148 provided as a comma-separated list with no space: 0,1. Ranges of CPUs
153 Record events on existing process ID (comma separated list).
156 Record events on existing thread ID (comma separated list).
182 Show lock contention only for given lock types (comma separated list).
193 Show lock contention only for given lock addresses or names (comma separated list).
A Dperf-kwork.txt84 Only show events for the given CPU(s) (comma separated list).
118 Only show events for the given CPU(s) (comma separated list).
144 Only show events for the given CPU(s) (comma separated list).
A Dperf-ftrace.txt33 Trace on existing process id (comma separated list).
36 Trace on existing thread id (comma separated list).
48 be provided as a comma separated list with no space like: 0,1.
A Dperf-sched.txt115 Only show events for the given CPU(s) (comma separated list).
119 Only show events for given process ID (comma separated list).
123 Only show events for given thread ID (comma separated list).
/linux-6.3-rc2/arch/sh/
A DMakefile57 isaflags-y := $(call as-option,-Wa$(comma)-isa=any,)
67 isaflags-y := $(call as-option,-Wa$(comma)-isa=$(isa-y),)
70 $(call as-option,-Wa$(comma)-isa=$(isa-y),-Wa$(comma)-dsp)
/linux-6.3-rc2/Documentation/ABI/testing/
A Dconfigfs-usb-gadget-uac19 c_srate list of capture sampling rates (comma-separated)
20 p_srate list of playback sampling rates (comma-separated)
A Dconfigfs-usb-gadget-uac29 c_srate list of capture sampling rates (comma-separated)
24 p_srate list of playback sampling rates (comma-separated)
A Dsysfs-kernel-irq15 Description: The IRQ action chain. A comma-separated list of zero or more
44 is a comma-separated list of counters; one per CPU in CPU id
/linux-6.3-rc2/scripts/kconfig/tests/preprocess/escape/
A DKconfig8 comma := ,
9 $(warning,hello$(comma) world)
/linux-6.3-rc2/drivers/md/
A Dmd-autodetect.c236 char *comma = strchr(str+pos, ','); in raid_setup() local
238 if (comma) in raid_setup()
239 wlen = (comma-str)-pos; in raid_setup()
/linux-6.3-rc2/arch/mips/
A DMakefile146 cflags-y += $(call cc-option,-Wa$(comma)-mno-fix-loongson3-llsc,)
207 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa)
215 xpa-cflags-$(micromips-ase) += -mmicromips -Wa$(comma)-fatal-warnings
218 toolchain-crc := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mcrc)
220 toolchain-dsp := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mdsp)
222 toolchain-ginv := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mginv)
/linux-6.3-rc2/arch/riscv/
A DMakefile91 KBUILD_CFLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr)
92 KBUILD_AFLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr)
95 KBUILD_AFLAGS_MODULE += $(call as-option,-Wa$(comma)-mno-relax)
/linux-6.3-rc2/tools/bootconfig/samples/
A Dbad-array.bconf1 # Array must be comma separated.
/linux-6.3-rc2/arch/arm/
A DKconfig.assembler4 def_bool $(as-instr,.fpu vfpv2\nvmrs r0$(comma)FPINST)
/linux-6.3-rc2/tools/build/
A DBuild.include13 comma := ,
27 # contain a comma
28 depfile = $(subst $(comma),_,$(dot-target).d)
/linux-6.3-rc2/arch/powerpc/
A DMakefile163 asinstr := $(call as-instr,lis 9$(comma)foo@high,-DHAVE_AS_ATHIGH=1)
204 cpu-as-$(CONFIG_ALTIVEC) += $(call as-option,-Wa$(comma)-maltivec)
211 cpu-as-$(CONFIG_PPC_BOOK3S_64) += $(call as-option,-Wa$(comma)-mpower4) $(call as-option,-Wa$(comma
/linux-6.3-rc2/kernel/
A Dworkqueue.c4833 bool comma; member
4854 pcwsp->comma = comma; in pr_cont_work_flush()
4867 pr_cont("%s BAR(%d)", comma ? "," : "", in pr_cont_work()
4870 if (!comma) in pr_cont_work()
4899 bool comma = false; in show_pwq() local
4906 pr_cont("%s %d%s:%ps", comma ? "," : "", in show_pwq()
4913 comma = true; in show_pwq()
4925 bool comma = false; in show_pwq() local
4932 pr_cont_work(comma, work, &pcws); in show_pwq()
4940 bool comma = false; in show_pwq() local
[all …]
/linux-6.3-rc2/drivers/base/firmware_loader/builtin/
A DMakefile13 FWSTR = $(subst $(comma),_,$(subst /,_,$(subst .,_,$(subst -,_,$(FWNAME)))))
/linux-6.3-rc2/tools/testing/selftests/nolibc/
A Dnolibc-test.c699 char *comma, *colon, *dash, *value; in main() local
702 comma = strchr(test, ','); in main()
703 if (comma) in main()
704 *(comma++) = '\0'; in main()
752 test = comma; in main()

Completed in 40 milliseconds

123456