Searched refs:rpid (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | nft_queue.sh | 276 local rpid=$! 285 wait_and_check_retval "$rpid" "tcp and nfqueue in forward chain" "$tthen" 292 local rpid=$! 303 wait_and_check_retval "$rpid" "tcp via loopback" "$tthen" 336 local rpid=$! 428 local rpid="$1" 433 if wait "$rpid";then 455 local rpid=$! 470 wait_and_check_retval "$rpid" "sctp and nfqueue in forward chain" "$tthen" 490 local rpid=$! [all …]
|
| /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
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | tc_actions.sh | 227 local rpid=$! 229 wait -n $rpid
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfa_fcs_rport.c | 35 struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid); 2318 bfa_fcs_rport_alloc(struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid) in bfa_fcs_rport_alloc() argument 2328 bfa_trc(fcs, rpid); in bfa_fcs_rport_alloc() 2334 bfa_trc(fcs, rpid); in bfa_fcs_rport_alloc() 2344 rport->pid = rpid; in bfa_fcs_rport_alloc() 2358 bfa_trc(fcs, rpid); in bfa_fcs_rport_alloc() 2616 bfa_fcs_rport_create(struct bfa_fcs_lport_s *port, u32 rpid) in bfa_fcs_rport_create() argument 2620 bfa_trc(port->fcs, rpid); in bfa_fcs_rport_create() 2621 rport = bfa_fcs_rport_alloc(port, WWN_NULL, rpid); in bfa_fcs_rport_create()
|
| H A D | bfa_fcs_lport.c | 5456 bfa_fcs_lport_scn_portid_rscn(struct bfa_fcs_lport_s *port, u32 rpid) in bfa_fcs_lport_scn_portid_rscn() argument 5463 bfa_trc(port->fcs, rpid); in bfa_fcs_lport_scn_portid_rscn() 5470 if (rpid == fabric->bport.pid) in bfa_fcs_lport_scn_portid_rscn() 5475 if (vport->lport.pid == rpid) in bfa_fcs_lport_scn_portid_rscn() 5482 rport = bfa_fcs_lport_get_rport_by_pid(port, rpid); in bfa_fcs_lport_scn_portid_rscn() 5484 rport = bfa_fcs_lport_get_rport_by_old_pid(port, rpid); in bfa_fcs_lport_scn_portid_rscn() 5492 rport = bfa_fcs_rport_create(port, rpid); in bfa_fcs_lport_scn_portid_rscn()
|