Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dbtlog.h172 extern btlog_t btlog_create(
H A Dbtlog.c1369 btlog_create(btlog_type_t type, uint32_t count, uint32_t sample) in btlog_create() function
H A Dzalloc.c3483 z->z_btlog = btlog_create(BTLOG_LOG, zrecs, 0); in zone_setup_logging()
3485 z->z_btlog = btlog_create(BTLOG_HASH, in zone_setup_logging()
3601 log = btlog_create(BTLOG_HASH, in zleaks_enable_async()
/xnu-8020.121.3/libkern/os/
H A Drefcnt.c159 grp->grp_log = btlog_create(BTLOG_HASH, in os_ref_log_init()
/xnu-8020.121.3/osfmk/vm/
H A Dvm_object.c134 vm_object_tracking_btlog = btlog_create(BTLOG_HASH, in vm_object_tracking_init()