Searched refs:cfset_opencnt (Results 1 – 1 of 1) sorted by relevance
798 static atomic_t cfset_opencnt = ATOMIC_INIT(0); /* Access count */ variable962 if (!atomic_dec_return(&cfset_opencnt)) in cfset_release()975 if (atomic_inc_return(&cfset_opencnt) == 1) in cfset_open()