Searched refs:pmu_lock (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dpmu.c24 static volatile long pmu_lock; variable
66 if (test_and_set_bit_lock(device, &pmu_lock)) {
69 clear_bit_unlock(device, &pmu_lock);
84 clear_bit_unlock(pdev->id, &pmu_lock);
H A Dperf_event.c37 DEFINE_SPINLOCK(pmu_lock); variable
984 spin_lock_irqsave(&pmu_lock, flags);
989 spin_unlock_irqrestore(&pmu_lock, flags);
1058 spin_lock_irqsave(&pmu_lock, flags);
1062 spin_unlock_irqrestore(&pmu_lock, flags);
1070 spin_lock_irqsave(&pmu_lock, flags);
1074 spin_unlock_irqrestore(&pmu_lock, flags);
1154 spin_lock_irqsave(&pmu_lock, flags);
1159 spin_unlock_irqrestore(&pmu_lock, flags);
1183 spin_lock_irqsave(&pmu_lock, flag
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dvia-pmu.c149 static spinlock_t pmu_lock; variable
291 spin_lock_init(&pmu_lock);
1146 spin_lock_irqsave(&pmu_lock, flags);
1156 spin_unlock_irqrestore(&pmu_lock, flags);
1285 spin_lock_irqsave(&pmu_lock, flags);
1288 spin_unlock_irqrestore(&pmu_lock, flags);
1293 spin_unlock_irqrestore(&pmu_lock, flags);
1297 spin_lock_irqsave(&pmu_lock, flags);
1302 spin_unlock_irqrestore(&pmu_lock, flags);
1316 spin_lock_irqsave(&pmu_lock, flag
[all...]

Completed in 121 milliseconds