Searched refs:rpid (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/arch/microblaze/kernel/ |
H A D | hw_exception_handler.S | 486 mfs r11, rpid 502 mts rpid, r0 /* TLB will have 0 TID */ 564 mts rpid, r11 574 mts rpid, r11 600 mfs r11, rpid 609 mts rpid, r0 /* TLB will have 0 TID */ 656 mts rpid, r11 670 mfs r11, rpid 680 mts rpid, r0 /* TLB will have 0 TID */ 727 mts rpid, r11 [all …]
|
H A D | head.S | 161 mts rpid,r0 /* Load the kernel PID */
|
H A D | entry.S | 814 mts rpid, r2 890 mfs r2, rpid
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | nft_queue.sh | 268 local rpid=$! 275 wait $rpid 286 local rpid=$! 295 wait $rpid 312 wait $rpid 335 local rpid=$!
|
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/ |
H A D | tc_actions.sh | 226 local rpid=$! 228 wait -n $rpid
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | tc_actions.sh | 226 local rpid=$! 228 wait -n $rpid
|
/openbmc/qemu/qga/ |
H A D | commands-posix.c | 52 pid_t rpid; in ga_wait_child() local 56 rpid = RETRY_ON_EINTR(waitpid(pid, status, 0)); in ga_wait_child() 58 if (rpid == -1) { in ga_wait_child() 64 g_assert(rpid == pid); in ga_wait_child()
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfa_fcs_rport.c | 35 struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid); 2302 bfa_fcs_rport_alloc(struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid) in bfa_fcs_rport_alloc() argument 2312 bfa_trc(fcs, rpid); in bfa_fcs_rport_alloc() 2318 bfa_trc(fcs, rpid); in bfa_fcs_rport_alloc() 2328 rport->pid = rpid; in bfa_fcs_rport_alloc() 2342 bfa_trc(fcs, rpid); in bfa_fcs_rport_alloc() 2600 bfa_fcs_rport_create(struct bfa_fcs_lport_s *port, u32 rpid) in bfa_fcs_rport_create() argument 2604 bfa_trc(port->fcs, rpid); in bfa_fcs_rport_create() 2605 rport = bfa_fcs_rport_alloc(port, WWN_NULL, rpid); in bfa_fcs_rport_create()
|
H A D | bfa_fcs_lport.c | 5546 bfa_fcs_lport_scn_portid_rscn(struct bfa_fcs_lport_s *port, u32 rpid) in bfa_fcs_lport_scn_portid_rscn() argument 5553 bfa_trc(port->fcs, rpid); in bfa_fcs_lport_scn_portid_rscn() 5560 if (rpid == fabric->bport.pid) in bfa_fcs_lport_scn_portid_rscn() 5565 if (vport->lport.pid == rpid) in bfa_fcs_lport_scn_portid_rscn() 5572 rport = bfa_fcs_lport_get_rport_by_pid(port, rpid); in bfa_fcs_lport_scn_portid_rscn() 5574 rport = bfa_fcs_lport_get_rport_by_old_pid(port, rpid); in bfa_fcs_lport_scn_portid_rscn() 5582 rport = bfa_fcs_rport_create(port, rpid); in bfa_fcs_lport_scn_portid_rscn()
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | parsing.py | 154 rpid = int (proc.pid // 1000) 155 if rpid in self.cmdline: 156 cmd = self.cmdline[rpid]
|