Searched refs:wchan (Results 1 – 7 of 7) sorted by relevance
/linux/include/sound/ |
A D | soc-dapm.h | 219 #define SND_SOC_DAPM_AIF_IN(wname, stname, wchan, wreg, wshift, winvert) \ argument 221 .channel = wchan, SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), } 222 #define SND_SOC_DAPM_AIF_IN_E(wname, stname, wchan, wreg, wshift, winvert, \ argument 225 .channel = wchan, SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \ 227 #define SND_SOC_DAPM_AIF_OUT(wname, stname, wchan, wreg, wshift, winvert) \ argument 229 .channel = wchan, SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), } 230 #define SND_SOC_DAPM_AIF_OUT_E(wname, stname, wchan, wreg, wshift, winvert, \ argument 233 .channel = wchan, SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
|
/linux/tools/testing/selftests/proc/ |
A D | .gitignore | 12 /proc-self-wchan
|
A D | Makefile | 15 TEST_GEN_PROGS += proc-self-wchan
|
/linux/fs/proc/ |
A D | array.c | 455 unsigned long vsize, eip, esp, wchan = 0; in do_task_stat() local 544 wchan = !task_is_running(task); in do_task_stat() 609 seq_put_decimal_ull(m, " ", wchan); in do_task_stat()
|
A D | base.c | 389 unsigned long wchan; in proc_pid_wchan() local 395 wchan = get_wchan(task); in proc_pid_wchan() 396 if (wchan && !lookup_symbol_name(wchan, symname)) { in proc_pid_wchan()
|
/linux/Documentation/filesystems/ |
A D | proc.rst | 155 wchan Present with CONFIG_KALLSYMS=y: it shows the kernel function 364 0 (place holder, used to be the wchan address, 365 use /proc/PID/wchan instead)
|
/linux/arch/x86/ |
A D | Kconfig | 759 Calculate simpler /proc/<PID>/wchan values. If this option 760 is disabled then wchan values will recurse back to the 761 caller function. This provides more accurate wchan values,
|
Completed in 23 milliseconds