Searched refs:channel_mgr_requests (Results 1 - 2 of 2) 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.h773 atomic_t channel_mgr_requests; /* #of requests to activate chan mgr */ member in struct:xpc_partition
939 if (atomic_inc_return(&part->channel_mgr_requests) == 1)
H A Dxpc_main.c356 * The channel_mgr_requests is set to 1 after being awakened,
364 atomic_dec(&part->channel_mgr_requests);
366 (atomic_read(&part->channel_mgr_requests) > 0 ||
371 atomic_set(&part->channel_mgr_requests, 1);
438 atomic_set(&part->channel_mgr_requests, 1);

Completed in 103 milliseconds