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

/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c2531 int i, tdcnt, tdlistsz; local
2537 tdlistsz = roundup2(tdcnt, 32);
2540 tdlist = malloc(sizeof(struct pmc_thread*) * tdlistsz, M_TEMP, M_WAITOK);
2545 if (tdcnt >= tdlistsz) {

Completed in 210 milliseconds