Searched refs:check_time (Results 1 – 2 of 2) sorted by relevance
173 int check_time = 200000; in CPUcheck_firmware_ready() local183 } while (check_time--); in CPUcheck_firmware_ready()
1423 int check_time, exit_time; in rp_wait_until_sent() local1442 check_time = (HZ / info->cps) / 5; in rp_wait_until_sent()1444 check_time = HZ * txcnt / info->cps; in rp_wait_until_sent()1450 if (exit_time < check_time) in rp_wait_until_sent()1451 check_time = exit_time; in rp_wait_until_sent()1453 if (check_time == 0) in rp_wait_until_sent()1454 check_time = 1; in rp_wait_until_sent()1457 jiffies, check_time); in rp_wait_until_sent()1459 msleep_interruptible(jiffies_to_msecs(check_time)); in rp_wait_until_sent()