Searched refs:old_pid (Results 1 – 4 of 4) sorted by relevance
| /linux/include/trace/events/ |
| H A D | sched.h | 426 TP_PROTO(struct task_struct *p, pid_t old_pid, 429 TP_ARGS(p, old_pid, bprm), 434 __field( pid_t, old_pid ) 440 __entry->old_pid = old_pid; 444 __entry->pid, __entry->old_pid)
|
| /linux/net/bluetooth/ |
| H A D | af_bluetooth.c | 216 struct pid *old_pid; in bt_accept_enqueue() local 234 old_pid = sk->sk_peer_pid; in bt_accept_enqueue() 240 put_pid(old_pid); in bt_accept_enqueue()
|
| /linux/fs/ |
| H A D | exec.c | 1686 pid_t old_pid, old_vpid; in exec_binprm() local 1690 old_pid = current->pid; in exec_binprm() 1723 trace_sched_process_exec(current, old_pid, bprm); in exec_binprm()
|
| /linux/net/unix/ |
| H A D | af_unix.c | 782 struct pid *old_pid; in update_peercred() local 785 old_pid = sk->sk_peer_pid; in update_peercred() 790 peercred->peer_pid = old_pid; in update_peercred()
|