Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/misc/sgi-xp/
Dxpc_main.c452 atomic_set(&ch->kthreads_idle, 0); in xpc_setup_ch_structures()
613 int idle = atomic_read(&ch->kthreads_idle); in xpc_activate_kthreads()
662 if (atomic_inc_return(&ch->kthreads_idle) > in xpc_kthread_waitmsgs()
665 atomic_dec(&ch->kthreads_idle); in xpc_kthread_waitmsgs()
676 atomic_dec(&ch->kthreads_idle); in xpc_kthread_waitmsgs()
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()
Dxpc.h353 atomic_t kthreads_idle; /* #of kthreads idle waiting for work */ member
Dxpc_uv.c1470 if (atomic_read(&ch->kthreads_idle) > 0) in xpc_handle_notify_mq_msg_uv()