Searched refs:check_time (Results 1 – 1 of 1) sorted by relevance
1584 int check_time, exit_time; in rp_wait_until_sent() local1602 check_time = (HZ / info->cps) / 5; in rp_wait_until_sent()1604 check_time = HZ * txcnt / info->cps; in rp_wait_until_sent()1609 if (exit_time < check_time) in rp_wait_until_sent()1610 check_time = exit_time; in rp_wait_until_sent()1612 if (check_time == 0) in rp_wait_until_sent()1613 check_time = 1; in rp_wait_until_sent()1616 jiffies, check_time); in rp_wait_until_sent()1619 schedule_timeout(check_time); in rp_wait_until_sent()