Searched refs:kthreads_active (Results 1 – 3 of 3) sorted by relevance
495 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()
355 atomic_t kthreads_active; /* #of kthreads actively working */ member
453 atomic_set(&ch->kthreads_active, 0); in xpc_setup_ch_structures()