Home
last modified time | relevance | path

Searched refs:wchan (Results 1 – 7 of 7) sorted by relevance

/linux/include/sound/
A Dsoc-dapm.h253 #define SND_SOC_DAPM_AIF_IN(wname, stname, wchan, wreg, wshift, winvert) \ argument
256 .channel = wchan, SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), }
257 #define SND_SOC_DAPM_AIF_IN_E(wname, stname, wchan, wreg, wshift, winvert, \ argument
261 .channel = wchan, SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
263 #define SND_SOC_DAPM_AIF_OUT(wname, stname, wchan, wreg, wshift, winvert) \ argument
266 .channel = wchan, SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), }
267 #define SND_SOC_DAPM_AIF_OUT_E(wname, stname, wchan, wreg, wshift, winvert, \ argument
271 .channel = wchan, SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
/linux/tools/testing/selftests/proc/
A D.gitignore15 /proc-self-wchan
A DMakefile18 TEST_GEN_PROGS += proc-self-wchan
/linux/fs/proc/
A Darray.c470 unsigned long vsize, eip, esp, wchan = 0; in do_task_stat() local
541 wchan = !task_is_running(task); in do_task_stat()
637 seq_put_decimal_ull(m, " ", wchan); in do_task_stat()
A Dbase.c425 unsigned long wchan; in proc_pid_wchan() local
431 wchan = get_wchan(task); in proc_pid_wchan()
432 if (wchan && !lookup_symbol_name(wchan, symname)) { in proc_pid_wchan()
/linux/Documentation/filesystems/
A Dproc.rst156 wchan Present with CONFIG_KALLSYMS=y: it shows the kernel function
368 0 (place holder, used to be the wchan address,
369 use /proc/PID/wchan instead)
/linux/arch/x86/
A DKconfig777 Calculate simpler /proc/<PID>/wchan values. If this option
778 is disabled then wchan values will recurse back to the
779 caller function. This provides more accurate wchan values,

Completed in 63 milliseconds