Searched refs:ctx_cache (Results 1 – 2 of 2) sorted by relevance
5176 cd->ctx_cache = ctx_cache; in alloc_perf_ctx_data()5184 kmem_cache_free(cd->ctx_cache, cd->data); in free_perf_ctx_data()5207 cd = alloc_perf_ctx_data(ctx_cache, global); in attach_task_ctx_data()5244 attach_global_ctx_data(struct kmem_cache *ctx_cache) in attach_global_ctx_data() argument5277 ret = attach_task_ctx_data(p, ctx_cache, true); in attach_global_ctx_data()5293 if (!ctx_cache) in attach_perf_ctx_data()5299 ret = attach_global_ctx_data(ctx_cache); in attach_perf_ctx_data()8754 struct kmem_cache *ctx_cache = NULL; in perf_event_alloc_task_data() local8763 ctx_cache = cd->ctx_cache; in perf_event_alloc_task_data()8766 if (!ctx_cache) in perf_event_alloc_task_data()[all …]
1043 struct kmem_cache *ctx_cache; member