Searched refs:btlog_create (Results 1 – 7 of 7) sorted by relevance
| /xnu-10002.41.9/osfmk/kern/ |
| H A D | btlog.h | 172 extern btlog_t btlog_create(
|
| H A D | btlog.c | 1359 btlog_create(btlog_type_t type, uint32_t count, uint32_t sample) in btlog_create() function
|
| H A D | zalloc.c | 3310 z->z_btlog = btlog_create(BTLOG_LOG, zrecs, 0); in zone_setup_logging() 3312 z->z_btlog = btlog_create(BTLOG_HASH, in zone_setup_logging() 3361 z->z_btlog = btlog_create(BTLOG_LOG, kasan_zrecs, 0); in zone_setup_kasan_logging() 3446 log = btlog_create(BTLOG_HASH, in zleaks_enable_async()
|
| /xnu-10002.41.9/libkern/os/ |
| H A D | refcnt.c | 155 grp->grp_log = btlog_create(BTLOG_HASH, in os_ref_log_init()
|
| /xnu-10002.41.9/osfmk/vm/ |
| H A D | vm_kern.c | 3703 kmem_outlier_log = btlog_create(BTLOG_LOG, KMEM_OUTLIER_LOG_SIZE, 0); in kmem_log_init()
|
| H A D | vm_object.c | 133 vm_object_tracking_btlog = btlog_create(BTLOG_HASH, in vm_object_tracking_init()
|
| H A D | vm_resident.c | 9295 vmtaglog_btlog = btlog_create(BTLOG_HASH, VM_TAG_BTLOG_SIZE, 0); in vm_btlog_init()
|