Home
last modified time | relevance | path

Searched refs:old_pid (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c39 int old_pid, old_lpid; in __kvmhv_copy_tofrom_guest_radix() local
72 old_pid = mfspr(SPRN_PID); in __kvmhv_copy_tofrom_guest_radix()
73 if (old_pid != pid) in __kvmhv_copy_tofrom_guest_radix()
88 if (quadrant == 1 && pid != old_pid) in __kvmhv_copy_tofrom_guest_radix()
89 mtspr(SPRN_PID, old_pid); in __kvmhv_copy_tofrom_guest_radix()
/linux/net/bluetooth/
H A Daf_bluetooth.c217 struct pid *old_pid; in bt_accept_enqueue() local
240 old_pid = sk->sk_peer_pid; in bt_accept_enqueue()
246 put_pid(old_pid); in bt_accept_enqueue()
/linux/net/unix/
H A Daf_unix.c782 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()
/linux/drivers/scsi/bfa/
H A Dbfa_fcs_lport.c913 if (rport->old_pid == pid) in bfa_fcs_lport_get_rport_by_old_pid()