Home
last modified time | relevance | path

Searched refs:ck_pr_store_ptr (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/contrib/ck/include/
H A Dck_queue.h167 ck_pr_store_ptr(&(head)->cslh_first, NULL); \
174 ck_pr_store_ptr(&(a)->field.csle_next, b); \
180 ck_pr_store_ptr(&(head)->cslh_first, elm); \
186 ck_pr_store_ptr(prevp, elm); \
190 ck_pr_store_ptr(&(elm)->field.csle_next, \
206 ck_pr_store_ptr(&(head)->cslh_first, \
272 ck_pr_store_ptr(&(head)->cstqh_first, NULL); \
315 ck_pr_store_ptr(&(elm)->field.cstqe_next, \
322 ck_pr_store_ptr(&(head)->cstqh_first, \
383 ck_pr_store_ptr(&(head)->clh_first, NULL); \
[all …]
H A Dck_hp.h81 ck_pr_store_ptr(&record->pointers[i], pointer); in ck_hp_set()
92 ck_pr_store_ptr(&record->pointers[i], pointer); in ck_hp_set_fence()
H A Dck_brlock.h154 ck_pr_store_ptr(&br->readers, reader); in ck_brlock_read_register()
H A Dck_fifo.h134 ck_pr_store_ptr(&fifo->tail->next, entry); in ck_fifo_spsc_enqueue()
156 ck_pr_store_ptr(&fifo->head, entry); in ck_fifo_spsc_dequeue()
H A Dck_stack.h280 ck_pr_store_ptr(&entry->next, stack); in ck_stack_push_mpnc()
H A Dck_pr.h172 #define ck_pr_store_ptr(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), ptr) macro
/f-stack/freebsd/contrib/ck/src/
H A Dck_hs.c259 ck_pr_store_ptr(&hs->map, map); in ck_hs_reset_size()
395 ck_pr_store_ptr(&hs->map, update); in ck_hs_grow()
604 ck_pr_store_ptr(first, insert); in ck_hs_gc()
660 ck_pr_store_ptr(first, insert); in ck_hs_fas()
664 ck_pr_store_ptr(slot, insert); in ck_hs_fas()
734 ck_pr_store_ptr(first, insert); in ck_hs_apply()
745 ck_pr_store_ptr(slot, insert); in ck_hs_apply()
782 ck_pr_store_ptr(first, insert); in ck_hs_set()
800 ck_pr_store_ptr(slot, insert); in ck_hs_set()
842 ck_pr_store_ptr(first, insert); in ck_hs_put_internal()
[all …]
H A Dck_hp.c277 ck_pr_store_ptr(&hazard->pointer, pointer); in ck_hp_retire()
278 ck_pr_store_ptr(&hazard->data, data); in ck_hp_retire()
297 ck_pr_store_ptr(&hazard->data, data); in ck_hp_free()
298 ck_pr_store_ptr(&hazard->pointer, pointer); in ck_hp_free()
H A Dck_array.c101 ck_pr_store_ptr(&array->active, target); in ck_array_put()
180 ck_pr_store_ptr(&target->values[i], target->values[--array->n_entries]); in ck_array_remove()
213 ck_pr_store_ptr(&array->active, m); in ck_array_commit()
H A Dck_rhs.c410 ck_pr_store_ptr(&hs->map, map); in ck_rhs_reset_size()
567 ck_pr_store_ptr(&hs->map, update); in ck_rhs_grow()
965 ck_pr_store_ptr(ck_rhs_entry_addr(map, slot), insert); in ck_rhs_put_robin_hood()
974 ck_pr_store_ptr(ck_rhs_entry_addr(map, orig_slot), in ck_rhs_put_robin_hood()
1025 ck_pr_store_ptr(ck_rhs_entry_addr(map, slot), in ck_rhs_do_backward_shift_delete()
1104 ck_pr_store_ptr(ck_rhs_entry_addr(map, first), insert); in ck_rhs_fas()
1111 ck_pr_store_ptr(ck_rhs_entry_addr(map, slot), insert); in ck_rhs_fas()
1200 ck_pr_store_ptr(ck_rhs_entry_addr(map, first), insert); in ck_rhs_apply()
1220 ck_pr_store_ptr(ck_rhs_entry_addr(map, slot), insert); in ck_rhs_apply()
1298 ck_pr_store_ptr(ck_rhs_entry_addr(map, slot), insert); in ck_rhs_set()
[all …]
H A Dck_epoch.c259 ck_pr_store_ptr(&record->ct, ct); in ck_epoch_recycle()
313 ck_pr_store_ptr(&record->ct, NULL); in ck_epoch_unregister()
H A Dck_barrier_tournament.c97 ck_pr_store_ptr(&barrier->rounds, rounds); in ck_barrier_tournament_init()
/f-stack/freebsd/contrib/ck/include/spinlock/
H A Dmcs.h106 ck_pr_store_ptr(&previous->next, node); in ck_spinlock_mcs_lock()
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn.c1171 ck_pr_store_ptr(&chunks[chunk_idx]->pgptr[pg_idx % 32], pg); in nat64lsn_alloc_proto_pg()
1174 ck_pr_store_ptr(pgptr, pg); in nat64lsn_alloc_proto_pg()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_dynamic.c228 #define DYNSTATE_PROTECT(v) ck_pr_store_ptr(DPCPU_PTR(dyn_hp), (v))