HomeSort by: relevance | last modified time | path
    Searched defs:cpulist (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/acpi/
acpi_srat.c 53 struct cpulist { struct
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
    [all...]

Completed in 32 milliseconds