Searched refs:find_task_by_pid_ns (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/s390/mm/ |
| H A D | pfault.c | 136 tsk = find_task_by_pid_ns(pid, &init_pid_ns); in pfault_interrupt()
|
| /linux/kernel/ |
| H A D | pid.c | 481 struct task_struct *find_task_by_pid_ns(pid_t nr, struct pid_namespace *ns) in find_task_by_pid_ns() function 490 return find_task_by_pid_ns(vnr, task_active_pid_ns(current)); in find_task_by_vpid()
|
| /linux/arch/um/drivers/ |
| H A D | mconsole_kern.c | 686 to = find_task_by_pid_ns(pid_requested, &init_pid_ns); in mconsole_stack()
|
| /linux/fs/ |
| H A D | nsfs.c | 267 tsk = find_task_by_pid_ns(arg, pid_ns); in ns_ioctl()
|
| /linux/kernel/debug/ |
| H A D | gdbstub.c | 456 return find_task_by_pid_ns(tid, &init_pid_ns); in getthread()
|
| /linux/kernel/debug/kdb/ |
| H A D | kdb_main.c | 2279 p = find_task_by_pid_ns((pid_t)val, &init_pid_ns); in kdb_pid() 2350 p = find_task_by_pid_ns(pid, &init_pid_ns); in kdb_kill()
|
| /linux/fs/proc/ |
| H A D | base.c | 3519 task = find_task_by_pid_ns(tgid, ns); in proc_pid_lookup() 3823 task = find_task_by_pid_ns(tid, ns); in proc_task_lookup() 3869 pos = find_task_by_pid_ns(tid, ns); in first_tid()
|
| /linux/security/tomoyo/ |
| H A D | common.c | 1011 p = find_task_by_pid_ns(pid, &init_pid_ns); in tomoyo_select_domain() 1736 p = find_task_by_pid_ns(pid, &init_pid_ns); in tomoyo_read_pid()
|
| /linux/include/linux/ |
| H A D | sched.h | 1987 extern struct task_struct *find_task_by_pid_ns(pid_t nr, struct pid_namespace *ns);
|
| /linux/arch/s390/kernel/ |
| H A D | perf_cpum_sf.c | 610 tsk = find_task_by_pid_ns(pid, &init_pid_ns); in cpumsf_pid_type()
|
| /linux/kernel/bpf/ |
| H A D | helpers.c | 2897 p = find_task_by_pid_ns(pid, &init_pid_ns); in bpf_task_from_pid()
|