Searched refs:rfp (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/kernel/rcu/ |
H A D | rcutorture.c | 2557 static void rcu_torture_fwd_cb_hist(struct rcu_fwd *rfp) in rcu_torture_fwd_cb_hist() argument 2564 for (i = ARRAY_SIZE(rfp->n_launders_hist) - 1; i > 0; i--) in rcu_torture_fwd_cb_hist() 2565 if (rfp->n_launders_hist[i].n_launders > 0) in rcu_torture_fwd_cb_hist() 2568 __func__, rfp->rcu_fwd_id, jiffies - rfp->rcu_fwd_startat); in rcu_torture_fwd_cb_hist() 2569 gps_old = rfp->rcu_launder_gp_seq_start; in rcu_torture_fwd_cb_hist() 2571 gps = rfp->n_launders_hist[j].launder_gp_seq; in rcu_torture_fwd_cb_hist() 2574 rfp->n_launders_hist[j].n_launders, in rcu_torture_fwd_cb_hist() 2588 struct rcu_fwd *rfp = rfcp->rfc_rfp; in rcu_torture_fwd_cb_cr() local 2592 spin_lock_irqsave(&rfp->rcu_fwd_lock, flags); in rcu_torture_fwd_cb_cr() 2593 rfcpp = rfp->rcu_fwd_cb_tail; in rcu_torture_fwd_cb_cr() [all …]
|
/openbmc/linux/drivers/net/ethernet/amd/ |
H A D | declance.c | 334 const unsigned char *rfp; in cp_to_buf() local 350 rfp = (const unsigned char *)fp; in cp_to_buf() 352 *rtp++ = *rfp++; in cp_to_buf() 378 rfp = (const unsigned char *)fp; in cp_to_buf() 380 *rtp++ = *rfp++; in cp_to_buf() 393 const unsigned char *rfp; in cp_from_buf() local 409 rfp = (const unsigned char *)fp; in cp_from_buf() 412 *rtp++ = *rfp++; in cp_from_buf() 439 rfp = (const unsigned char *)fp; in cp_from_buf() 441 *rtp++ = *rfp++; in cp_from_buf()
|
/openbmc/linux/drivers/scsi/libfc/ |
H A D | fc_exch.c | 2016 static void fc_exch_els_rec(struct fc_frame *rfp) in fc_exch_els_rec() argument 2028 lport = fr_dev(rfp); in fc_exch_els_rec() 2029 rp = fc_frame_payload_get(rfp, sizeof(*rp)); in fc_exch_els_rec() 2081 fc_fill_reply_hdr(fp, rfp, FC_RCTL_ELS_REP, 0); in fc_exch_els_rec() 2090 fc_seq_ls_rjt(rfp, reason, explan); in fc_exch_els_rec()
|
/openbmc/docs/designs/ |
H A D | redfish-authorization.md | 238 stored as Linux secondary groups with a fixed prefix "openbmc-rfp". rfr" refers 246 privileges becomes searching all the groups starting with "openbmc-rfp" or 252 "openbmc-orfr-power" is in secondary groups "openbmc-rfp-configureself" and 282 … | openbmc-rfp-configureself | 284 … | openbmc-rfp-login |
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/ |
H A D | perl_5.40.0.bb | 56 cp -rfp ${S} ${B} 57 cp -rfp ${STAGING_DATADIR_NATIVE}/perl-cross/* ${B}
|