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

/netbsd-6-1-5-RELEASE/sys/dev/acpi/
H A Dacpi_srat.c60 struct cpulist { struct
62 TAILQ_ENTRY(cpulist) entry;
65 static TAILQ_HEAD(, cpulist) cpulisthead;
89 static struct cpulist *
92 return kmem_zalloc(sizeof(struct cpulist), KM_NOSLEEP);
96 cpu_free(struct cpulist *c)
98 kmem_free(c, sizeof(struct cpulist));
102 static struct cpulist *
105 struct cpulist *tmp;
173 struct cpulist *cpuentr
[all...]

Completed in 98 milliseconds