Home
last modified time | relevance | path

Searched refs:check_time (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192u/
Dr819xU_firmware.c175 int check_time = 200000; in CPUcheck_firmware_ready() local
185 } while (check_time--); in CPUcheck_firmware_ready()
/linux-4.1.27/drivers/tty/
Drocket.c1451 int check_time, exit_time; in rp_wait_until_sent() local
1470 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()