| /linux/kernel/kcsan/ |
| H A D | report.c | 33 int task_pid; member 447 other_info->ai.size, get_thread_desc(other_info->ai.task_pid), in print_report() 460 get_thread_desc(ai->task_pid), ai->cpu_id); in print_report() 464 get_thread_desc(ai->task_pid), ai->cpu_id); in print_report() 644 .task_pid = in_task() ? task_pid_nr(current) : -1, in prepare_access_info()
|
| /linux/io_uring/ |
| H A D | sqpoll.h | 16 pid_t task_pid; member
|
| H A D | sqpoll.c | 311 snprintf(buf, sizeof(buf), "iou-sqp-%d", sqd->task_pid); in io_sq_thread() 315 sqd->task_pid = current->pid; in io_sq_thread() 515 sqd->task_pid = current->pid; in io_sq_offload_create()
|
| H A D | fdinfo.c | 187 sq_pid = sq->task_pid; in __io_uring_show_fdinfo()
|
| /linux/include/linux/ |
| H A D | pid.h | 216 static inline struct pid *task_pid(struct task_struct *task) in task_pid() function
|
| H A D | mm.h | 1825 static inline bool __cpupid_match_pid(pid_t task_pid, int cpupid) in __cpupid_match_pid() argument 1827 return (task_pid & LAST__PID_MASK) == cpupid_to_pid(cpupid); in __cpupid_match_pid()
|
| /linux/kernel/ |
| H A D | exit.c | 137 struct pid *pid = task_pid(p); in __unhash_process() 261 thread_pid = task_pid(p); in release_task() 645 unsigned int ns_level = task_pid(father)->level; in find_new_reaper() 655 task_pid(reaper)->level == ns_level; in find_new_reaper()
|
| H A D | pid.c | 528 return ns_of_pid(task_pid(tsk)); in task_active_pid_ns()
|
| H A D | sys.c | 1161 pgrp = task_pid(p); in SYSCALL_DEFINE2() 1271 struct pid *sid = task_pid(group_leader); in ksys_setsid() 2358 is_child_reaper(task_pid(p))) in propagate_has_child_subreaper()
|
| /linux/fs/notify/dnotify/ |
| H A D | dnotify.c | 369 __f_setown(filp, task_pid(current), PIDTYPE_TGID, 0); in fcntl_dirnotify()
|
| /linux/fs/proc/ |
| H A D | array.c | 736 pid = get_pid(task_pid(task)); in get_children_pid() 758 pid = get_pid(task_pid(task)); in get_children_pid()
|
| /linux/include/linux/sched/ |
| H A D | signal.h | 673 pid = task_pid(task); in task_pid_type()
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_gem_submit.c | 73 submit->pid = get_pid(task_pid(current)); in submit_create()
|
| H A D | msm_gpu.c | 968 to_msm_vm(vm)->pid = get_pid(task_pid(task)); in msm_gpu_create_private_vm()
|
| /linux/fs/ |
| H A D | pidfs.c | 644 struct pid *pid = task_pid(tsk); in pidfs_exit()
|
| H A D | locks.c | 585 __f_setown(filp, task_pid(current), PIDTYPE_TGID, 0); in lease_setup()
|
| /linux/init/ |
| H A D | main.c | 1669 cad_pid = get_pid(task_pid(current)); in kernel_init_freeable()
|
| /linux/sound/core/ |
| H A D | control.c | 80 ctl->pid = get_pid(task_pid(current)); in snd_ctl_open() 2165 if (kctl->pid == task_pid(current)) { in snd_ctl_get_preferred_subdevice()
|
| H A D | rawmidi.c | 358 substream->pid = get_pid(task_pid(current)); in open_substream()
|
| /linux/ipc/ |
| H A D | msg.c | 833 ipc_update_pid(&msq->q_lrpid, task_pid(msr->r_tsk)); in pipelined_send()
|
| /linux/fs/fuse/ |
| H A D | dev.c | 233 req->in.h.pid = pid_nr_ns(task_pid(current), fc->pid_ns); in fuse_get_req() 649 req->in.h.pid = pid_nr_ns(task_pid(current), fc->pid_ns); in fuse_force_creds()
|
| /linux/fs/ocfs2/ |
| H A D | dlmglue.c | 804 oh->oh_owner_pid = get_pid(task_pid(current)); in ocfs2_add_holder() 2680 struct pid *pid = task_pid(current); in ocfs2_inode_lock_tracker()
|
| /linux/drivers/tty/ |
| H A D | tty_io.c | 2232 pid = task_pid(current); in __tty_fasync()
|
| /linux/virt/kvm/ |
| H A D | kvm_main.c | 4476 if (unlikely(oldpid != task_pid(current))) { in kvm_vcpu_ioctl()
|