Home
last modified time | relevance | path

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

/xnu-12377.81.4/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.c3295 z->z_btlog = btlog_create(BTLOG_LOG, zrecs, 0); in zone_setup_logging()
3297 z->z_btlog = btlog_create(BTLOG_HASH, in zone_setup_logging()
3346 z->z_btlog = btlog_create(BTLOG_LOG, kasan_zrecs, 0); in zone_setup_kasan_logging()
3431 log = btlog_create(BTLOG_HASH, in zleaks_enable_async()
/xnu-12377.81.4/libkern/os/
H A Drefcnt.c166 grp->grp_log = btlog_create(BTLOG_HASH, in os_ref_log_init()
/xnu-12377.81.4/osfmk/vm/
H A Dvm_kern.c4421 kmem_outlier_log = btlog_create(BTLOG_LOG, KMEM_OUTLIER_LOG_SIZE, 0); in kmem_log_init()
H A Dvm_object.c138 vm_object_tracking_btlog = btlog_create(BTLOG_HASH, in vm_object_tracking_init()
H A Dvm_resident.c11273 vmtaglog_btlog = btlog_create(BTLOG_HASH, VM_TAG_BTLOG_SIZE, 0); in vm_btlog_init()