Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ck/src/
H A Dck_hs.c54 #define CK_HS_TOMBSTONE ((void *)~(uintptr_t)0) macro
117 if (value != CK_HS_EMPTY && value != CK_HS_TOMBSTONE) { in _ck_hs_next()
348 if (previous == CK_HS_EMPTY || previous == CK_HS_TOMBSTONE) in ck_hs_grow()
478 if (k == CK_HS_TOMBSTONE) { in ck_hs_map_probe()
587 if (entry == CK_HS_EMPTY || entry == CK_HS_TOMBSTONE) in ck_hs_gc()
606 ck_pr_store_ptr(slot, CK_HS_TOMBSTONE); in ck_hs_gc()
662 ck_pr_store_ptr(slot, CK_HS_TOMBSTONE); in ck_hs_fas()
715 ck_pr_store_ptr(slot, CK_HS_TOMBSTONE); in ck_hs_apply()
738 ck_pr_store_ptr(slot, CK_HS_TOMBSTONE); in ck_hs_apply()
793 ck_pr_store_ptr(slot, CK_HS_TOMBSTONE); in ck_hs_set()
[all …]