Home
last modified time | relevance | path

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

/linux-6.1.9/include/sound/
Dsoc-dapm.h219 #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-6.1.9/tools/testing/selftests/proc/
D.gitignore13 /proc-self-wchan
DMakefile16 TEST_GEN_PROGS += proc-self-wchan
/linux-6.1.9/fs/proc/
Darray.c460 unsigned long vsize, eip, esp, wchan = 0; in do_task_stat() local
553 wchan = !task_is_running(task); in do_task_stat()
618 seq_put_decimal_ull(m, " ", wchan); in do_task_stat()
Dbase.c388 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.1.9/Documentation/filesystems/
Dproc.rst155 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-6.1.9/arch/x86/
DKconfig766 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,