HomeSort by: relevance | last modified time | path
    Searched refs:pollin (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_perf_types.h 245 * @pollin: Whether there is data available to read.
247 bool pollin; member in struct:i915_perf_stream
i915_perf.c 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)
    [all...]
  /src/external/bsd/unbound/dist/daemon/
remote.c 4330 * @param pollin: check for input event.
4337 sock_poll_timeout(int fd, int timeout, int pollin, int pollout, int* event)
4341 log_assert(pollin || pollout);
4364 if(pollin)
4365 p.events |= POLLIN;

Completed in 39 milliseconds