Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/char/
H A Dcon3215.c45 #define RAW3215_TIMEOUT HZ/10 /* time for delayed output */ macro
283 * Function to start a delayed output after RAW3215_TIMEOUT seconds
298 raw->timer.expires = RAW3215_TIMEOUT + jiffies; in raw3215_timeout()
310 * done immediately a timer is started with a delay of RAW3215_TIMEOUT.
328 raw->timer.expires = RAW3215_TIMEOUT + jiffies; in raw3215_try_io()
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dcon3215.c46 #define RAW3215_TIMEOUT HZ/10 /* time for delayed output */ macro
283 * Function to start a delayed output after RAW3215_TIMEOUT seconds
297 raw->timer.expires = RAW3215_TIMEOUT + jiffies; in raw3215_timeout()
308 * done immediately a timer is started with a delay of RAW3215_TIMEOUT.
326 raw->timer.expires = RAW3215_TIMEOUT + jiffies; in raw3215_try_io()

Completed in 4 milliseconds