OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Oct 12 09:09:55 GMT 2025