Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dperf_cpum_cf.c1080 static refcount_t cfset_opencnt = REFCOUNT_INIT(0); /* Access count */ variable
1115 if (refcount_read(&cfset_opencnt)) { in cpum_cf_online_cpu()
1138 if (refcount_read(&cfset_opencnt)) { in cpum_cf_offline_cpu()
1398 if (refcount_dec_and_test(&cfset_opencnt)) { /* Last close */ in cfset_release()
1422 if (!refcount_inc_not_zero(&cfset_opencnt)) { /* First open */ in cfset_open()
1426 refcount_set(&cfset_opencnt, 1); in cfset_open()