Searched refs:pmc_refcount (Results 1 – 1 of 1) sorted by relevance
189 static atomic_t pmc_refcount; variable401 if (!atomic_inc_not_zero(&pmc_refcount)) { in x86_reserve_hardware()403 if (atomic_read(&pmc_refcount) == 0) { in x86_reserve_hardware()412 atomic_inc(&pmc_refcount); in x86_reserve_hardware()421 if (atomic_dec_and_mutex_lock(&pmc_refcount, &pmc_reserve_mutex)) { in x86_release_hardware()