Searched refs:act_period (Results 1 – 1 of 1) sorted by relevance
182 static int period_equal(unsigned long exp_period, unsigned long act_period) in period_equal() argument184 return exp_period == act_period ? 0 : -1; in period_equal()191 static int period_higher(unsigned long min_period, unsigned long act_period) in period_higher() argument193 return min_period <= act_period ? 0 : -1; in period_higher()