Searched refs:current_rx_match_ratio (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/can/
H A Daf_can.h79 unsigned long current_rx_match_ratio; member in struct:can_pkg_stats
H A Dproc.c153 pkg_stats->current_rx_match_ratio =
167 if (pkg_stats->max_rx_match_ratio < pkg_stats->current_rx_match_ratio)
168 pkg_stats->max_rx_match_ratio = pkg_stats->current_rx_match_ratio;
235 pkg_stats->current_rx_match_ratio);

Completed in 244 milliseconds