| /OK3568_Linux_fs/kernel/kernel/kcsan/ |
| H A D | report.c | 27 int task_pid; member 390 other_info->ai.size, get_thread_desc(other_info->ai.task_pid), in print_report() 404 get_thread_desc(ai->task_pid), ai->cpu_id); in print_report() 410 get_thread_desc(ai->task_pid), ai->cpu_id); in print_report() 605 .task_pid = in_task() ? task_pid_nr(current) : -1, in kcsan_report()
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | n_r3964.c | 1083 pClient = findClient(pInfo, task_pid(current)); in r3964_read() 1169 pClient = findClient(pInfo, task_pid(current)); in r3964_write() 1197 return enable_signals(pInfo, task_pid(current), arg); in r3964_ioctl() 1210 return read_telegram(pInfo, task_pid(current), in r3964_ioctl() 1249 pClient = findClient(pInfo, task_pid(current)); in r3964_poll()
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | rtmutex-debug.c | 82 act_waiter->deadlock_task_pid = get_pid(task_pid(task)); in debug_rt_mutex_deadlock()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | glock.h | 143 pid = task_pid(current); in gfs2_glock_is_locked_by_me()
|
| H A D | glock.c | 1122 gh->gh_owner_pid = get_pid(task_pid(current)); in gfs2_holder_init() 1147 gh->gh_owner_pid = get_pid(task_pid(current)); in gfs2_holder_reinit()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_auth.c | 206 if (file_priv->pid == task_pid(current) && file_priv->was_master) in drm_master_check_perm()
|
| H A D | drm_file.c | 165 file->pid = get_pid(task_pid(current)); in drm_file_alloc()
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | array.c | 698 pid = get_pid(task_pid(task)); in get_children_pid() 720 pid = get_pid(task_pid(task)); in get_children_pid()
|
| /OK3568_Linux_fs/kernel/fs/notify/dnotify/ |
| H A D | dnotify.c | 351 __f_setown(filp, task_pid(current), PIDTYPE_TGID, 0); in fcntl_dirnotify()
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | posix-cpu-timers.c | 64 return thread ? task_pid(current) : task_tgid(current); in pid_for_clock() 81 if (gettime && (pid == task_pid(current))) in pid_for_clock()
|
| /OK3568_Linux_fs/kernel/include/linux/sched/ |
| H A D | signal.h | 645 pid = task_pid(task); in task_pid_type()
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | fs3270.c | 465 fp->fs_pid = get_pid(task_pid(current)); in fs3270_open()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | exit.c | 553 unsigned int ns_level = task_pid(father)->level; in find_new_reaper() 563 task_pid(reaper)->level == ns_level; in find_new_reaper()
|
| H A D | pid.c | 510 return ns_of_pid(task_pid(tsk)); in task_active_pid_ns()
|
| H A D | sys.c | 1076 pgrp = task_pid(p); in SYSCALL_DEFINE2() 1185 struct pid *sid = task_pid(group_leader); in ksys_setsid() 2266 is_child_reaper(task_pid(p))) in propagate_has_child_subreaper()
|
| /OK3568_Linux_fs/kernel/fs/notify/fanotify/ |
| H A D | fanotify.c | 612 event->pid = get_pid(task_pid(current)); in fanotify_alloc_event()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/ |
| H A D | msm_gem_submit.c | 591 struct pid *pid = get_pid(task_pid(current)); in msm_ioctl_gem_submit()
|
| H A D | msm_gpu.c | 848 aspace->pid = get_pid(task_pid(task)); in msm_gpu_create_private_address_space()
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | control.c | 72 ctl->pid = get_pid(task_pid(current)); in snd_ctl_open() 1958 if (kctl->pid == task_pid(current)) { in snd_ctl_get_preferred_subdevice()
|
| /OK3568_Linux_fs/kernel/init/ |
| H A D | main.c | 1709 cad_pid = get_pid(task_pid(current)); in kernel_init_freeable()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sched.h | 1407 static inline struct pid *task_pid(struct task_struct *task) in task_pid() function
|
| H A D | mm.h | 1399 static inline bool __cpupid_match_pid(pid_t task_pid, int cpupid) in __cpupid_match_pid() argument 1401 return (task_pid & LAST__PID_MASK) == cpupid_to_pid(cpupid); in __cpupid_match_pid()
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | dev.c | 141 req->in.h.pid = pid_nr_ns(task_pid(current), fc->pid_ns); in fuse_get_req() 479 req->in.h.pid = pid_nr_ns(task_pid(current), fc->pid_ns); in fuse_force_creds()
|
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | msg.c | 827 ipc_update_pid(&msq->q_lrpid, task_pid(msr->r_tsk)); in pipelined_send()
|