Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/kernel/
H A Dperf_cpum_cf.c1079 static refcount_t cfset_opencnt = REFCOUNT_INIT(0); /* Access count */ variable
1114 if (refcount_read(&cfset_opencnt)) { in cpum_cf_online_cpu()
1137 if (refcount_read(&cfset_opencnt)) { in cpum_cf_offline_cpu()
1397 if (refcount_dec_and_test(&cfset_opencnt)) { /* Last close */ in cfset_release()
1421 if (!refcount_inc_not_zero(&cfset_opencnt)) { /* First open */ in cfset_open()
1425 refcount_set(&cfset_opencnt, 1); in cfset_open()