Searched refs:check_time (Results 1 – 2 of 2) sorted by relevance
175 int check_time = 200000; in CPUcheck_firmware_ready() local185 } while (check_time--); in CPUcheck_firmware_ready()
1451 int check_time, exit_time; in rp_wait_until_sent() local1470 check_time = (HZ / info->cps) / 5; in rp_wait_until_sent()1472 check_time = HZ * txcnt / info->cps; in rp_wait_until_sent()1478 if (exit_time < check_time) in rp_wait_until_sent()1479 check_time = exit_time; in rp_wait_until_sent()1481 if (check_time == 0) in rp_wait_until_sent()1482 check_time = 1; in rp_wait_until_sent()1485 jiffies, check_time); in rp_wait_until_sent()1487 msleep_interruptible(jiffies_to_msecs(check_time)); in rp_wait_until_sent()