Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/misc/sgi-xp/
Dxpc_main.c458 atomic_set(&ch->kthreads_idle, 0); in xpc_setup_ch_structures()
619 int idle = atomic_read(&ch->kthreads_idle); in xpc_activate_kthreads()
668 if (atomic_inc_return(&ch->kthreads_idle) > in xpc_kthread_waitmsgs()
671 atomic_dec(&ch->kthreads_idle); in xpc_kthread_waitmsgs()
682 atomic_dec(&ch->kthreads_idle); in xpc_kthread_waitmsgs()
Dxpc_channel.c494 DBUG_ON(atomic_read(&ch->kthreads_idle) != 0); in xpc_connect_channel()
787 if (atomic_read(&ch->kthreads_idle) > 0) { in xpc_disconnect_channel()
Dxpc.h575 atomic_t kthreads_idle; /* #of kthreads idle waiting for work */ member
Dxpc_uv.c1466 if (atomic_read(&ch->kthreads_idle) > 0) in xpc_handle_notify_mq_msg_uv()