Searched refs:kthreads_idle (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/misc/sgi-xp/
H A Dxpc_main.c441 atomic_set(&ch->kthreads_idle, 0);
602 int idle = atomic_read(&ch->kthreads_idle);
651 if (atomic_inc_return(&ch->kthreads_idle) >
654 atomic_dec(&ch->kthreads_idle);
665 atomic_dec(&ch->kthreads_idle);
H A Dxpc.h353 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);
784 if (atomic_read(&ch->kthreads_idle) > 0) {
H A Dxpc_uv.c1385 if (atomic_read(&ch->kthreads_idle) > 0)

Completed in 143 milliseconds