Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/kern/
H A Dbtlog.c976 uint32_t *__zpercpu btl_sample; member
1383 btlu.btl->btl_sample = zalloc_percpu(percpu_u64_zone, in btlog_create()
1388 counter = zpercpu_get_cpu(btlu.btl->btl_sample, cpu); in btlog_create()
1418 if (btlu.btl->btl_sample) { in btlog_destroy()
1419 zfree_percpu(percpu_u64_zone, btlu.btl->btl_sample); in btlog_destroy()
1488 if (btlog->btl_sample == NULL) { in btlog_sample()
1492 counter = zpercpu_get(btlog->btl_sample); in btlog_sample()