nchannels_active  498 drivers/misc/sgi-xp/xpc.h 	atomic_t nchannels_active;  /* #of channels that are not DISCONNECTED */
nchannels_active  157 drivers/misc/sgi-xp/xpc_channel.c 	atomic_dec(&part->nchannels_active);
nchannels_active  253 drivers/misc/sgi-xp/xpc_channel.c 			atomic_inc(&part->nchannels_active);
nchannels_active  362 drivers/misc/sgi-xp/xpc_channel.c 			atomic_inc(&part->nchannels_active);
nchannels_active  528 drivers/misc/sgi-xp/xpc_channel.c 		atomic_inc(&xpc_partitions[ch->partid].nchannels_active);
nchannels_active  342 drivers/misc/sgi-xp/xpc_main.c 	       atomic_read(&part->nchannels_active) > 0 ||
nchannels_active  365 drivers/misc/sgi-xp/xpc_main.c 				 atomic_read(&part->nchannels_active) == 0 &&
nchannels_active  440 drivers/misc/sgi-xp/xpc_main.c 	atomic_set(&part->nchannels_active, 0);
nchannels_active  495 drivers/misc/sgi-xp/xpc_main.c 	DBUG_ON(atomic_read(&part->nchannels_active) != 0);