Home | History | Annotate | Download | only in acpi

Lines Matching defs:nmems

50 static uint32_t nmems; /* Number of Memory ranges */
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 *));
468 kmem_free(mem_array, nmems * sizeof(struct acpisrat_mem));
473 nmems = 0;
554 return node_array[nodeid].nmems;