Lines Matching refs:stats_rec

649 static void stats_get_rx_cnt(struct stats_record *stats_rec,  in stats_get_rx_cnt()  argument
657 rec = &stats_rec->rx_cnt; in stats_get_rx_cnt()
692 static void stats_get_cpumap_enqueue(struct stats_record *stats_rec, in stats_get_cpumap_enqueue() argument
702 rec = &stats_rec->enq[to_cpu]; in stats_get_cpumap_enqueue()
746 static void stats_get_cpumap_remote(struct stats_record *stats_rec, in stats_get_cpumap_remote() argument
755 rec = &stats_rec->kthread; in stats_get_cpumap_remote()
785 static void stats_get_cpumap_kthread(struct stats_record *stats_rec, in stats_get_cpumap_kthread() argument
793 rec = &stats_rec->kthread; in stats_get_cpumap_kthread()
823 static void stats_get_redirect_cnt(struct stats_record *stats_rec, in stats_get_redirect_cnt() argument
832 rec = &stats_rec->redir_err[0]; in stats_get_redirect_cnt()
855 static void stats_get_redirect_err_cnt(struct stats_record *stats_rec, in stats_get_redirect_err_cnt() argument
867 rec = &stats_rec->redir_err[rec_i]; in stats_get_redirect_err_cnt()
904 static void stats_get_exception_cnt(struct stats_record *stats_rec, in stats_get_exception_cnt() argument
914 rec = &stats_rec->exception[rec_i]; in stats_get_exception_cnt()
949 static void stats_get_devmap_xmit(struct stats_record *stats_rec, in stats_get_devmap_xmit() argument
959 rec = &stats_rec->devmap_xmit; in stats_get_devmap_xmit()
1001 static void stats_get_devmap_xmit_multi(struct stats_record *stats_rec, in stats_get_devmap_xmit_multi() argument
1013 hash_for_each(stats_rec->xmit_map, bkt, entry, node) { in stats_get_devmap_xmit_multi()