Searched refs:evs0 (Results 1 – 1 of 1) sorted by relevance
248 struct evcnt_sysctl *evs0 = NULL, *evs; in sysctl_doevcnt() local249 const size_t xevcnt_size = sizeof(*evs0) + sizeof(ev_strings); in sysctl_doevcnt()280 evs0 = kmem_zalloc(xevcnt_size, KM_SLEEP); in sysctl_doevcnt()286 evs = evs0; in sysctl_doevcnt()355 if (evs0 != NULL) in sysctl_doevcnt()356 kmem_free(evs0, xevcnt_size); in sysctl_doevcnt()