Home | History | Annotate | Download | only in i915

Lines Matching refs:pollin

1569 	stream->pollin = false;
1625 stream->pollin = false;
1682 stream->pollin = false;
3136 * and read() returning -EAGAIN. Clearing the oa.pollin state here
3141 /* Maybe make ->pollin per-stream state if we support multiple
3144 stream->pollin = false;
3158 stream->pollin = true;
3161 selnotify(&stream->poll_selq, POLLIN|POLLRDNORM, NOTE_SUBMIT);
3180 if (stream->pollin)
3181 revents |= events & (POLLIN|POLLRDNORM);
3220 if (stream->pollin)