Home
last modified time | relevance | path

Searched refs:prefetch_so_done (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c11847 int32_t prefetch_so_done = 0; in bbr_output_wtime() local
12381 if (prefetch_so_done == 0) { in bbr_output_wtime()
12382 kern_prefetch(so, &prefetch_so_done); in bbr_output_wtime()
12383 prefetch_so_done = 1; in bbr_output_wtime()
H A Drack.c19717 int32_t prefetch_so_done = 0; in rack_output() local
20465 if (prefetch_so_done == 0) { in rack_output()
20466 kern_prefetch(so, &prefetch_so_done); in rack_output()
20467 prefetch_so_done = 1; in rack_output()