Home
last modified time | relevance | path

Searched refs:pollin (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/io_uring/
H A Dopdef.c59 .pollin = 1,
91 .pollin = 1,
147 .pollin = 1,
172 .pollin = 1,
230 .pollin = 1,
281 .pollin = 1,
H A Dopdef.h15 unsigned pollin : 1; member
H A Dpoll.c714 if (!def->pollin && !def->pollout) in io_arm_poll_handler()
721 if (def->pollin) { in io_arm_poll_handler()
H A Dio_uring.c1927 bool opcode_poll = def->pollin || def->pollout; in io_wq_submit_work()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_perf_types.h229 * @pollin: Whether there is data available to read.
231 bool pollin; member
H A Di915_perf.c466 bool pollin; in oa_buffer_check_unlocked() local
536 pollin = OA_TAKEN(stream->oa_buffer.tail - gtt_offset, in oa_buffer_check_unlocked()
541 return pollin; in oa_buffer_check_unlocked()
2672 stream->pollin = false; in i915_oa_stream_enable()
3052 * and read() returning -EAGAIN. Clearing the oa.pollin state here in i915_perf_read()
3060 stream->pollin = false; in i915_perf_read()
3072 stream->pollin = true; in oa_poll_check_timer_cb()
3111 if (stream->pollin) in i915_perf_poll_locked()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_perf_types.h269 * @pollin: Whether there is data available to read.
271 bool pollin; member
H A Di915_perf.c547 bool pollin; in oa_buffer_check_unlocked() local
607 pollin = OA_TAKEN(stream->oa_buffer.tail, in oa_buffer_check_unlocked()
612 return pollin; in oa_buffer_check_unlocked()
3122 stream->pollin = false; in i915_oa_stream_enable()
3561 * and read() returning -EAGAIN. Clearing the oa.pollin state here in i915_perf_read()
3569 stream->pollin = false; in i915_perf_read()
3581 stream->pollin = true; in oa_poll_check_timer_cb()
3617 if (stream->pollin) in i915_perf_poll_locked()
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c919 unsigned pollin : 1; member
936 .pollin = 1,
957 .pollin = 1,
987 .pollin = 1,
1001 .pollin = 1,
1024 .pollin = 1,
1049 .pollin = 1,
5814 if (!def->pollin && !def->pollout) in io_arm_poll_handler()
5817 if (def->pollin) { in io_arm_poll_handler()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dtls.c835 TEST_F(tls, pollin) in TEST_F()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtls.c1169 TEST_F(tls, pollin) in TEST_F()

Completed in 38 milliseconds