Home
last modified time | relevance | path

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

/kernel/
Dlockdep_internals.h120 struct lockdep_stats { struct
140 DECLARE_PER_CPU(struct lockdep_stats, lockdep_stats); argument
143 this_cpu_inc(lockdep_stats.ptr);
147 __this_cpu_inc(lockdep_stats.ptr); \
152 __this_cpu_dec(lockdep_stats.ptr); \
156 struct lockdep_stats *__cpu_lockdep_stats; \
160 __cpu_lockdep_stats = &per_cpu(lockdep_stats, __cpu); \
Dlockdep.c450 DEFINE_PER_CPU(struct lockdep_stats, lockdep_stats);