/linux/arch/x86/ |
H A D | Kconfig.assembler | 5 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) 29 def_bool $(as-instr,vaesenc %ymm0$(comma)%ymm1$(comma)%ymm2) 34 def_bool $(as-instr,vpclmulqdq \$0x10$(comma)%ymm0$(comma)%ymm1$(comma)%ymm2) 39 def_bool $(as-instr64,wrussq %rax$(comma)(%rbx))
|
/linux/drivers/media/cec/core/ |
H A D | cec-pin-error-inj.c | 80 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/arch/riscv/kernel/tests/ |
H A D | Kconfig.debug | 5 …ef_bool $(as-instr,.reloc label$(comma) R_RISCV_SET_ULEB128$(comma) 127\n.reloc label$(comma) R_RI…
|
/linux/tools/perf/util/ |
H A D | data-convert-json.c | 71 // Outputs an optional comma, newline and indentation to delimit a new value 73 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/scripts/ |
H A D | Kconfig.include | 5 comma := , variable 36 as-instr = $(success,printf "%b\n" "$(1)" | $(CC) $(CLANG_FLAGS) $(2) -Wa$(comma)--fatal-warnings -… 45 $(error-if,$(success,test -z "$(cc-info)"),Sorry$(comma) this C compiler is not supported.) 51 $(error-if,$(success,test -z "$(as-info)"),Sorry$(comma) this assembler is not supported.) 57 $(error-if,$(success,test -z "$(ld-info)"),Sorry$(comma) this linker is not supported.)
|
H A D | Makefile.asm-headers | 64 --abis $(subst $(space),$(comma),$(strip $(syscall_abis_$*))) \ 70 --abis $(subst $(space),$(comma),$(strip $(syscall_abis_$*))) \
|
/linux/tools/perf/Documentation/ |
H A D | perf-lock.txt | 151 provided as a comma-separated list with no space: 0,1. Ranges of CPUs 156 Record events on existing process ID (comma separated list). 159 Record events on existing thread ID (comma separated list). 187 Show lock contention only for given lock types (comma separated list). 198 Show lock contention only for given lock addresses or names (comma separated list). 216 Show lock contention only in the given cgroups (comma separated list).
|
H A D | perf-sched.txt | 135 task names with a comma (without whitespace). The sched-out 161 Only show events for the given CPU(s) (comma separated list). 165 Only show events for given process ID (comma separated list). 169 Only show events for given thread ID (comma separated list). 220 provided as a comma-separated list with no spaces: 0,120. Ranges of
|
H A D | perf-kwork.txt | 88 Only show events for the given CPU(s) (comma separated list). 122 Only show events for the given CPU(s) (comma separated list). 148 Only show events for the given CPU(s) (comma separated list). 191 Only show events for the given CPU(s) (comma separated list).
|
/linux/arch/sh/ |
H A D | Makefile | 57 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/kernel/ |
H A D | watchdog_perf.c | 289 char *comma = strchr(str, ','); in hardlockup_config_perf_event() local 291 if (!comma) { in hardlockup_config_perf_event() 295 unsigned int len = comma - str; in hardlockup_config_perf_event()
|
H A D | workqueue.c | 6172 bool comma; member 6177 static void pr_cont_work_flush(bool comma, work_func_t func, struct pr_cont_work_struct *pcwsp) in pr_cont_work_flush() argument 6186 pr_cont("%s %ps", pcwsp->comma ? "," : "", pcwsp->func); in pr_cont_work_flush() 6188 pr_cont("%s %ld*%ps", pcwsp->comma ? "," : "", pcwsp->ctr, pcwsp->func); in pr_cont_work_flush() 6193 pcwsp->comma = comma; in pr_cont_work_flush() 6198 static void pr_cont_work(bool comma, struct work_struct *work, struct pr_cont_work_struct *pcwsp) in pr_cont_work() argument 6205 pr_cont_work_flush(comma, (work_func_t)-1, pcwsp); in pr_cont_work() 6206 pr_cont("%s BAR(%d)", comma ? "," : "", in pr_cont_work() 6209 if (!comma) in pr_cont_work() 6210 pr_cont_work_flush(comma, (work_func_t)-1, pcwsp); in pr_cont_work() [all …]
|
/linux/drivers/md/ |
H A D | md-autodetect.c | 233 char *comma = strchr(str+pos, ','); in raid_setup() local 235 if (comma) in raid_setup() 236 wlen = (comma-str)-pos; in raid_setup()
|
/linux/arch/mips/ |
H A D | Makefile | 146 cflags-y += $(call cc-option,-Wa$(comma)-mno-fix-loongson3-llsc,) 222 cflags-$(CONFIG_CPU_LOONGSON64) += $(call as-option,-Wa$(comma)-mno-fix-loongson3-llsc,) 243 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa) 251 xpa-cflags-$(micromips-ase) += -mmicromips -Wa$(comma)-fatal-warnings 254 toolchain-crc := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mcrc) 256 toolchain-dsp := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mdsp) 258 toolchain-ginv := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mginv)
|
/linux/scripts/kconfig/tests/preprocess/escape/ |
H A D | Kconfig | 8 comma := , variable 9 $(warning,hello$(comma) world)
|
/linux/Documentation/ABI/testing/ |
H A D | configfs-usb-gadget-uac1 | 9 c_srate list of capture sampling rates (comma-separated) 20 p_srate list of playback sampling rates (comma-separated)
|
H A D | configfs-usb-gadget-uac2 | 9 c_srate list of capture sampling rates (comma-separated) 24 p_srate list of playback sampling rates (comma-separated)
|
H A D | sysfs-kernel-irq | 15 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/tools/build/ |
H A D | Build.include | 13 comma := , 27 # contain a comma 28 depfile = $(subst $(comma),_,$(dot-target).d)
|
/linux/arch/riscv/ |
H A D | Makefile | 117 KBUILD_CFLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr) 118 KBUILD_AFLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr) 121 KBUILD_AFLAGS_MODULE += $(call as-option,-Wa$(comma)-mno-relax)
|
/linux/tools/bootconfig/samples/ |
H A D | bad-array.bconf | 1 # Array must be comma separated.
|
/linux/arch/arm/ |
H A D | Kconfig.assembler | 4 def_bool $(as-instr,.fpu vfpv2\nvmrs r0$(comma)FPINST)
|
H A D | Makefile | 131 AFLAGS_NOWARN :=$(call as-option,-Wa$(comma)-mno-warn-deprecated,-Wa$(comma)-W) 142 AFLAGS_ISA :=$(CFLAGS_ISA) -Wa$(comma)-mthumb
|
/linux/tools/perf/ |
H A D | builtin-list.c | 93 bool comma = false; in wordwrap() 97 const char *sep = comma ? "," : " "; in wordwrap() 100 fprintf(fp, comma ? ",\n%*s" : "\n%*s", start, ""); in wordwrap() 110 comma = s[0] == ','; in wordwrap() 92 bool comma = false; wordwrap() local
|
/linux/drivers/base/firmware_loader/builtin/ |
H A D | Makefile | 13 FWSTR = $(subst $(comma),_,$(subst /,_,$(subst .,_,$(subst -,_,$(FWNAME)))))
|