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

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_perf_types.h 87 * @poll_wait: Call poll_wait, passing a wait queue that will be woken
90 void (*poll_wait)(struct i915_perf_stream *stream, member in struct:i915_perf_stream_ops
98 * wait queue that would be passed to poll_wait().
i915_perf.c 1292 * i915_oa_poll_wait - call poll_wait() for an OA stream poll()
1298 * this starts a poll_wait with the wait queue that our hrtimer callback wakes
1306 poll_wait(file, &stream->poll_wq, wait);
2805 .poll_wait = i915_oa_poll_wait,
3192 * i915_perf_poll_locked - poll_wait() with a suitable wait queue for stream
3198 * &i915_perf_stream_ops->poll_wait to call poll_wait() with a wait queue that
3212 stream->ops->poll_wait(stream, file, wait);
3227 * i915_perf_poll - call poll_wait() with a suitable wait queue for stream
3232 * poll_wait() gets called with a wait queue that will be woken for new strea
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_debugfs_crc.c 353 poll_wait(file, &crc->wq, wait);
drm_file.c 638 poll_wait(filp, &file_priv->event_wait, wait);
  /src/sys/dev/pci/
xmm7360.c 1049 poll_wait(file, &qp->wq, wait);

Completed in 19 milliseconds