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

/freebsd-13-stable/sys/dev/cpuctl/
H A Dcpuctl.c90 static struct cdev **cpuctl_devs; variable in typeref:struct:cdev
581 cpuctl_devs = malloc(sizeof(*cpuctl_devs) * (mp_maxid + 1), M_CPUCTL,
585 cpuctl_devs[cpu] = make_dev(&cpuctl_cdevsw, cpu,
590 if (cpuctl_devs[cpu] != NULL)
591 destroy_dev(cpuctl_devs[cpu]);
593 free(cpuctl_devs, M_CPUCTL);

Completed in 34 milliseconds