| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_uvcc/ |
| H A D | aicamera.sh | 5 get_pid(){ function 20 ispserver_pid=$(get_pid ispserver) 21 aiserver_pid=$(get_pid aiserver)
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | tty_jobctrl.c | 105 tty->pgrp = get_pid(task_pgrp(current)); in __proc_set_tty() 106 tty->session = get_pid(task_session(current)); in __proc_set_tty() 215 tty_pgrp = get_pid(tty->pgrp); in tty_signal_session_leader() 217 p->signal->tty_old_pgrp = get_pid(tty->pgrp); in tty_signal_session_leader() 407 pgrp = get_pid(tty->pgrp); in tty_get_pgrp() 506 real_tty->pgrp = get_pid(pgrp); in tiocspgrp()
|
| H A D | n_r3964.c | 801 pClient->pid = get_pid(pid); in enable_signals()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | pid.c | 443 pid = get_pid(rcu_dereference(*task_pid_ptr(task, type))); in get_task_pid() 466 pid = get_pid(find_vpid(nr)); in find_get_pid() 535 get_pid(pid); in pidfd_get_pid() 561 fd = anon_inode_getfd("[pidfd]", &pidfd_fops, get_pid(pid), in pidfd_create()
|
| H A D | usermode_driver.c | 133 umd_info->tgid = get_pid(task_tgid(current)); in umd_setup()
|
| /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/include/linux/ |
| H A D | pid.h | 82 static inline struct pid *get_pid(struct pid *pid) in get_pid() function
|
| /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/include/net/ |
| H A D | scm.h | 59 scm->pid = get_pid(pid); in scm_set_cred()
|
| /OK3568_Linux_fs/kernel/fs/notify/fanotify/ |
| H A D | fanotify.c | 612 event->pid = get_pid(task_pid(current)); in fanotify_alloc_event() 614 event->pid = get_pid(task_tgid(current)); in fanotify_alloc_event()
|
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | util.h | 187 *pos = get_pid(pid); in ipc_update_pid()
|
| /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/net/unix/ |
| H A D | af_unix.c | 602 sk->sk_peer_pid = get_pid(task_tgid(current)); in init_peercred() 624 sk->sk_peer_pid = get_pid(peersk->sk_peer_pid); in copy_peercred() 1597 UNIXCB(skb).pid = get_pid(scm->pid); in unix_scm_to_skb() 1628 UNIXCB(skb).pid = get_pid(task_tgid(current)); in maybe_add_creds() 1645 scm->pid = get_pid(task_tgid(current)); in maybe_init_creds()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | umem_odp.c | 196 odp_data->tgid = get_pid(root->tgid); in ib_umem_odp_alloc_child()
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | posix-timers.c | 530 new_timer->it_pid = get_pid(good_sigevent(event)); in do_timer_create() 544 new_timer->it_pid = get_pid(task_tgid(current)); in do_timer_create()
|
| H A D | posix-cpu-timers.c | 403 new_timer->it.cpu.pid = get_pid(pid); in posix_cpu_timer_create()
|
| /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/drivers/gpu/drm/ |
| H A D | drm_file.c | 165 file->pid = get_pid(task_pid(current)); in drm_file_alloc()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | i8254.c | 677 pid = get_pid(task_tgid(current)); in kvm_create_pit()
|
| /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/drivers/usb/core/ |
| H A D | devio.c | 617 pid = get_pid(as->pid); in async_completed() 1047 ps->disc_pid = get_pid(task_pid(current)); in usbdev_open() 1827 as->pid = get_pid(task_pid(current)); in proc_do_submiturb()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | fcntl.c | 93 filp->f_owner.pid = get_pid(pid); in f_modown()
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| 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/init/ |
| H A D | main.c | 1709 cad_pid = get_pid(task_pid(current)); in kernel_init_freeable()
|