Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8192u/
Dr819xU_firmware.c177 int check_time = 200000; in CPUcheck_firmware_ready() local
187 } while (check_time--); in CPUcheck_firmware_ready()
/Linux-v4.19/drivers/tty/
Drocket.c1408 int check_time, exit_time; in rp_wait_until_sent() local
1427 check_time = (HZ / info->cps) / 5; in rp_wait_until_sent()
1429 check_time = HZ * txcnt / info->cps; in rp_wait_until_sent()
1435 if (exit_time < check_time) in rp_wait_until_sent()
1436 check_time = exit_time; in rp_wait_until_sent()
1438 if (check_time == 0) in rp_wait_until_sent()
1439 check_time = 1; in rp_wait_until_sent()
1442 jiffies, check_time); in rp_wait_until_sent()
1444 msleep_interruptible(jiffies_to_msecs(check_time)); in rp_wait_until_sent()