Searched refs:prefetch_so_done (Results 1 – 2 of 2) sorted by relevance
11923 int32_t prefetch_so_done = 0; in rack_output() local12410 if (prefetch_so_done == 0) { in rack_output()12411 kern_prefetch(so, &prefetch_so_done); in rack_output()12412 prefetch_so_done = 1; in rack_output()
11993 int32_t prefetch_so_done = 0; in bbr_output_wtime() local12525 if (prefetch_so_done == 0) { in bbr_output_wtime()12526 kern_prefetch(so, &prefetch_so_done); in bbr_output_wtime()12527 prefetch_so_done = 1; in bbr_output_wtime()