Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/
H A Dcore.c189 static atomic_t pmc_refcount; variable
401 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()