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

/linux-4.4.14/drivers/staging/rtl8192u/
H A Dr819xU_firmware.c176 int check_time = 200000; CPUcheck_firmware_ready() local
186 } while (check_time--); CPUcheck_firmware_ready()
/linux-4.4.14/drivers/tty/
H A Drocket.c1442 int check_time, exit_time; rp_wait_until_sent() local
1461 check_time = (HZ / info->cps) / 5; rp_wait_until_sent()
1463 check_time = HZ * txcnt / info->cps; rp_wait_until_sent()
1469 if (exit_time < check_time) rp_wait_until_sent()
1470 check_time = exit_time; rp_wait_until_sent()
1472 if (check_time == 0) rp_wait_until_sent()
1473 check_time = 1; rp_wait_until_sent()
1476 jiffies, check_time); rp_wait_until_sent()
1478 msleep_interruptible(jiffies_to_msecs(check_time)); rp_wait_until_sent()

Completed in 116 milliseconds