Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dopdef.c64 .pollin = 1,
100 .pollin = 1,
158 .pollin = 1,
184 .pollin = 1,
244 .pollin = 1,
298 .pollin = 1,
453 .pollin = 1,
523 .pollin = 1,
535 .pollin = 1,
546 .pollin = 1,
H A Dopdef.h21 unsigned pollin : 1; member
H A Dpoll.c680 if (!def->pollin && !def->pollout) in io_arm_poll_handler()
687 if (def->pollin) { in io_arm_poll_handler()
H A Dio_uring.c1861 bool opcode_poll = def->pollin || def->pollout; in io_wq_submit_work()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_eu_stall.c45 bool pollin; member
566 ret = wait_event_interruptible(stream->poll_wq, stream->pollin); in xe_eu_stall_stream_read()
585 stream->pollin = false; in xe_eu_stall_stream_read()
696 stream->pollin = true; in eu_stall_data_buf_poll_work_fn()
756 if (stream->pollin) in xe_eu_stall_stream_poll_locked()
H A Dxe_oa_types.h216 bool pollin; member
H A Dxe_oa.c287 stream->pollin = available >= stream->wait_num_reports * report_size; in xe_oa_buffer_check_unlocked()
291 return stream->pollin; in xe_oa_buffer_check_unlocked()
570 stream->pollin = false; in xe_oa_read()
589 if (stream->pollin) in xe_oa_poll_locked()
1405 stream->pollin = false; in xe_oa_stream_enable()
/linux-6.15/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
604 pollin = OA_TAKEN(stream->oa_buffer.tail, in oa_buffer_check_unlocked()
609 return pollin; in oa_buffer_check_unlocked()
3058 stream->pollin = false; in i915_oa_stream_enable()
3478 stream->pollin = false; in i915_perf_read()
3490 stream->pollin = true; in oa_poll_check_timer_cb()
3526 if (stream->pollin) in i915_perf_poll_locked()
/linux-6.15/tools/testing/selftests/net/
H A Dtls.c1204 TEST_F(tls, pollin) in TEST_F() argument