Searched refs:pollin (Results 1 – 9 of 9) sorted by relevance
| /linux/io_uring/ |
| A D | opdef.c | 62 .pollin = 1, 98 .pollin = 1, 156 .pollin = 1, 182 .pollin = 1, 242 .pollin = 1, 296 .pollin = 1, 451 .pollin = 1,
|
| A D | opdef.h | 15 unsigned pollin : 1; member
|
| A D | poll.c | 729 if (!def->pollin && !def->pollout) in io_arm_poll_handler() 736 if (def->pollin) { in io_arm_poll_handler()
|
| A D | io_uring.c | 1839 bool opcode_poll = def->pollin || def->pollout; in io_wq_submit_work()
|
| /linux/drivers/gpu/drm/xe/ |
| A D | xe_oa_types.h | 219 bool pollin; member
|
| A D | xe_oa.c | 220 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 D | i915_perf_types.h | 271 bool pollin; member
|
| A D | i915_perf.c | 548 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 D | tls.c | 1183 TEST_F(tls, pollin) in TEST_F() argument
|
Completed in 43 milliseconds