Searched refs:threshold_time (Results 1 – 2 of 2) sorted by relevance
38 ktime_t current_time, threshold_time, new_time; in sparx5_new_base_time() local48 threshold_time = current_time + (2 * cycle_time); in sparx5_new_base_time()49 diff_time = threshold_time - new_time; in sparx5_new_base_time()53 if (new_time >= threshold_time) { in sparx5_new_base_time()68 if (new_time < threshold_time) { in sparx5_new_base_time()70 while (new_time < threshold_time) in sparx5_new_base_time()
377 ktime_t current_time, threshold_time; in lan966x_taprio_new_base_time() local383 threshold_time = current_time + (2 * cycle_time); in lan966x_taprio_new_base_time()386 if (org_base_time >= threshold_time) { in lan966x_taprio_new_base_time()401 *new_base_time = threshold_time + rem; in lan966x_taprio_new_base_time()