Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Dcore.c5313 static refcount_t global_ctx_data_ref; variable
5322 if (refcount_inc_not_zero(&global_ctx_data_ref)) in attach_global_ctx_data()
5326 if (refcount_inc_not_zero(&global_ctx_data_ref)) in attach_global_ctx_data()
5345 refcount_set(&global_ctx_data_ref, 1); in attach_global_ctx_data()
5424 if (refcount_dec_not_one(&global_ctx_data_ref)) in detach_global_ctx_data()
5428 if (!refcount_dec_and_test(&global_ctx_data_ref)) in detach_global_ctx_data()
8887 if (!refcount_read(&global_ctx_data_ref)) in perf_event_alloc_task_data()
8907 if (!refcount_read(&global_ctx_data_ref)) in perf_event_alloc_task_data()