| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_queue.h | 167 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 D | ck_hp.h | 81 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 D | ck_brlock.h | 154 ck_pr_store_ptr(&br->readers, reader); in ck_brlock_read_register()
|
| H A D | ck_fifo.h | 134 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 D | ck_stack.h | 280 ck_pr_store_ptr(&entry->next, stack); in ck_stack_push_mpnc()
|
| H A D | ck_pr.h | 172 #define ck_pr_store_ptr(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), ptr) macro
|
| /f-stack/freebsd/contrib/ck/src/ |
| H A D | ck_hs.c | 259 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 D | ck_hp.c | 277 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 D | ck_array.c | 101 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 D | ck_rhs.c | 410 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 D | ck_epoch.c | 259 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 D | ck_barrier_tournament.c | 97 ck_pr_store_ptr(&barrier->rounds, rounds); in ck_barrier_tournament_init()
|
| /f-stack/freebsd/contrib/ck/include/spinlock/ |
| H A D | mcs.h | 106 ck_pr_store_ptr(&previous->next, node); in ck_spinlock_mcs_lock()
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64lsn.c | 1171 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 D | ip_fw_dynamic.c | 228 #define DYNSTATE_PROTECT(v) ck_pr_store_ptr(DPCPU_PTR(dyn_hp), (v))
|