Home
last modified time | relevance | path

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

/linux/io_uring/
A Dopdef.c62 .pollin = 1,
98 .pollin = 1,
156 .pollin = 1,
182 .pollin = 1,
242 .pollin = 1,
296 .pollin = 1,
451 .pollin = 1,
A Dopdef.h15 unsigned pollin : 1; member
A Dpoll.c729 if (!def->pollin && !def->pollout) in io_arm_poll_handler()
736 if (def->pollin) { in io_arm_poll_handler()
A Dio_uring.c1839 bool opcode_poll = def->pollin || def->pollout; in io_wq_submit_work()
/linux/drivers/gpu/drm/xe/
A Dxe_oa_types.h219 bool pollin; member
A Dxe_oa.c220 bool pollin; in xe_oa_buffer_check_unlocked() local
265 pollin = xe_oa_circ_diff(stream, stream->oa_buffer.tail, in xe_oa_buffer_check_unlocked()
270 return pollin; in xe_oa_buffer_check_unlocked()
279 stream->pollin = true; in xe_oa_poll_check_timer_cb()
533 stream->pollin = false; in xe_oa_read()
552 if (stream->pollin) in xe_oa_poll_locked()
1002 stream->pollin = false; in xe_oa_stream_enable()
/linux/drivers/gpu/drm/i915/
A Di915_perf_types.h271 bool pollin; member
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()
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()
/linux/tools/testing/selftests/net/
A Dtls.c1183 TEST_F(tls, pollin) in TEST_F() argument

Completed in 43 milliseconds