Home | History | Annotate | Download | only in acpi

Lines Matching defs:cpulist

53 struct cpulist {
55 TAILQ_ENTRY(cpulist) entry;
58 static TAILQ_HEAD(, cpulist) cpulisthead;
81 static struct cpulist *
84 return kmem_zalloc(sizeof(struct cpulist), KM_SLEEP);
88 cpu_free(struct cpulist *c)
90 kmem_free(c, sizeof(struct cpulist));
154 struct cpulist *cpuentry = NULL;
221 struct cpulist *citer;
251 struct cpulist *citer;
283 struct cpulist *citer;
336 struct cpulist *citer;