/kernel/linux/linux-5.10/include/linux/ |
H A D | elfcore-compat.h | 26 compat_pid_t pr_pid; member 47 compat_pid_t pr_pid, pr_ppid, pr_pgrp, pr_sid; member
|
H A D | elfcore.h | 38 pid_t pr_pid; member 61 pid_t pr_pid, pr_ppid, pr_pgrp, pr_sid; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | elfcore-compat.h | 26 compat_pid_t pr_pid; member 45 compat_pid_t pr_pid, pr_ppid, pr_pgrp, pr_sid; member
|
H A D | elfcore.h | 38 pid_t pr_pid; member 66 pid_t pr_pid, pr_ppid, pr_pgrp, pr_sid; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | elfcore.h | 42 pid_t pr_pid; member 71 pid_t pr_pid, pr_ppid, pr_pgrp, pr_sid; member
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | binfmt_elfn32.c | 53 pid_t pr_pid; member 75 pid_t pr_pid, pr_ppid, pr_pgrp, pr_sid; member
|
H A D | binfmt_elfo32.c | 58 pid_t pr_pid; member 80 pid_t pr_pid, pr_ppid, pr_pgrp, pr_sid; member
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | crash.c | 46 prstatus->pr_pid = current->pid; in crash_save_this_cpu()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | crash.c | 47 prstatus->common.pr_pid = current->pid; in crash_save_this_cpu()
|
/kernel/linux/linux-5.10/fs/ |
H A D | binfmt_elf_fdpic.c | 1198 pid_t pr_pid; member 1313 prstatus->pr_pid = task_pid_vnr(p); in fill_prstatus() 1363 psinfo->pr_pid = task_pid_vnr(p); in fill_psinfo()
|
H A D | binfmt_elf.c | 1544 prstatus->pr_pid = task_pid_vnr(p); in fill_prstatus() 1592 psinfo->pr_pid = task_pid_vnr(p); in fill_psinfo()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | crash_dump.c | 368 nt_prstatus.pr_pid = cpu; in fill_cpu_elf_notes()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal-core.c | 122 prstatus->pr_pid = cpu_to_be32(100 + pir); in fill_prstatus()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal-core.c | 122 prstatus->common.pr_pid = cpu_to_be32(100 + pir); in fill_prstatus()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | crash_dump.c | 309 nt_prstatus.common.pr_pid = cpu; in fill_cpu_elf_notes()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | kexec_core.c | 1083 prstatus.pr_pid = current->pid; in crash_save_cpu()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | kexec_core.c | 1217 prstatus.common.pr_pid = current->pid; in crash_save_cpu()
|
/kernel/linux/linux-6.6/fs/ |
H A D | binfmt_elf_fdpic.c | 1294 prstatus->pr_pid = task_pid_vnr(p); in fill_prstatus() 1342 psinfo->pr_pid = task_pid_vnr(p); in fill_psinfo()
|
H A D | binfmt_elf.c | 1545 prstatus->pr_pid = task_pid_vnr(p); in fill_prstatus() 1594 psinfo->pr_pid = task_pid_vnr(p); in fill_psinfo()
|