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.c213 } class_perf_ctx_lock_t; typedef
215 static inline void class_perf_ctx_lock_destructor(class_perf_ctx_lock_t *_T) in class_perf_ctx_lock_destructor()
218 static inline class_perf_ctx_lock_t
221 { perf_ctx_lock(cpuctx, ctx); return (class_perf_ctx_lock_t){ cpuctx, ctx }; } in class_perf_ctx_lock_constructor()