Searched refs:exclusive_stream (Results 1 – 5 of 5) sorted by relevance
108 struct xe_oa_stream *exclusive_stream; member
847 if (WARN_ON(stream != u->exclusive_stream)) in xe_oa_stream_destroy()850 WRITE_ONCE(u->exclusive_stream, NULL); in xe_oa_stream_destroy()1767 WRITE_ONCE(u->exclusive_stream, stream); in xe_oa_stream_init()1803 if (param->hwe->oa_unit->exclusive_stream) { in xe_oa_stream_open_ioctl_locked()
417 struct i915_perf_stream *exclusive_stream; member
1667 if (WARN_ON(stream != g->exclusive_stream)) in i915_oa_stream_destroy() 1671 * Unset exclusive_stream first, it will be checked while disabling in i915_oa_stream_destroy() 1676 WRITE_ONCE(g->exclusive_stream, NULL); in i915_oa_stream_destroy() 3273 if (g->exclusive_stream) { in i915_oa_stream_init() 3349 WRITE_ONCE(g->exclusive_stream, stream); in i915_oa_stream_init() 3372 WRITE_ONCE(g->exclusive_stream, NULL); in i915_oa_stream_init() 3401 /* perf.exclusive_stream serialised by lrc_configure_all_contexts() */ in i915_oa_init_reg_state() 3402 stream = READ_ONCE(engine->oa_group->exclusive_stream); in i915_oa_init_reg_state()
676 if (gt->perf.group && gt->perf.group[PERF_GROUP_OAG].exclusive_stream) in intel_sseu_make_rpcs()