Home
last modified time | relevance | path

Searched refs:numa_node (Results 1 – 4 of 4) sorted by relevance

/pciutils/
H A Dlspci.c904 if (p->numa_node != -1) in show_verbose()
905 printf("\tNUMA node: %d\n", p->numa_node); in show_verbose()
936 if (p->numa_node != -1) in show_verbose()
937 printf(", NUMA node %d", p->numa_node); in show_verbose()
1046 if (p->numa_node != -1) in show_machine()
1047 printf("NUMANode:\t%d\n", p->numa_node); in show_machine()
/pciutils/lib/
H A Dpci.h156 int numa_node; /* NUMA node */ member
H A Daccess.c33 d->numa_node = -1; in pci_alloc_dev()
H A Dsysfs.c451 d->numa_node = sysfs_get_value(d, "numa_node", 0); in sysfs_fill_info()