Searched refs:btlog_create (Results 1 – 5 of 5) sorted by relevance
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | btlog.h | 172 extern btlog_t btlog_create(
|
| H A D | btlog.c | 1369 btlog_create(btlog_type_t type, uint32_t count, uint32_t sample) in btlog_create() function
|
| H A D | zalloc.c | 3497 z->z_btlog = btlog_create(BTLOG_LOG, zrecs, 0); in zone_setup_logging() 3499 z->z_btlog = btlog_create(BTLOG_HASH, in zone_setup_logging() 3525 z->z_btlog_kasan = btlog_create(BTLOG_LOG, ZRECORDS_DEFAULT, 0); in zone_setup_kasan_logging() 3645 log = btlog_create(BTLOG_HASH, in zleaks_enable_async()
|
| /xnu-8792.41.9/libkern/os/ |
| H A D | refcnt.c | 161 grp->grp_log = btlog_create(BTLOG_HASH, in os_ref_log_init()
|
| /xnu-8792.41.9/osfmk/vm/ |
| H A D | vm_object.c | 133 vm_object_tracking_btlog = btlog_create(BTLOG_HASH, in vm_object_tracking_init()
|