Home
last modified time | relevance | path

Searched refs:nchannels_active (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/misc/sgi-xp/
H A Dxpc_main.c332 atomic_read(&part->nchannels_active) > 0 || in xpc_channel_mgr()
355 atomic_read(&part->nchannels_active) == 0 && in xpc_channel_mgr()
430 atomic_set(&part->nchannels_active, 0); in xpc_setup_ch_structures()
485 DBUG_ON(atomic_read(&part->nchannels_active) != 0); in xpc_teardown_ch_structures()
H A Dxpc_channel.c157 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()
H A Dxpc.h498 atomic_t nchannels_active; /* #of channels that are not DISCONNECTED */ member