Searched refs:hb_count (Results 1 – 1 of 1) sorted by relevance
52 uint32_t hb_count; member275 bucket->hb_recs[bucket->hb_count].hr_val = value; in hazard_retire()276 bucket->hb_recs[bucket->hb_count].hr_dtor = destructor; in hazard_retire()282 if (++bucket->hb_count == hazard_bucket_count || in hazard_retire()382 for (uint32_t i = 0, r_end = bucket->hb_count; i < r_end; i++) { in hazard_filter_bucket()394 partial->hb_count = partial_pos; in hazard_filter_bucket()415 bucket->hb_count = st->hbfs_partial_pos; in hazard_filter_finish()417 bzero(bucket->hb_recs + bucket->hb_count, in hazard_filter_finish()419 (hazard_bucket_count - bucket->hb_count)); in hazard_filter_finish()657 bucket->hb_count = 2; in hazard_basic_test()[all …]