Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dhazard.c54 struct hazard_record hb_recs[]; member
280 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()
388 struct hazard_record hr = bucket->hb_recs[i]; in hazard_filter_bucket()
395 partial->hb_recs[partial_pos] = hr; in hazard_filter_bucket()
422 bzero(bucket->hb_recs + bucket->hb_count, in hazard_filter_finish()
423 sizeof(bucket->hb_recs[0]) * in hazard_filter_finish()
663 bucket->hb_recs[0].hr_val = v1; in hazard_basic_test()
664 bucket->hb_recs[0].hr_dtor = &hazard_test_value_retire_cb; in hazard_basic_test()
665 bucket->hb_recs[1].hr_val = v2; in hazard_basic_test()
[all …]