Home
last modified time | relevance | path

Searched refs:kthreads_active (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/misc/sgi-xp/
H A Dxpc_channel.c495 DBUG_ON(atomic_read(&ch->kthreads_active) != 0); in xpc_connect_channel()
963 atomic_inc(&ch->kthreads_active); in xpc_deliver_payload()
979 atomic_dec(&ch->kthreads_active); in xpc_deliver_payload()
H A Dxpc.h355 atomic_t kthreads_active; /* #of kthreads actively working */ member
H A Dxpc_main.c444 atomic_set(&ch->kthreads_active, 0); in xpc_setup_ch_structures()