Searched refs:perf_ctx_data (Results 1 – 3 of 3) sorted by relevance
74 struct perf_ctx_data;1352 struct perf_ctx_data __rcu *perf_ctx_data; member
1105 struct perf_ctx_data { struct
5370 static struct perf_ctx_data *5373 struct perf_ctx_data *cd; in alloc_perf_ctx_data()5392 static void free_perf_ctx_data(struct perf_ctx_data *cd) in free_perf_ctx_data()5400 struct perf_ctx_data *cd; in __free_perf_ctx_data_rcu()5402 cd = container_of(rcu_head, struct perf_ctx_data, rcu_head); in __free_perf_ctx_data_rcu()5406 static inline void perf_free_ctx_data_rcu(struct perf_ctx_data *cd) in perf_free_ctx_data_rcu()5415 struct perf_ctx_data *cd, *old = NULL; in attach_task_ctx_data()5422 if (try_cmpxchg(&task->perf_ctx_data, &old, cd)) { in attach_task_ctx_data()5433 if (try_cmpxchg(&task->perf_ctx_data, &cd, NULL)) in attach_task_ctx_data()5468 struct perf_ctx_data *cd; in attach_global_ctx_data()[all …]