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