Home
last modified time | relevance | path

Searched refs:ck_pr_store_ptr_unsafe (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/ck/src/
H A Dck_ht.c457 ck_pr_store_ptr_unsafe(&priority->value, (void *)entry->value); in ck_ht_gc()
459 ck_pr_store_ptr_unsafe(&priority->key, (void *)entry->key); in ck_ht_gc()
463 ck_pr_store_ptr_unsafe(&entry->key, (void *)CK_HT_KEY_TOMBSTONE); in ck_ht_gc()
642 ck_pr_store_ptr_unsafe(&table->map, update); in ck_ht_reset_size_spmc()
738 ck_pr_store_ptr_unsafe(&table->map, update); in ck_ht_grow_spmc()
769 ck_pr_store_ptr_unsafe(&candidate->key, (void *)CK_HT_KEY_TOMBSTONE); in ck_ht_remove_spmc()
886 ck_pr_store_ptr_unsafe(&priority->value, (void *)entry->value); in ck_ht_set_spmc()
888 ck_pr_store_ptr_unsafe(&priority->key, (void *)entry->key); in ck_ht_set_spmc()
898 ck_pr_store_ptr_unsafe(&candidate->key, (void *)CK_HT_KEY_TOMBSTONE); in ck_ht_set_spmc()
921 ck_pr_store_ptr_unsafe(&candidate->value, (void *)entry->value); in ck_ht_set_spmc()
[all …]
/freebsd/sys/contrib/ck/include/
H A Dck_hp_fifo.h167 ck_pr_store_ptr_unsafe(value, next->value); in ck_hp_fifo_dequeue_mpmc()
199 ck_pr_store_ptr_unsafe(value, next->value); in ck_hp_fifo_trydequeue_mpmc()
H A Dck_fifo.h154 ck_pr_store_ptr_unsafe(value, entry->value); in ck_fifo_spsc_dequeue()
H A Dck_pr.h196 #define ck_pr_store_ptr_unsafe(DST, VAL) ck_pr_md_store_ptr((DST), (VAL)) macro