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