Home | History | Annotate | Download | only in Modules

Lines Matching refs:poll_test

703     int poll_test;
715 poll_test = poll(&poll_struct, 1, 0);
716 if (poll_test < 0) {
718 } else if (poll_test == 0 && poll_struct.revents != POLLNVAL) {