Home
last modified time | relevance | path

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

/xnu-10002.41.9/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.c3310 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 Drefcnt.c155 grp->grp_log = btlog_create(BTLOG_HASH, in os_ref_log_init()
/xnu-10002.41.9/osfmk/vm/
H A Dvm_kern.c3703 kmem_outlier_log = btlog_create(BTLOG_LOG, KMEM_OUTLIER_LOG_SIZE, 0); in kmem_log_init()
H A Dvm_object.c133 vm_object_tracking_btlog = btlog_create(BTLOG_HASH, in vm_object_tracking_init()
H A Dvm_resident.c9295 vmtaglog_btlog = btlog_create(BTLOG_HASH, VM_TAG_BTLOG_SIZE, 0); in vm_btlog_init()