Searched refs:hrtimer_lock (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dperf_event.h986 raw_spinlock_t hrtimer_lock; member in struct:perf_cpu_pmu_context
/linux-master/kernel/events/
H A Dcore.c1091 raw_spin_lock(&cpc->hrtimer_lock);
1096 raw_spin_unlock(&cpc->hrtimer_lock);
1117 raw_spin_lock_init(&cpc->hrtimer_lock);
1127 raw_spin_lock_irqsave(&cpc->hrtimer_lock, flags);
1133 raw_spin_unlock_irqrestore(&cpc->hrtimer_lock, flags);

Completed in 255 milliseconds