Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ck/src/
H A Dck_ht.c324 if (cursor->key == CK_HT_KEY_TOMBSTONE) { in ck_ht_map_probe_wr()
424 entry->key == CK_HT_KEY_TOMBSTONE) { in ck_ht_gc()
466 ck_pr_store_ptr_unsafe(&entry->key, (void *)CK_HT_KEY_TOMBSTONE); in ck_ht_gc()
552 if (snapshot->key == CK_HT_KEY_TOMBSTONE) in ck_ht_map_probe_rd()
624 if (key != CK_HT_KEY_EMPTY && key != CK_HT_KEY_TOMBSTONE) in ck_ht_next()
772 ck_pr_store_ptr_unsafe(&candidate->key, (void *)CK_HT_KEY_TOMBSTONE); in ck_ht_remove_spmc()
884 if (priority->value == CK_HT_KEY_TOMBSTONE) { in ck_ht_set_spmc()
901 ck_pr_store_ptr_unsafe(&candidate->key, (void *)CK_HT_KEY_TOMBSTONE); in ck_ht_set_spmc()
911 candidate->key != CK_HT_KEY_TOMBSTONE; in ck_ht_set_spmc()
914 if (priority->key == CK_HT_KEY_TOMBSTONE) { in ck_ht_set_spmc()
[all …]
/f-stack/freebsd/contrib/ck/include/
H A Dck_ht.h91 #ifndef CK_HT_KEY_TOMBSTONE
92 #define CK_HT_KEY_TOMBSTONE (~CK_HT_KEY_EMPTY) macro