Searched refs:btlog_record (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | btlog.c | 1502 btlog_record(btlogu_t btlu, void *addr, uint8_t op, btref_t btref) in btlog_record() function 1537 struct btlog_record { struct 1545 const struct btlog_record *a = e1; in btlog_record_cmp_where() argument 1546 const struct btlog_record *b = e2; in btlog_record_cmp_where() 1555 btlog_records_pack(struct btlog_record *array, uint32_t *countp) in btlog_records_pack() 1559 qsort(array, count, sizeof(struct btlog_record), btlog_record_cmp_where); in btlog_records_pack() 1580 const struct btlog_record *a = e1; in btlog_record_cmp_rev_count() 1581 const struct btlog_record *b = e2; in btlog_record_cmp_rev_count() 1595 struct btlog_record *btr_array; in btlog_get_records() 1596 struct btlog_record btr; in btlog_get_records() [all …]
|
| H A D | btlog.h | 250 extern void btlog_record(
|
| H A D | zalloc.c | 3557 btlog_record(log, (void *)addr, ZOP_ALLOC, ref); in zalloc_log() 3624 btlog_record(log, (void *)addr, ZOP_FREE, ref); in zfree_log()
|
| /xnu-12377.41.6/libkern/os/ |
| H A D | refcnt.c | 122 btlog_record((btlog_t)grp->grp_log, elem, op, in ref_log_op()
|
| /xnu-12377.41.6/osfmk/vm/ |
| H A D | vm_memory_entry.c | 1125 btlog_record(vm_object_tracking_btlog, object, in mach_make_memory_entry_from_parent_entry()
|
| H A D | vm_kern.c | 690 btlog_record(kmem_outlier_log, (void *)map_size, KMEM_OUTLIER_SIZE, in kmem_use_sprayqtn() 693 btlog_record(kmem_outlier_log, (void *)mask, KMEM_OUTLIER_ALIGN, in kmem_use_sprayqtn()
|
| H A D | vm_pageout.c | 7535 btlog_record(vm_object_tracking_btlog, local_object, 8650 btlog_record(vm_object_tracking_btlog, object,
|
| H A D | vm_resident.c | 3545 btlog_record(vm_object_tracking_btlog, object, in vm_page_insert_internal() 11235 btlog_record(vmtaglog_btlog, object, 0, ref); in vm_tag_log()
|
| H A D | vm_object.c | 532 btlog_record(vm_object_tracking_btlog, object, in _vm_object_allocate()
|