Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dbtlog.h172 extern btlog_t btlog_create(
H A Dbtlog.c1359 btlog_create(btlog_type_t type, uint32_t count, uint32_t sample) in btlog_create() function
H A Dzalloc.c3347 z->z_btlog = btlog_create(BTLOG_LOG, zrecs, 0); in zone_setup_logging()
3349 z->z_btlog = btlog_create(BTLOG_HASH, in zone_setup_logging()
3398 z->z_btlog = btlog_create(BTLOG_LOG, kasan_zrecs, 0); in zone_setup_kasan_logging()
3483 log = btlog_create(BTLOG_HASH, in zleaks_enable_async()
/xnu-11417.140.69/libkern/os/
H A Drefcnt.c166 grp->grp_log = btlog_create(BTLOG_HASH, in os_ref_log_init()
/xnu-11417.140.69/osfmk/vm/
H A Dvm_kern.c4226 kmem_outlier_log = btlog_create(BTLOG_LOG, KMEM_OUTLIER_LOG_SIZE, 0); in kmem_log_init()
H A Dvm_object.c137 vm_object_tracking_btlog = btlog_create(BTLOG_HASH, in vm_object_tracking_init()
H A Dvm_resident.c10344 vmtaglog_btlog = btlog_create(BTLOG_HASH, VM_TAG_BTLOG_SIZE, 0); in vm_btlog_init()