Searched refs:kthreads_idle (Results 1 - 4 of 4) 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_main.c454 atomic_set(&ch->kthreads_idle, 0);
615 int idle = atomic_read(&ch->kthreads_idle);
664 if (atomic_inc_return(&ch->kthreads_idle) >
667 atomic_dec(&ch->kthreads_idle);
678 atomic_dec(&ch->kthreads_idle);
H A Dxpc.h575 atomic_t kthreads_idle; /* #of kthreads idle waiting for work */ member in struct:xpc_channel
H A Dxpc_channel.c494 DBUG_ON(atomic_read(&ch->kthreads_idle) != 0);
787 if (atomic_read(&ch->kthreads_idle) > 0) {
H A Dxpc_uv.c1464 if (atomic_read(&ch->kthreads_idle) > 0)

Completed in 110 milliseconds