Home
last modified time | relevance | path

Searched refs:pollin (Results 1 – 7 of 7) sorted by relevance

/linux/io_uring/
H A Dopdef.c63 .pollin = 1,
99 .pollin = 1,
157 .pollin = 1,
183 .pollin = 1,
243 .pollin = 1,
297 .pollin = 1,
452 .pollin = 1,
H A Dopdef.h15 unsigned pollin : 1; member
H A Dio_uring.c1837 bool opcode_poll = def->pollin || def->pollout; in io_wq_submit_work()
/linux/drivers/gpu/drm/xe/
H A Dxe_oa_types.h216 bool pollin; member
H A Dxe_oa.c284 stream->pollin = available >= stream->wait_num_reports * report_size; in xe_oa_buffer_check_unlocked()
288 return stream->pollin; in xe_oa_buffer_check_unlocked()
566 stream->pollin = false; in xe_oa_read()
585 if (stream->pollin) in xe_oa_poll_locked()
1405 stream->pollin = false; in xe_oa_stream_enable()
/linux/drivers/gpu/drm/i915/
H A Di915_perf_types.h271 bool pollin; member
H A Di915_perf.c548 bool pollin; in oa_buffer_check_unlocked() local
601 pollin = OA_TAKEN(stream->oa_buffer.tail, in oa_buffer_check_unlocked()
606 return pollin; in oa_buffer_check_unlocked()
3055 stream->pollin = false; in i915_oa_stream_enable()
3468 * and read() returning -EAGAIN. Clearing the oa.pollin state here in i915_perf_read()
3476 stream->pollin = false; in i915_perf_read()
3488 stream->pollin = true; in oa_poll_check_timer_cb()
3524 if (stream->pollin) in i915_perf_poll_locked()