Searched refs:perf_ctx_data (Results 1 – 3 of 3) sorted by relevance
74 struct perf_ctx_data;1347 struct perf_ctx_data __rcu *perf_ctx_data; member
1105 struct perf_ctx_data { struct
5373 static struct perf_ctx_data *5376 struct perf_ctx_data *cd; in alloc_perf_ctx_data()5395 static void free_perf_ctx_data(struct perf_ctx_data *cd) in free_perf_ctx_data()5403 struct perf_ctx_data *cd; in __free_perf_ctx_data_rcu()5405 cd = container_of(rcu_head, struct perf_ctx_data, rcu_head); in __free_perf_ctx_data_rcu()5409 static inline void perf_free_ctx_data_rcu(struct perf_ctx_data *cd) in perf_free_ctx_data_rcu()5418 struct perf_ctx_data *cd, *old = NULL; in attach_task_ctx_data()5425 if (try_cmpxchg(&task->perf_ctx_data, &old, cd)) { in attach_task_ctx_data()5436 if (try_cmpxchg(&task->perf_ctx_data, &cd, NULL)) in attach_task_ctx_data()5471 struct perf_ctx_data *cd; in attach_global_ctx_data()[all …]