Home
last modified time | relevance | path

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

/src/sys/dev/hwpmc/
H A Dhwpmc_mod.c2487 int i, tdcnt, tdlistsz; in pmc_add_thread_descriptors_from_proc() local
2493 tdlistsz = roundup2(tdcnt, 32); in pmc_add_thread_descriptors_from_proc()
2496 tdlist = malloc(sizeof(struct pmc_thread *) * tdlistsz, M_TEMP, in pmc_add_thread_descriptors_from_proc()
2502 if (tdcnt >= tdlistsz) { in pmc_add_thread_descriptors_from_proc()