Searched refs:end_rsm (Results 1 – 2 of 2) sorted by relevance
12283 void *end_rsm; in rack_output() local12284 end_rsm = TAILQ_LAST_FAST(&rack->r_ctl.rc_tmap, rack_sendmap, r_tnext); in rack_output()12285 if (end_rsm) in rack_output()12286 kern_prefetch(end_rsm, &prefetch_rsm); in rack_output()
12421 void *end_rsm; in bbr_output_wtime() local12423 end_rsm = TAILQ_LAST_FAST(&bbr->r_ctl.rc_tmap, bbr_sendmap, r_tnext); in bbr_output_wtime()12424 if (end_rsm) in bbr_output_wtime()12425 kern_prefetch(end_rsm, &prefetch_rsm); in bbr_output_wtime()