Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ck/include/
H A Dck_queue.h172 ck_pr_store_ptr(&(head)->cslh_first, NULL); \
179 ck_pr_store_ptr(&(a)->field.csle_next, b); \
185 ck_pr_store_ptr(&(head)->cslh_first, elm); \
191 ck_pr_store_ptr(prevp, elm); \
195 ck_pr_store_ptr(&(elm)->field.csle_next, \
211 ck_pr_store_ptr(&(head)->cslh_first, \
282 ck_pr_store_ptr(&(head)->cstqh_first, NULL); \
325 ck_pr_store_ptr(&(elm)->field.cstqe_next, \
332 ck_pr_store_ptr(&(head)->cstqh_first, \
398 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.h185 #define ck_pr_store_ptr(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), ptr) macro
/freebsd/sys/contrib/ck/src/
H A Dck_hs.c264 ck_pr_store_ptr(&hs->map, map); in ck_hs_reset_size()
400 ck_pr_store_ptr(&hs->map, update); in ck_hs_grow()
609 ck_pr_store_ptr(first, insert); in ck_hs_gc()
665 ck_pr_store_ptr(first, insert); in ck_hs_fas()
669 ck_pr_store_ptr(slot, insert); in ck_hs_fas()
739 ck_pr_store_ptr(first, insert); in ck_hs_apply()
750 ck_pr_store_ptr(slot, insert); in ck_hs_apply()
787 ck_pr_store_ptr(first, insert); in ck_hs_set()
805 ck_pr_store_ptr(slot, insert); in ck_hs_set()
847 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()
/freebsd/sys/contrib/ck/include/spinlock/
H A Dmcs.h106 ck_pr_store_ptr(&previous->next, node); in ck_spinlock_mcs_lock()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c1168 ck_pr_store_ptr(&chunks[chunk_idx]->pgptr[pg_idx % 32], pg); in nat64lsn_alloc_proto_pg()
1171 ck_pr_store_ptr(pgptr, pg); in nat64lsn_alloc_proto_pg()
/freebsd/sys/net/
H A Dif.c595 ck_pr_store_ptr(&ifindex_table, new); in if_alloc_domain()
605 ck_pr_store_ptr(&ifindex_table[idx].ife_ifnet, ifp); in if_alloc_domain()
681 ck_pr_store_ptr(&ifindex_table[ifp->if_index].ife_ifnet, NULL); in if_free()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c226 #define DYNSTATE_PROTECT(v) ck_pr_store_ptr(DPCPU_PTR(dyn_hp), (v))
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c894 ck_pr_store_ptr(&rs->active.rules, rs->inactive.rules); in pf_commit_eth()