Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/rcu/
Drcutorture.c2633 static void rcu_torture_fwd_cb_hist(struct rcu_fwd *rfp) in rcu_torture_fwd_cb_hist() argument
2640 for (i = ARRAY_SIZE(rfp->n_launders_hist) - 1; i > 0; i--) in rcu_torture_fwd_cb_hist()
2641 if (rfp->n_launders_hist[i].n_launders > 0) in rcu_torture_fwd_cb_hist()
2644 __func__, rfp->rcu_fwd_id, jiffies - rfp->rcu_fwd_startat); in rcu_torture_fwd_cb_hist()
2645 gps_old = rfp->rcu_launder_gp_seq_start; in rcu_torture_fwd_cb_hist()
2647 gps = rfp->n_launders_hist[j].launder_gp_seq; in rcu_torture_fwd_cb_hist()
2650 rfp->n_launders_hist[j].n_launders, in rcu_torture_fwd_cb_hist()
2664 struct rcu_fwd *rfp = rfcp->rfc_rfp; in rcu_torture_fwd_cb_cr() local
2668 spin_lock_irqsave(&rfp->rcu_fwd_lock, flags); in rcu_torture_fwd_cb_cr()
2669 rfcpp = rfp->rcu_fwd_cb_tail; in rcu_torture_fwd_cb_cr()
[all …]
/linux-6.12.1/tools/testing/selftests/alsa/
Dutimer-test.c110 FILE *rfp; in TEST_F() local
119 rfp = popen(command, "r"); in TEST_F()
120 while (fgets(buf, TIMER_OUTPUT_BUF_LEN, rfp)) { in TEST_F()
137 pclose(rfp); in TEST_F()
/linux-6.12.1/drivers/net/ethernet/amd/
Ddeclance.c334 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()
/linux-6.12.1/drivers/scsi/libfc/
Dfc_exch.c2016 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()