/linux-6.6.21/drivers/tty/ |
D | tty_jobctrl.c | 109 tty->ctrl.pgrp = get_pid(task_pgrp(current)); in __proc_set_tty() 110 tty->ctrl.session = get_pid(task_session(current)); in __proc_set_tty() 222 tty_pgrp = get_pid(tty->ctrl.pgrp); in tty_signal_session_leader() 225 get_pid(tty->ctrl.pgrp); in tty_signal_session_leader() 427 pgrp = get_pid(tty->ctrl.pgrp); in tty_get_pgrp() 526 real_tty->ctrl.pgrp = get_pid(pgrp); in tiocspgrp()
|
/linux-6.6.21/kernel/ |
D | pid.c | 445 pid = get_pid(rcu_dereference(*task_pid_ptr(task, type))); in get_task_pid() 468 pid = get_pid(find_vpid(nr)); in find_get_pid() 538 get_pid(pid); in pidfd_get_pid()
|
D | usermode_driver.c | 133 umd_info->tgid = get_pid(task_tgid(current)); in umd_setup()
|
/linux-6.6.21/include/linux/ |
D | pid.h | 85 static inline struct pid *get_pid(struct pid *pid) in get_pid() function
|
/linux-6.6.21/drivers/gpu/host1x/ |
D | context.c | 152 free->owner = get_pid(pid); in host1x_memory_context_alloc()
|
/linux-6.6.21/drivers/tty/vt/ |
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()
|
/linux-6.6.21/tools/mm/ |
D | page_owner_sort.c | 313 static pid_t get_pid(char *buf) in get_pid() function 481 if ((filter & FILTER_PID) && !match_num_list(get_pid(buf), fc.pids, fc.pids_size)) in is_need() 513 list[list_size].pid = get_pid(buf); in add_list()
|
/linux-6.6.21/include/net/ |
D | scm.h | 60 scm->pid = get_pid(pid); in scm_set_cred()
|
/linux-6.6.21/ipc/ |
D | util.h | 188 *pos = get_pid(pid); in ipc_update_pid()
|
/linux-6.6.21/net/bluetooth/ |
D | af_bluetooth.c | 163 sk->sk_peer_pid = get_pid(task_tgid(current)); in bt_sock_alloc() 211 sk->sk_peer_pid = get_pid(parent->sk_peer_pid); in bt_accept_enqueue()
|
/linux-6.6.21/drivers/gpu/drm/ |
D | drm_file.c | 163 rcu_assign_pointer(file->pid, get_pid(task_tgid(current))); in drm_file_alloc() 536 get_pid(pid); in drm_file_update_pid()
|
/linux-6.6.21/fs/proc/ |
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-6.6.21/fs/notify/fanotify/ |
D | fanotify.c | 826 pid = get_pid(task_pid(current)); in fanotify_alloc_event() 828 pid = get_pid(task_tgid(current)); in fanotify_alloc_event()
|
/linux-6.6.21/drivers/infiniband/core/ |
D | umem_odp.c | 194 odp_data->tgid = get_pid(root->tgid); in ib_umem_odp_alloc_child()
|
/linux-6.6.21/drivers/s390/char/ |
D | fs3270.c | 459 fp->fs_pid = get_pid(task_pid(current)); in fs3270_open()
|
/linux-6.6.21/kernel/time/ |
D | posix-timers.c | 480 new_timer->it_pid = get_pid(good_sigevent(event)); in do_timer_create() 494 new_timer->it_pid = get_pid(task_tgid(current)); in do_timer_create()
|
/linux-6.6.21/arch/x86/kvm/ |
D | i8254.c | 680 pid = get_pid(task_tgid(current)); in kvm_create_pit()
|
/linux-6.6.21/drivers/gpu/drm/etnaviv/ |
D | etnaviv_gem_submit.c | 426 struct pid *pid = get_pid(task_pid(current)); in etnaviv_ioctl_gem_submit()
|
/linux-6.6.21/net/unix/ |
D | af_unix.c | 693 sk->sk_peer_pid = get_pid(task_tgid(current)); in init_peercred() 715 sk->sk_peer_pid = get_pid(peersk->sk_peer_pid); in copy_peercred() 1826 UNIXCB(skb).pid = get_pid(scm->pid); in unix_scm_to_skb() 1859 UNIXCB(skb).pid = get_pid(task_tgid(current)); in maybe_add_creds()
|
/linux-6.6.21/init/ |
D | main.c | 1532 cad_pid = get_pid(task_pid(current)); in kernel_init_freeable()
|
/linux-6.6.21/fs/ |
D | fcntl.c | 95 filp->f_owner.pid = get_pid(pid); in f_modown()
|
/linux-6.6.21/drivers/gpu/drm/msm/ |
D | msm_gem_submit.c | 64 submit->pid = get_pid(task_pid(current)); in submit_create()
|
D | msm_gpu.c | 833 aspace->pid = get_pid(task_pid(task)); in msm_gpu_create_private_address_space()
|
/linux-6.6.21/drivers/usb/core/ |
D | devio.c | 637 pid = get_pid(as->pid); in async_completed() 1069 ps->disc_pid = get_pid(task_pid(current)); in usbdev_open() 1930 as->pid = get_pid(task_pid(current)); in proc_do_submiturb()
|
/linux-6.6.21/drivers/misc/genwqe/ |
D | card_dev.c | 47 cfile->opener = get_pid(task_tgid(current)); in genwqe_add_file()
|