Searched refs:pollin (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/io_uring/ |
| H A D | opdef.c | 64 .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 D | opdef.h | 21 unsigned pollin : 1; member
|
| H A D | poll.c | 680 if (!def->pollin && !def->pollout) in io_arm_poll_handler() 687 if (def->pollin) { in io_arm_poll_handler()
|
| H A D | io_uring.c | 1861 bool opcode_poll = def->pollin || def->pollout; in io_wq_submit_work()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_eu_stall.c | 45 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 D | xe_oa_types.h | 216 bool pollin; member
|
| H A D | xe_oa.c | 287 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 D | i915_perf_types.h | 271 bool pollin; member
|
| H A D | i915_perf.c | 548 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 D | tls.c | 1204 TEST_F(tls, pollin) in TEST_F() argument
|