/openbmc/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()
|
/openbmc/linux/io_uring/ |
H A D | sqpoll.h | 16 pid_t task_pid; member
|
H A D | sqpoll.c | 231 snprintf(buf, sizeof(buf), "iou-sqp-%d", sqd->task_pid); in io_sq_thread() 235 sqd->task_pid = current->pid; in io_sq_thread() 427 sqd->task_pid = current->pid; in io_sq_offload_create()
|
H A D | fdinfo.c | 148 sq_pid = sq->task_pid; in io_uring_show_fdinfo()
|
/openbmc/linux/drivers/tty/vt/ |
H A D | vt_ioctl.c | 462 vt_spawn_con.pid = get_pid(task_pid(current)); in vt_k_ioctl() 619 nvc->vt_pid = get_pid(task_pid(current)); in vt_setactivate() 779 vc->vt_pid = get_pid(task_pid(current)); in vt_ioctl()
|
/openbmc/linux/fs/gfs2/ |
H A D | glock.h | 145 pid = task_pid(current); in gfs2_glock_is_locked_by_me()
|
H A D | glock.c | 1295 gh->gh_owner_pid = get_pid(task_pid(current)); in __gfs2_holder_init() 1318 gh->gh_owner_pid = get_pid(task_pid(current)); in gfs2_holder_reinit()
|
/openbmc/linux/fs/notify/dnotify/ |
H A D | dnotify.c | 369 __f_setown(filp, task_pid(current), PIDTYPE_TGID, 0); in fcntl_dirnotify()
|
/openbmc/linux/fs/proc/ |
H A D | array.c | 743 pid = get_pid(task_pid(task)); in get_children_pid() 765 pid = get_pid(task_pid(task)); in get_children_pid()
|
/openbmc/linux/kernel/time/ |
H A D | posix-cpu-timers.c | 71 return thread ? task_pid(current) : task_tgid(current); in pid_for_clock() 88 if (gettime && (pid == task_pid(current))) in pid_for_clock()
|
/openbmc/linux/include/linux/sched/ |
H A D | signal.h | 676 pid = task_pid(task); in task_pid_type()
|
/openbmc/linux/drivers/s390/char/ |
H A D | fs3270.c | 459 fp->fs_pid = get_pid(task_pid(current)); in fs3270_open()
|
/openbmc/linux/kernel/ |
H A D | pid.c | 512 return ns_of_pid(task_pid(tsk)); in task_active_pid_ns()
|
H A D | exit.c | 633 unsigned int ns_level = task_pid(father)->level; in find_new_reaper() 643 task_pid(reaper)->level == ns_level; in find_new_reaper()
|
H A D | sys.c | 1119 pgrp = task_pid(p); in SYSCALL_DEFINE2() 1228 struct pid *sid = task_pid(group_leader); in ksys_setsid() 2287 is_child_reaper(task_pid(p))) in propagate_has_child_subreaper()
|
/openbmc/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_gem_submit.c | 426 struct pid *pid = get_pid(task_pid(current)); in etnaviv_ioctl_gem_submit()
|
/openbmc/linux/init/ |
H A D | main.c | 1534 cad_pid = get_pid(task_pid(current)); in kernel_init_freeable()
|
/openbmc/linux/fs/notify/fanotify/ |
H A D | fanotify.c | 826 pid = get_pid(task_pid(current)); in fanotify_alloc_event()
|
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_gem_submit.c | 64 submit->pid = get_pid(task_pid(current)); in submit_create()
|
H A D | msm_gpu.c | 833 aspace->pid = get_pid(task_pid(task)); in msm_gpu_create_private_address_space()
|
/openbmc/linux/fs/fuse/ |
H A D | dev.c | 140 req->in.h.pid = pid_nr_ns(task_pid(current), fc->pid_ns); in fuse_get_req() 471 req->in.h.pid = pid_nr_ns(task_pid(current), fc->pid_ns); in fuse_force_creds()
|
/openbmc/linux/sound/core/ |
H A D | control.c | 81 ctl->pid = get_pid(task_pid(current)); in snd_ctl_open() 2267 if (kctl->pid == task_pid(current)) { in snd_ctl_get_preferred_subdevice()
|
H A D | pcm.c | 983 substream->pid = get_pid(task_pid(current)); in snd_pcm_attach_substream()
|
/openbmc/linux/ipc/ |
H A D | msg.c | 833 ipc_update_pid(&msq->q_lrpid, task_pid(msr->r_tsk)); in pipelined_send()
|
/openbmc/linux/include/linux/ |
H A D | sched.h | 1562 static inline struct pid *task_pid(struct task_struct *task) in task_pid() 1561 static inline struct pid *task_pid(struct task_struct *task) task_pid() function
|