Lines Matching refs:atomic_set
374 atomic_set(&part->channel_mgr_requests, 1); in xpc_channel_mgr()
442 atomic_set(&part->channel_mgr_requests, 1); in xpc_setup_ch_structures()
447 atomic_set(&part->nchannels_active, 0); in xpc_setup_ch_structures()
448 atomic_set(&part->nchannels_engaged, 0); in xpc_setup_ch_structures()
457 atomic_set(&ch->kthreads_assigned, 0); in xpc_setup_ch_structures()
458 atomic_set(&ch->kthreads_idle, 0); in xpc_setup_ch_structures()
459 atomic_set(&ch->kthreads_active, 0); in xpc_setup_ch_structures()
461 atomic_set(&ch->references, 0); in xpc_setup_ch_structures()
462 atomic_set(&ch->n_to_notify, 0); in xpc_setup_ch_structures()
467 atomic_set(&ch->n_on_msg_allocate_wq, 0); in xpc_setup_ch_structures()
940 atomic_set(&part->references, 0); in xpc_setup_partitions()