Home | History | Annotate | Download | only in Modules

Lines Matching refs:poll_test

1190     int poll_test;
1202 poll_test = poll(&poll_struct, 1, 0);
1203 if (poll_test < 0) {
1205 } else if (poll_test == 0 && poll_struct.revents != POLLNVAL) {