Searched refs:nchannels_active (Results 1 – 3 of 3) sorted by relevance
157 atomic_dec(&part->nchannels_active); in xpc_process_disconnect()253 atomic_inc(&part->nchannels_active); in xpc_process_openclose_chctl_flags()362 atomic_inc(&part->nchannels_active); in xpc_process_openclose_chctl_flags()528 atomic_inc(&xpc_partitions[ch->partid].nchannels_active); in xpc_connect_channel()
350 atomic_read(&part->nchannels_active) > 0 || in xpc_channel_mgr()373 atomic_read(&part->nchannels_active) == 0 && in xpc_channel_mgr()447 atomic_set(&part->nchannels_active, 0); in xpc_setup_ch_structures()502 DBUG_ON(atomic_read(&part->nchannels_active) != 0); in xpc_teardown_ch_structures()
758 atomic_t nchannels_active; /* #of channels that are not DISCONNECTED */ member