Searched refs:PIDTYPE_PID (Results 1 - 25 of 51) sorted by last modified time

123

/linux-master/virt/kvm/
H A Dkvm_main.c3934 task = get_pid_task(pid, PIDTYPE_PID);
4416 newpid = get_task_pid(current, PIDTYPE_PID);
/linux-master/init/
H A Dinit_task.c39 [PIDTYPE_PID] = &init_struct_pid,
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_gpu.c340 task = get_pid_task(submit->pid, PIDTYPE_PID);
H A Dmsm_gem.c979 get_pid_task(aspace->pid, PIDTYPE_PID);
/linux-master/drivers/gpu/drm/i915/
H A Di915_gpu_error.c1412 task = pid_task(ctx->pid, PIDTYPE_PID);
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.c1723 ctx->pid = get_task_pid(current, PIDTYPE_PID);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c2916 thread = get_pid_task(pid, PIDTYPE_PID);
H A Dkfd_process.c944 task = get_pid_task(pid, PIDTYPE_PID);
/linux-master/kernel/trace/
H A Dbpf_trace.c898 return bpf_send_signal_common(sig, PIDTYPE_PID);
3427 task = get_pid_task(find_vpid(pid), PIDTYPE_PID);
/linux-master/kernel/events/
H A Dcore.c1346 return perf_event_pid_type(event, p, PIDTYPE_PID);
/linux-master/kernel/bpf/
H A Dsyscall.c5098 task = get_pid_task(find_vpid(pid), PIDTYPE_PID);
/linux-master/fs/proc/
H A Dproc_net.c275 task = pid_task(proc_pid(dir), PIDTYPE_PID);
H A Dfd.c349 p = pid_task(proc_pid(inode), PIDTYPE_PID);
/linux-master/fs/gfs2/
H A Dglock.c2339 gh_owner = pid_task(gh->gh_owner_pid, PIDTYPE_PID);
/linux-master/fs/
H A Dfcntl.c182 type = PIDTYPE_PID;
220 case PIDTYPE_PID:
825 p = pid_task(pid, PIDTYPE_PID);
866 p = pid_task(pid, PIDTYPE_PID);
H A Dpidfs.c61 if (likely(pid_has_task(pid, PIDTYPE_PID))) {
102 task = pid_task(pid, PIDTYPE_PID);
/linux-master/arch/s390/kernel/
H A Dnmi.c202 do_send_sig_info(SIGKILL, SEND_SIG_PRIV, current, PIDTYPE_PID);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gpuvm.c1395 info->pid = get_task_pid(current->group_leader, PIDTYPE_PID);
2761 usertask = get_pid_task(process_info->pid, PIDTYPE_PID);
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c1453 task = get_pid_task(submit->pid, PIDTYPE_PID);
/linux-master/mm/
H A Dmemory-failure.c538 tk->tsk, PIDTYPE_PID);
/linux-master/kernel/
H A Dfork.c1957 for (type = PIDTYPE_PID; type < PIDTYPE_MAX; ++type)
1964 if (type == PIDTYPE_PID)
2074 if (!pid || !pid_has_task(pid, thread ? PIDTYPE_PID : PIDTYPE_TGID))
2566 init_task_pid(p, PIDTYPE_PID, pid);
2600 attach_pid(p, PIDTYPE_PID);
2693 for (type = PIDTYPE_PID; type < PIDTYPE_MAX; ++type) {
2809 pid = get_task_pid(p, PIDTYPE_PID);
H A Dsignal.c635 *type = PIDTYPE_PID;
1007 else if ((type == PIDTYPE_PID) || thread_group_empty(p))
1088 pending = (type != PIDTYPE_PID) ? &t->signal->shared_pending : &t->pending;
1187 trace_signal_generate(sig, info, t, type != PIDTYPE_PID, result);
1352 ret = send_signal_locked(sig, info, t, PIDTYPE_PID);
1441 * individual thread if type == PIDTYPE_PID.
1491 p = pid_task(pid, PIDTYPE_PID);
1573 p = pid_task(pid, PIDTYPE_PID);
1655 return do_send_sig_info(sig, info, p, PIDTYPE_PID);
1983 * Where type is PIDTYPE_PID (suc
[all...]
H A Dptrace.c384 send_signal_locked(SIGSTOP, SEND_SIG_PRIV, task, PIDTYPE_PID);
H A Dpid.c332 return (type == PIDTYPE_PID) ?
358 if (type == PIDTYPE_PID) {
359 WARN_ON_ONCE(pid_has_task(pid, PIDTYPE_PID));
386 struct hlist_head *head1 = &pid1->tasks[PIDTYPE_PID];
387 struct hlist_head *head2 = &pid2->tasks[PIDTYPE_PID];
405 WARN_ON_ONCE(type == PIDTYPE_PID);
430 return pid_task(find_pid_ns(nr, ns), PIDTYPE_PID);
715 task = get_pid_task(pid, PIDTYPE_PID);
/linux-master/include/linux/
H A Dpid.h197 if (type == PIDTYPE_PID) \
237 return __task_pid_nr_ns(tsk, PIDTYPE_PID, ns);
242 return __task_pid_nr_ns(tsk, PIDTYPE_PID, NULL);

Completed in 496 milliseconds

123