Searched refs:cfset_opencnt (Results 1 – 1 of 1) sorted by relevance
1079 static refcount_t cfset_opencnt = REFCOUNT_INIT(0); /* Access count */ variable1114 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()