Home
last modified time | relevance | path

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

/linux/drivers/misc/sgi-xp/
H A Dxpc_main.c442 atomic_set(&ch->kthreads_idle, 0); in xpc_setup_ch_structures()
603 int idle = atomic_read(&ch->kthreads_idle); in xpc_activate_kthreads()
652 if (atomic_inc_return(&ch->kthreads_idle) > in xpc_kthread_waitmsgs()
655 atomic_dec(&ch->kthreads_idle); in xpc_kthread_waitmsgs()
666 atomic_dec(&ch->kthreads_idle); in xpc_kthread_waitmsgs()
H A Dxpc_channel.c494 DBUG_ON(atomic_read(&ch->kthreads_idle) != 0); in xpc_connect_channel()
784 if (atomic_read(&ch->kthreads_idle) > 0) { in xpc_disconnect_channel()
H A Dxpc.h353 atomic_t kthreads_idle; /* #of kthreads idle waiting for work */ member
H A Dxpc_uv.c1385 if (atomic_read(&ch->kthreads_idle) > 0) in xpc_handle_notify_mq_msg_uv()