Searched refs:rfp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/kernel/rcu/ |
H A D | rcutorture.c | 1831 static void rcu_torture_fwd_cb_hist(struct rcu_fwd *rfp) in rcu_torture_fwd_cb_hist() argument 1838 for (i = ARRAY_SIZE(rfp->n_launders_hist) - 1; i > 0; i--) in rcu_torture_fwd_cb_hist() 1839 if (rfp->n_launders_hist[i].n_launders > 0) in rcu_torture_fwd_cb_hist() 1842 __func__, jiffies - rfp->rcu_fwd_startat); in rcu_torture_fwd_cb_hist() 1843 gps_old = rfp->rcu_launder_gp_seq_start; in rcu_torture_fwd_cb_hist() 1845 gps = rfp->n_launders_hist[j].launder_gp_seq; in rcu_torture_fwd_cb_hist() 1848 rfp->n_launders_hist[j].n_launders, in rcu_torture_fwd_cb_hist() 1862 struct rcu_fwd *rfp = rfcp->rfc_rfp; in rcu_torture_fwd_cb_cr() local 1866 spin_lock_irqsave(&rfp->rcu_fwd_lock, flags); in rcu_torture_fwd_cb_cr() 1867 rfcpp = rfp in rcu_torture_fwd_cb_cr() 1896 rcu_torture_fwd_prog_cbfree(struct rcu_fwd *rfp) rcu_torture_fwd_prog_cbfree() argument 1926 rcu_torture_fwd_prog_nr(struct rcu_fwd *rfp, int *tested, int *tested_tries) rcu_torture_fwd_prog_nr() argument 1993 rcu_torture_fwd_prog_cr(struct rcu_fwd *rfp) rcu_torture_fwd_prog_cr() argument 2094 struct rcu_fwd *rfp; rcutorture_oom_notify() local 2130 struct rcu_fwd *rfp = args; rcu_torture_fwd_prog() local 2160 struct rcu_fwd *rfp; rcu_torture_fwd_prog_init() local 2194 struct rcu_fwd *rfp; rcu_torture_fwd_prog_cleanup() local [all...] |
/kernel/linux/linux-6.6/kernel/rcu/ |
H A D | rcutorture.c | 2556 static void rcu_torture_fwd_cb_hist(struct rcu_fwd *rfp) in rcu_torture_fwd_cb_hist() argument 2563 for (i = ARRAY_SIZE(rfp->n_launders_hist) - 1; i > 0; i--) in rcu_torture_fwd_cb_hist() 2564 if (rfp->n_launders_hist[i].n_launders > 0) in rcu_torture_fwd_cb_hist() 2567 __func__, rfp->rcu_fwd_id, jiffies - rfp->rcu_fwd_startat); in rcu_torture_fwd_cb_hist() 2568 gps_old = rfp->rcu_launder_gp_seq_start; in rcu_torture_fwd_cb_hist() 2570 gps = rfp->n_launders_hist[j].launder_gp_seq; in rcu_torture_fwd_cb_hist() 2573 rfp->n_launders_hist[j].n_launders, in rcu_torture_fwd_cb_hist() 2587 struct rcu_fwd *rfp = rfcp->rfc_rfp; in rcu_torture_fwd_cb_cr() local 2591 spin_lock_irqsave(&rfp in rcu_torture_fwd_cb_cr() 2621 rcu_torture_fwd_prog_cbfree(struct rcu_fwd *rfp) rcu_torture_fwd_prog_cbfree() argument 2651 rcu_torture_fwd_prog_nr(struct rcu_fwd *rfp, int *tested, int *tested_tries) rcu_torture_fwd_prog_nr() argument 2723 rcu_torture_fwd_prog_cr(struct rcu_fwd *rfp) rcu_torture_fwd_prog_cr() argument 2834 struct rcu_fwd *rfp; rcutorture_oom_notify() local 2882 struct rcu_fwd *rfp = args; rcu_torture_fwd_prog() local 2932 struct rcu_fwd *rfp; rcu_torture_fwd_prog_init() local 2992 struct rcu_fwd *rfp; rcu_torture_fwd_prog_cleanup() local [all...] |
/kernel/linux/linux-5.10/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() [all...] |
/kernel/linux/linux-6.6/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() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/libfc/ |
H A D | fc_exch.c | 2014 * @rfp: The REC frame, not freed here. 2018 static void fc_exch_els_rec(struct fc_frame *rfp) in fc_exch_els_rec() argument 2030 lport = fr_dev(rfp); in fc_exch_els_rec() 2031 rp = fc_frame_payload_get(rfp, sizeof(*rp)); in fc_exch_els_rec() 2083 fc_fill_reply_hdr(fp, rfp, FC_RCTL_ELS_REP, 0); in fc_exch_els_rec() 2092 fc_seq_ls_rjt(rfp, reason, explan); in fc_exch_els_rec()
|
/kernel/linux/linux-6.6/drivers/scsi/libfc/ |
H A D | fc_exch.c | 2012 * @rfp: The REC frame, not freed here. 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()
|
Completed in 17 milliseconds