Searched refs:hb_count (Results 1 – 1 of 1) sorted by relevance
52 uint32_t hb_count; member280 bucket->hb_recs[bucket->hb_count].hr_val = value; in hazard_retire()281 bucket->hb_recs[bucket->hb_count].hr_dtor = destructor; in hazard_retire()287 if (++bucket->hb_count == hazard_bucket_count || in hazard_retire()387 for (uint32_t i = 0, r_end = bucket->hb_count; i < r_end; i++) { in hazard_filter_bucket()399 partial->hb_count = partial_pos; in hazard_filter_bucket()420 bucket->hb_count = st->hbfs_partial_pos; in hazard_filter_finish()422 bzero(bucket->hb_recs + bucket->hb_count, in hazard_filter_finish()424 (hazard_bucket_count - bucket->hb_count)); in hazard_filter_finish()662 bucket->hb_count = 2; in hazard_basic_test()[all …]