Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dbtlog.h71 extern btlog_t *btlog_create(size_t numrecords,
H A Dbtlog.c230 btlog_create(size_t numrecords, in btlog_create() function
H A Dzalloc.c3221 z->zlog_btlog = btlog_create(log_records, MAX_ZTRACE_DEPTH, in zone_enable_logging()
/xnu-8019.80.24/libkern/os/
H A Drefcnt.c162 grp->grp_log = btlog_create(ref_log_nrecords, REFLOG_BTDEPTH, true); in os_ref_log_init()
/xnu-8019.80.24/osfmk/vm/
H A Dvm_object.c135 vm_object_tracking_btlog = btlog_create( in vm_object_tracking_init()