Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ck/src/
H A Dck_ht.c460 ck_pr_store_ptr_unsafe(&priority->value, (void *)entry->value); in ck_ht_gc()
462 ck_pr_store_ptr_unsafe(&priority->key, (void *)entry->key); in ck_ht_gc()
645 ck_pr_store_ptr_unsafe(&table->map, update); in ck_ht_reset_size_spmc()
741 ck_pr_store_ptr_unsafe(&table->map, update); in ck_ht_grow_spmc()
889 ck_pr_store_ptr_unsafe(&priority->value, (void *)entry->value); in ck_ht_set_spmc()
891 ck_pr_store_ptr_unsafe(&priority->key, (void *)entry->key); in ck_ht_set_spmc()
926 ck_pr_store_ptr_unsafe(&candidate->key, (void *)entry->key); in ck_ht_set_spmc()
932 ck_pr_store_ptr_unsafe(&candidate->key, (void *)entry->key); in ck_ht_set_spmc()
1010 ck_pr_store_ptr_unsafe(&candidate->value, (void *)entry->value); in ck_ht_put_spmc()
1012 ck_pr_store_ptr_unsafe(&candidate->key, (void *)entry->key); in ck_ht_put_spmc()
[all …]
/f-stack/freebsd/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.h183 #define ck_pr_store_ptr_unsafe(DST, VAL) ck_pr_md_store_ptr((DST), (VAL)) macro