Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Dcore.c5412 attach_task_ctx_data(struct task_struct *task, struct kmem_cache *ctx_cache, in attach_task_ctx_data() function
5494 if (!attach_task_ctx_data(p, ctx_cache, true, GFP_NOWAIT)) in attach_global_ctx_data()
5506 ret = attach_task_ctx_data(p, ctx_cache, true, GFP_KERNEL); in attach_global_ctx_data()
5526 return attach_task_ctx_data(task, ctx_cache, false, GFP_KERNEL); in attach_perf_ctx_data()
9280 attach_task_ctx_data(child, ctx_cache, true, GFP_KERNEL); in perf_event_alloc_task_data()