Lines Matching refs:atomic_set
367 atomic_set(&part->channel_mgr_requests, 1); in xpc_channel_mgr()
435 atomic_set(&part->channel_mgr_requests, 1); in xpc_setup_ch_structures()
440 atomic_set(&part->nchannels_active, 0); in xpc_setup_ch_structures()
441 atomic_set(&part->nchannels_engaged, 0); in xpc_setup_ch_structures()
450 atomic_set(&ch->kthreads_assigned, 0); in xpc_setup_ch_structures()
451 atomic_set(&ch->kthreads_idle, 0); in xpc_setup_ch_structures()
452 atomic_set(&ch->kthreads_active, 0); in xpc_setup_ch_structures()
454 atomic_set(&ch->references, 0); in xpc_setup_ch_structures()
455 atomic_set(&ch->n_to_notify, 0); in xpc_setup_ch_structures()
460 atomic_set(&ch->n_on_msg_allocate_wq, 0); in xpc_setup_ch_structures()
933 atomic_set(&part->references, 0); in xpc_setup_partitions()