Lines Matching refs:swstats_rx_syncp
814 struct u64_stats_sync swstats_rx_syncp; member
1742 syncp_start = u64_stats_fetch_begin_irq(&np->swstats_rx_syncp); in nv_get_stats()
1747 } while (u64_stats_fetch_retry_irq(&np->swstats_rx_syncp, syncp_start)); in nv_get_stats()
1859 u64_stats_update_begin(&np->swstats_rx_syncp); in nv_alloc_rx()
1861 u64_stats_update_end(&np->swstats_rx_syncp); in nv_alloc_rx()
1901 u64_stats_update_begin(&np->swstats_rx_syncp); in nv_alloc_rx_optimized()
1903 u64_stats_update_end(&np->swstats_rx_syncp); in nv_alloc_rx_optimized()
2890 u64_stats_update_begin(&np->swstats_rx_syncp); in rx_missing_handler()
2892 u64_stats_update_end(&np->swstats_rx_syncp); in rx_missing_handler()
2981 u64_stats_update_begin(&np->swstats_rx_syncp); in nv_rx_process()
2984 u64_stats_update_end(&np->swstats_rx_syncp); in nv_rx_process()
3067 u64_stats_update_begin(&np->swstats_rx_syncp); in nv_rx_process_optimized()
3070 u64_stats_update_end(&np->swstats_rx_syncp); in nv_rx_process_optimized()
5735 u64_stats_init(&np->swstats_rx_syncp); in nv_probe()