Home
last modified time | relevance | path

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

/linux-6.6.21/include/sound/
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-6.6.21/tools/testing/selftests/proc/
D.gitignore13 /proc-self-wchan
DMakefile16 TEST_GEN_PROGS += proc-self-wchan
/linux-6.6.21/fs/proc/
Darray.c470 unsigned long vsize, eip, esp, wchan = 0; in do_task_stat() local
562 wchan = !task_is_running(task); in do_task_stat()
630 seq_put_decimal_ull(m, " ", wchan); in do_task_stat()
Dbase.c389 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-6.6.21/Documentation/filesystems/
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-6.6.21/arch/x86/
DKconfig762 Calculate simpler /proc/<PID>/wchan values. If this option
763 is disabled then wchan values will recurse back to the
764 caller function. This provides more accurate wchan values,