Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/xillybus/
Dxillybus_core.c675 int no_time_left = 0; in xillybus_read() local
802 (no_time_left || in xillybus_read()
815 if (!no_time_left && (filp->f_flags & O_NONBLOCK)) { in xillybus_read()
826 if (!no_time_left || (bytes_done > 0)) { in xillybus_read()
890 (no_time_left && (bytes_done == 0))) { in xillybus_read()
951 no_time_left = 1; /* We're out of sleeping time. Desperate! */ in xillybus_read()