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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpc_channel.c157 atomic_dec(&part->nchannels_active);
253 atomic_inc(&part->nchannels_active);
362 atomic_inc(&part->nchannels_active);
528 atomic_inc(&xpc_partitions[ch->partid].nchannels_active);
H A Dxpc_main.c346 atomic_read(&part->nchannels_active) > 0 ||
369 atomic_read(&part->nchannels_active) == 0 &&
443 atomic_set(&part->nchannels_active, 0);
498 DBUG_ON(atomic_read(&part->nchannels_active) != 0);
H A Dxpc.h758 atomic_t nchannels_active; /* #of channels that are not DISCONNECTED */ member in struct:xpc_partition

Completed in 39 milliseconds