Lines Matching refs:atomic_store_ptr
569 atomic_store_ptr(&r->r_next, NULL); in noise_remote_keypairs_clear()
573 atomic_store_ptr(&r->r_current, NULL); in noise_remote_keypairs_clear()
577 atomic_store_ptr(&r->r_previous, NULL); in noise_remote_keypairs_clear()
616 atomic_store_ptr(&r->r_next, NULL); in noise_add_new_keypair()
617 atomic_store_ptr(&r->r_previous, next); in noise_add_new_keypair()
620 atomic_store_ptr(&r->r_previous, current); in noise_add_new_keypair()
623 atomic_store_ptr(&r->r_current, kp); in noise_add_new_keypair()
625 atomic_store_ptr(&r->r_next, kp); in noise_add_new_keypair()
627 atomic_store_ptr(&r->r_previous, NULL); in noise_add_new_keypair()
742 atomic_store_ptr(&r->r_previous, atomic_load_ptr(&r->r_current)); in noise_keypair_received_with()
744 atomic_store_ptr(&r->r_current, kp); in noise_keypair_received_with()
745 atomic_store_ptr(&r->r_next, NULL); in noise_keypair_received_with()