Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dbtlog.c978 uint32_t *__zpercpu btl_sample; member
1393 btlu.btl->btl_sample = zalloc_percpu(percpu_u64_zone, in btlog_create()
1398 counter = zpercpu_get_cpu(btlu.btl->btl_sample, cpu); in btlog_create()
1428 if (btlu.btl->btl_sample) { in btlog_destroy()
1429 zfree_percpu(percpu_u64_zone, btlu.btl->btl_sample); in btlog_destroy()
1498 if (btlog->btl_sample == NULL) { in btlog_sample()
1502 counter = zpercpu_get(btlog->btl_sample); in btlog_sample()