Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/sgi-xp/
H A Dxpc_main.c443 atomic_set(&ch->kthreads_idle, 0); in xpc_setup_ch_structures()
604 int idle = atomic_read(&ch->kthreads_idle); in xpc_activate_kthreads()
653 if (atomic_inc_return(&ch->kthreads_idle) > in xpc_kthread_waitmsgs()
656 atomic_dec(&ch->kthreads_idle); in xpc_kthread_waitmsgs()
667 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.c1470 if (atomic_read(&ch->kthreads_idle) > 0) in xpc_handle_notify_mq_msg_uv()