Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Dcore.c214 } class_perf_ctx_lock_t; typedef
216 static inline void class_perf_ctx_lock_destructor(class_perf_ctx_lock_t *_T) in class_perf_ctx_lock_destructor()
219 static inline class_perf_ctx_lock_t
222 { perf_ctx_lock(cpuctx, ctx); return (class_perf_ctx_lock_t){ cpuctx, ctx }; } in class_perf_ctx_lock_constructor()