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

/freebsd-12-stable/sys/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, \
211 ck_pr_store_ptr(prevptr, (elm)->field.csle_next); \
215 ck_pr_store_ptr(&(head1)->cslh_first, (head2)->cslh_first); \
249 ck_pr_store_ptr((head1)->cstqh_last, (head2)->cstqh_first); \
272 ck_pr_store_ptr(
[all...]
H A Dck_hp.h81 ck_pr_store_ptr(&record->pointers[i], pointer);
92 ck_pr_store_ptr(&record->pointers[i], pointer);
H A Dck_brlock.h154 ck_pr_store_ptr(&br->readers, reader);
H A Dck_fifo.h134 ck_pr_store_ptr(&fifo->tail->next, entry);
156 ck_pr_store_ptr(&fifo->head, entry);
H A Dck_stack.h280 ck_pr_store_ptr(&entry->next, stack);
H A Dck_pr.h176 #define ck_pr_store_ptr(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), ptr) macro
/freebsd-12-stable/sys/contrib/ck/src/
H A Dck_hs.c259 ck_pr_store_ptr(&hs->map, map);
395 ck_pr_store_ptr(&hs->map, update);
604 ck_pr_store_ptr(first, insert);
606 ck_pr_store_ptr(slot, CK_HS_TOMBSTONE);
660 ck_pr_store_ptr(first, insert);
662 ck_pr_store_ptr(slot, CK_HS_TOMBSTONE);
664 ck_pr_store_ptr(slot, insert);
715 ck_pr_store_ptr(slot, CK_HS_TOMBSTONE);
734 ck_pr_store_ptr(first, insert);
738 ck_pr_store_ptr(slo
[all...]
H A Dck_hp.c277 ck_pr_store_ptr(&hazard->pointer, pointer);
278 ck_pr_store_ptr(&hazard->data, data);
297 ck_pr_store_ptr(&hazard->data, data);
298 ck_pr_store_ptr(&hazard->pointer, pointer);
H A Dck_array.c101 ck_pr_store_ptr(&array->active, target);
180 ck_pr_store_ptr(&target->values[i], target->values[--array->n_entries]);
213 ck_pr_store_ptr(&array->active, m);
H A Dck_rhs.c410 ck_pr_store_ptr(&hs->map, map);
567 ck_pr_store_ptr(&hs->map, update);
965 ck_pr_store_ptr(ck_rhs_entry_addr(map, slot), insert);
974 ck_pr_store_ptr(ck_rhs_entry_addr(map, orig_slot),
1025 ck_pr_store_ptr(ck_rhs_entry_addr(map, slot),
1061 ck_pr_store_ptr(ck_rhs_entry_addr(map, slot), CK_RHS_EMPTY);
1104 ck_pr_store_ptr(ck_rhs_entry_addr(map, first), insert);
1111 ck_pr_store_ptr(ck_rhs_entry_addr(map, slot), insert);
1200 ck_pr_store_ptr(ck_rhs_entry_addr(map, first), insert);
1220 ck_pr_store_ptr(ck_rhs_entry_add
[all...]
H A Dck_barrier_tournament.c97 ck_pr_store_ptr(&barrier->rounds, rounds);
H A Dck_epoch.c259 ck_pr_store_ptr(&record->ct, ct);
313 ck_pr_store_ptr(&record->ct, NULL);
/freebsd-12-stable/sys/contrib/ck/include/spinlock/
H A Dmcs.h106 ck_pr_store_ptr(&previous->next, node);
/freebsd-12-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c1172 ck_pr_store_ptr(&chunks[chunk_idx]->pgptr[pg_idx % 32], pg);
1175 ck_pr_store_ptr(pgptr, pg);
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c229 #define DYNSTATE_PROTECT(v) ck_pr_store_ptr(DPCPU_PTR(dyn_hp), (v))

Completed in 84 milliseconds