OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nmems
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/acpi/
acpi_srat.h
62
uint32_t
nmems
; /* Number of memory ranges in this node */
member in struct:acpisrat_node
acpi_srat.c
50
static uint32_t
nmems
; /* Number of Memory ranges */
variable in typeref:typename:uint32_t
362
nmems
= 0;
365
nmems
++;
370
if (nnodes == 0 ||
nmems
== 0 || ncpus == 0) {
379
mem_array = kmem_zalloc(
nmems
* sizeof(struct acpisrat_mem),
393
node_array[miter->mem.nodeid].
nmems
++;
403
if (node_array[i].
nmems
!= 0) {
404
node_array[i].mem = kmem_zalloc(node_array[i].
nmems
*
418
for (j = 0; j <
nmems
; j++) {
457
node_array[i].
nmems
* sizeof(struct acpisrat_mem *))
[
all
...]
Completed in 21 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025