Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsched.h74 struct perf_ctx_data;
1371 struct perf_ctx_data __rcu *perf_ctx_data; member
/linux/kernel/events/
H A Dcore.c5379 static struct perf_ctx_data *
5382 struct perf_ctx_data *cd; in alloc_perf_ctx_data()
5401 static void free_perf_ctx_data(struct perf_ctx_data *cd) in free_perf_ctx_data()
5409 struct perf_ctx_data *cd; in __free_perf_ctx_data_rcu()
5411 cd = container_of(rcu_head, struct perf_ctx_data, rcu_head); in __free_perf_ctx_data_rcu()
5415 static inline void perf_free_ctx_data_rcu(struct perf_ctx_data *cd) in perf_free_ctx_data_rcu()
5424 struct perf_ctx_data *cd, *old = NULL; in attach_task_ctx_data()
5431 if (try_cmpxchg(&task->perf_ctx_data, &old, cd)) { in attach_task_ctx_data()
5442 if (try_cmpxchg(&task->perf_ctx_data, &cd, NULL)) in attach_task_ctx_data()
5477 struct perf_ctx_data *cd; in attach_global_ctx_data()
[all …]