Lines Matching refs:atomic_set
359 atomic_set(&part->channel_mgr_requests, 1); in xpc_channel_mgr()
427 atomic_set(&part->channel_mgr_requests, 1); in xpc_setup_ch_structures()
432 atomic_set(&part->nchannels_active, 0); in xpc_setup_ch_structures()
433 atomic_set(&part->nchannels_engaged, 0); in xpc_setup_ch_structures()
442 atomic_set(&ch->kthreads_assigned, 0); in xpc_setup_ch_structures()
443 atomic_set(&ch->kthreads_idle, 0); in xpc_setup_ch_structures()
444 atomic_set(&ch->kthreads_active, 0); in xpc_setup_ch_structures()
446 atomic_set(&ch->references, 0); in xpc_setup_ch_structures()
447 atomic_set(&ch->n_to_notify, 0); in xpc_setup_ch_structures()
452 atomic_set(&ch->n_on_msg_allocate_wq, 0); in xpc_setup_ch_structures()
925 atomic_set(&part->references, 0); in xpc_setup_partitions()