Searched refs:CK_HS_PROBE_INSERT (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/ck/src/ |
| H A D | ck_hs.c | 80 CK_HS_PROBE_INSERT /* Short-circuit on probe bound if tombstone found. */ enumerator 452 if (behavior == CK_HS_PROBE_INSERT) in ck_hs_map_probe() 697 …ck_hs_map_probe(hs, map, &n_probes, &first, h, key, &object, map->probe_limit, CK_HS_PROBE_INSERT); in ck_hs_apply() 769 …ck_hs_map_probe(hs, map, &n_probes, &first, h, key, &object, map->probe_limit, CK_HS_PROBE_INSERT); in ck_hs_set() 858 return ck_hs_put_internal(hs, h, key, CK_HS_PROBE_INSERT); in ck_hs_put()
|