Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/xillybus/
Dxillybus_core.c673 int no_time_left = 0; in xillybus_read() local
800 (no_time_left || in xillybus_read()
813 if (!no_time_left && (filp->f_flags & O_NONBLOCK)) { in xillybus_read()
824 if (!no_time_left || (bytes_done > 0)) { in xillybus_read()
888 (no_time_left && (bytes_done == 0))) { in xillybus_read()
949 no_time_left = 1; /* We're out of sleeping time. Desperate! */ in xillybus_read()