Searched refs:wchan (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/include/sound/ |
A D | soc-dapm.h | 220 #define SND_SOC_DAPM_AIF_IN(wname, stname, wchan, wreg, wshift, winvert) \ argument 222 .channel = wchan, SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), } 223 #define SND_SOC_DAPM_AIF_IN_E(wname, stname, wchan, wreg, wshift, winvert, \ argument 226 .channel = wchan, SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \ 228 #define SND_SOC_DAPM_AIF_OUT(wname, stname, wchan, wreg, wshift, winvert) \ argument 230 .channel = wchan, SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), } 231 #define SND_SOC_DAPM_AIF_OUT_E(wname, stname, wchan, wreg, wshift, winvert, \ argument 234 .channel = wchan, SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
|
/linux-6.3-rc2/tools/testing/selftests/proc/ |
A D | .gitignore | 13 /proc-self-wchan
|
A D | Makefile | 16 TEST_GEN_PROGS += proc-self-wchan
|
/linux-6.3-rc2/fs/proc/ |
A D | array.c | 455 unsigned long vsize, eip, esp, wchan = 0; in do_task_stat() local 548 wchan = !task_is_running(task); in do_task_stat() 613 seq_put_decimal_ull(m, " ", wchan); in do_task_stat()
|
A D | base.c | 388 unsigned long wchan; in proc_pid_wchan() local 394 wchan = get_wchan(task); in proc_pid_wchan() 395 if (wchan && !lookup_symbol_name(wchan, symname)) { in proc_pid_wchan()
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | proc.rst | 156 wchan Present with CONFIG_KALLSYMS=y: it shows the kernel function 366 0 (place holder, used to be the wchan address, 367 use /proc/PID/wchan instead)
|
/linux-6.3-rc2/arch/x86/ |
A D | Kconfig | 766 Calculate simpler /proc/<PID>/wchan values. If this option 767 is disabled then wchan values will recurse back to the 768 caller function. This provides more accurate wchan values,
|
Completed in 24 milliseconds