Searched refs:end_rsm (Results 1 – 2 of 2) sorted by relevance
12277 void *end_rsm; in bbr_output_wtime() local12279 end_rsm = TAILQ_LAST_FAST(&bbr->r_ctl.rc_tmap, bbr_sendmap, r_tnext); in bbr_output_wtime()12280 if (end_rsm) in bbr_output_wtime()12281 kern_prefetch(end_rsm, &prefetch_rsm); in bbr_output_wtime()
20325 void *end_rsm; in rack_output() local20326 end_rsm = TAILQ_LAST_FAST(&rack->r_ctl.rc_tmap, rack_sendmap, r_tnext); in rack_output()20327 if (end_rsm) in rack_output()20328 kern_prefetch(end_rsm, &prefetch_rsm); in rack_output()