Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/char/xillybus/
Dxillybus_core.c696 int no_time_left = 0; in xillybus_read() local
821 (no_time_left || in xillybus_read()
834 if (!no_time_left && (filp->f_flags & O_NONBLOCK)) { in xillybus_read()
845 if (!no_time_left || (bytes_done > 0)) { in xillybus_read()
909 (no_time_left && (bytes_done == 0))) { in xillybus_read()
970 no_time_left = 1; /* We're out of sleeping time. Desperate! */ in xillybus_read()