Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/kernel/
Dperf_cpum_cf.c798 static atomic_t cfset_opencnt = ATOMIC_INIT(0); /* Access count */ variable
962 if (!atomic_dec_return(&cfset_opencnt)) in cfset_release()
975 if (atomic_inc_return(&cfset_opencnt) == 1) in cfset_open()