Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dopdef.h23 unsigned pollin : 1;
21 unsigned pollin : 1; global() member
H A Dpoll.c701 if (!def->pollin && !def->pollout) in io_arm_poll_handler()
706 if (def->pollin) { in io_arm_poll_handler()
H A Dio_uring.c1510 bool opcode_poll = def->pollin || def->pollout; in io_wq_submit_work()
/linux/drivers/gpu/drm/xe/
H A Dxe_eu_stall.c45 bool pollin; member
593 ret = wait_event_interruptible(stream->poll_wq, stream->pollin); in xe_eu_stall_stream_read()
612 stream->pollin = false; in xe_eu_stall_stream_read()
721 stream->pollin = true; in eu_stall_data_buf_poll_work_fn()
781 if (stream->pollin) in xe_eu_stall_stream_poll_locked()
H A Dxe_oa.c294 stream->pollin = available >= stream->wait_num_reports * report_size; in xe_oa_buffer_check_unlocked()
298 return stream->pollin; in xe_oa_buffer_check_unlocked()
577 stream->pollin = false; in xe_oa_read()
596 if (stream->pollin) in xe_oa_poll_locked()
1447 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.c549 bool pollin; in oa_buffer_check_unlocked() local
605 pollin = OA_TAKEN(stream->oa_buffer.tail, in oa_buffer_check_unlocked()
610 return pollin; in oa_buffer_check_unlocked()
3059 stream->pollin = false; in i915_oa_stream_enable()
3479 stream->pollin = false; in i915_perf_read()
3491 stream->pollin = true; in oa_poll_check_timer_cb()
3527 if (stream->pollin) in i915_perf_poll_locked()
/linux/tools/testing/selftests/net/
H A Dtls.c1286 TEST_F(tls, pollin) in TEST_F() argument