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