Home
last modified time | relevance | path

Searched refs:find_task_by_vpid (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/kernel/
H A Dkcmp.c146 task1 = find_task_by_vpid(pid1); in SYSCALL_DEFINE5()
147 task2 = find_task_by_vpid(pid2); in SYSCALL_DEFINE5()
H A Dpid.c423 struct task_struct *find_task_by_vpid(pid_t vnr) in find_task_by_vpid() function
433 task = find_task_by_vpid(nr); in find_get_task_by_vpid()
H A Dcapability.c119 target = find_task_by_vpid(pid); in cap_get_target_pid()
H A Dsys.c241 p = find_task_by_vpid(who); in SYSCALL_DEFINE3()
304 p = find_task_by_vpid(who); in SYSCALL_DEFINE2()
1094 p = find_task_by_vpid(pid); in SYSCALL_DEFINE2()
1155 p = find_task_by_vpid(pid); in do_getpgid()
1197 p = find_task_by_vpid(pid); in SYSCALL_DEFINE1()
1705 tsk = pid ? find_task_by_vpid(pid) : current; in SYSCALL_DEFINE4()
H A Dtaskstats.c226 first = find_task_by_vpid(tgid); in fill_stats_for_tgid()
H A Dsignal.c3950 p = find_task_by_vpid(pid); in do_send_specific()
/openbmc/linux/block/
H A Dioprio.c88 p = find_task_by_vpid(who); in SYSCALL_DEFINE3()
225 p = find_task_by_vpid(who); in SYSCALL_DEFINE2()
/openbmc/linux/kernel/futex/
H A Dsyscalls.c63 p = find_task_by_vpid(pid); in SYSCALL_DEFINE3()
335 p = find_task_by_vpid(pid); in COMPAT_SYSCALL_DEFINE3()
/openbmc/linux/arch/mips/kernel/
H A Dmips-mt-fpaff.c43 return pid ? find_task_by_vpid(pid) : current; in find_process_by_pid()
/openbmc/linux/kernel/sched/
H A Dcore_sched.c152 task = find_task_by_vpid(pid); in sched_core_share_pid()
H A Dcore.c7509 return pid ? find_task_by_vpid(pid) : current; in find_process_by_pid()
/openbmc/linux/security/tomoyo/
H A Dcommon.c1000 p = find_task_by_vpid(pid); in tomoyo_select_domain()
1712 p = find_task_by_vpid(pid); in tomoyo_read_pid()
/openbmc/linux/net/core/
H A Dnet_namespace.c714 tsk = find_task_by_vpid(pid); in get_net_ns_by_pid()
/openbmc/linux/include/linux/
H A Dsched.h1984 extern struct task_struct *find_task_by_vpid(pid_t nr);
/openbmc/linux/kernel/trace/
H A Dtrace_output.c1282 task = find_task_by_vpid(field->tgid); in trace_user_stack_print()
/openbmc/linux/mm/
H A Dmigrate.c2388 task = find_task_by_vpid(pid); in find_mm_struct()
H A Dmempolicy.c1636 task = pid ? find_task_by_vpid(pid) : current; in kernel_migrate_pages()
H A Dhuge_memory.c2993 task = find_task_by_vpid(pid); in split_huge_pages_pid()
/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c674 tsk = find_task_by_vpid(pid); in rdtgroup_move_task()
/openbmc/linux/kernel/cgroup/
H A Dcgroup.c2899 tsk = find_task_by_vpid(pid); in cgroup_procs_write_start()
/openbmc/linux/kernel/events/
H A Dcore.c4754 task = find_task_by_vpid(vpid); in find_lively_task_by_vpid()