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

/linux-master/arch/s390/kernel/
H A Dperf_cpum_cf.c1074 static refcount_t cfset_opencnt = REFCOUNT_INIT(0); /* Access count */ variable
1084 * struct cfset_session and reference counting variable cfset_opencnt.
1109 if (refcount_read(&cfset_opencnt)) {
1132 if (refcount_read(&cfset_opencnt)) {
1392 if (refcount_dec_and_test(&cfset_opencnt)) { /* Last close */
1416 if (!refcount_inc_not_zero(&cfset_opencnt)) { /* First open */
1420 refcount_set(&cfset_opencnt, 1);

Completed in 112 milliseconds