Searched refs:find_task_by_pid_ns (Results 1 – 10 of 10) 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 | 483 struct task_struct *find_task_by_pid_ns(pid_t nr, struct pid_namespace *ns) in find_task_by_pid_ns() function 492 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/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/kernel/bpf/ |
| H A D | task_iter.c | 69 task = find_task_by_pid_ns(common->pid_visiting, common->ns); in task_group_seq_get_next()
|
| H A D | helpers.c | 2994 p = find_task_by_pid_ns(pid, &init_pid_ns); in bpf_task_from_pid()
|
| /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/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/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 158 task = find_task_by_pid_ns(event->recv_pid, in perm_group_watchdog()
|