Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dhazard.c54 struct hazard_record hb_recs[]; member
275 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()
383 struct hazard_record hr = bucket->hb_recs[i]; in hazard_filter_bucket()
390 partial->hb_recs[partial_pos] = hr; in hazard_filter_bucket()
417 bzero(bucket->hb_recs + bucket->hb_count, in hazard_filter_finish()
418 sizeof(bucket->hb_recs[0]) * in hazard_filter_finish()
658 bucket->hb_recs[0].hr_val = v1; in hazard_basic_test()
659 bucket->hb_recs[0].hr_dtor = &hazard_test_value_retire_cb; in hazard_basic_test()
660 bucket->hb_recs[1].hr_val = v2; in hazard_basic_test()
[all …]