Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/char/xillybus/
Dxillybus_core.c672 int no_time_left = 0; in xillybus_read() local
799 (no_time_left || in xillybus_read()
812 if (!no_time_left && (filp->f_flags & O_NONBLOCK)) { in xillybus_read()
823 if (!no_time_left || (bytes_done > 0)) { in xillybus_read()
887 (no_time_left && (bytes_done == 0))) { in xillybus_read()
948 no_time_left = 1; /* We're out of sleeping time. Desperate! */ in xillybus_read()