| /OK3568_Linux_fs/kernel/arch/c6x/include/asm/ |
| H A D | switch_to.h | 23 current->thread.wchan = (u_long) __builtin_return_address(0); \ 27 current->thread.wchan = 0; \
|
| H A D | processor.h | 50 unsigned long wchan; member 56 .wchan = 0, \
|
| /OK3568_Linux_fs/kernel/arch/c6x/kernel/ |
| H A D | process.c | 133 p->thread.wchan = p->thread.pc; in copy_thread() 150 return p->thread.wchan; in get_wchan()
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H 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), \
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/proc/ |
| H A D | .gitignore | 12 /proc-self-wchan
|
| H A D | Makefile | 14 TEST_GEN_PROGS += proc-self-wchan
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | array.c | 436 unsigned long vsize, eip, esp, wchan = 0; in do_task_stat() local 525 wchan = get_wchan(task); in do_task_stat() 589 if (wchan) in do_task_stat()
|
| H 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()
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_uvcc/ |
| H A D | bugreport.sh | 114 …ps -eLo pid,tid,class,rtprio,ni,pri,psr,pcpu,pmem,stat,wchan:30,comm > ${bugreport}/system_data/ps…
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | processor.h | 1264 unsigned long wchan; /* Event task is sleeping on */ member
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | proc.rst | 155 wchan Present with CONFIG_KALLSYMS=y: it shows the kernel function 362 0 (place holder, used to be the wchan address, 363 use /proc/PID/wchan instead)
|
| /OK3568_Linux_fs/kernel/arch/x86/ |
| H A D | Kconfig | 750 Calculate simpler /proc/<PID>/wchan values. If this option 751 is disabled then wchan values will recurse back to the 752 caller function. This provides more accurate wchan values,
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/ |
| H A D | buildhistory_filelist1.txt | 4324 -rw-r--r-- root root 160 ./usr/include/proc/wchan.h
|
| H A D | buildhistory_filelist2.txt | 4325 -rw-r--r-- root root 160 ./usr/include/proc/wchan.h
|