Home
last modified time | relevance | path

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

/Linux-v5.15/arch/s390/kernel/
Dperf_cpum_cf.c776 static atomic_t cfset_opencnt = ATOMIC_INIT(0); /* Excl. access */ variable
888 atomic_set(&cfset_opencnt, 0); in cfset_release()
897 if (atomic_xchg(&cfset_opencnt, 1)) in cfset_open()