Searched refs:tmp_age_count (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/dsa/
H A Dmt7530.c826 unsigned int tmp_age_count; local
836 for (tmp_age_count = 0; tmp_age_count <= AGE_CNT_MAX; ++tmp_age_count) {
837 unsigned int tmp_age_unit = secs / (tmp_age_count + 1) - 1;
841 (tmp_age_count + 1) * (tmp_age_unit + 1);
846 age_count = tmp_age_count;

Completed in 323 milliseconds