Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_perf_types.h231 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()
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()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c923 unsigned pollin : 1; member
940 .pollin = 1,
961 .pollin = 1,
991 .pollin = 1,
1005 .pollin = 1,
1028 .pollin = 1,
1053 .pollin = 1,
5647 if (!def->pollin && !def->pollout) in io_arm_poll_handler()
5650 if (def->pollin) { in io_arm_poll_handler()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dtls.c834 TEST_F(tls, pollin) in TEST_F() argument