Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/char/xillybus/
Dxillybus_core.c661 int no_time_left = 0; in xillybus_read() local
788 (no_time_left || in xillybus_read()
801 if (!no_time_left && (filp->f_flags & O_NONBLOCK)) { in xillybus_read()
812 if (!no_time_left || (bytes_done > 0)) { in xillybus_read()
876 (no_time_left && (bytes_done == 0))) { in xillybus_read()
937 no_time_left = 1; /* We're out of sleeping time. Desperate! */ in xillybus_read()