Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dbtlog.c886 zone_btrecord_t *current_rec; in get_btlog_records() local
902 current_rec = &records[0]; in get_btlog_records()
906 current_rec->operation_type = (uint32_t)(zstack_record->operation); in get_btlog_records()
907 current_rec->ref_count = zstack_record->ref_count; in get_btlog_records()
911 current_rec->bt[frame] = (uint64_t)VM_KERNEL_UNSLIDE(zstack_record->bt[frame]); in get_btlog_records()
917 current_rec++; in get_btlog_records()