OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpu_array
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/acpi/
acpi_srat.c
49
static struct acpisrat_cpu *
cpu_array
; /* Array of cpus */
variable in typeref:struct:acpisrat_cpu *
377
cpu_array
= kmem_zalloc(ncpus * sizeof(struct acpisrat_cpu),
384
memcpy(&
cpu_array
[i], &citer->cpu, sizeof(struct acpisrat_cpu));
410
if (
cpu_array
[j].nodeid != i)
413
node_array[i].cpu[k] = &
cpu_array
[j];
463
if (
cpu_array
)
464
kmem_free(
cpu_array
, ncpus * sizeof(struct acpisrat_cpu));
465
cpu_array
= NULL;
Completed in 11 milliseconds
Indexes created Sun Sep 21 16:09:51 GMT 2025