|
Barrelfish
|
General Numa functions. More...
Functions | |
| void | numa_dump_topology (struct numa_topology *topology) |
| dumps the numa topology structure More... | |
| errval_t | numa_get_topology_from_skb (struct numa_topology *topology) |
| obtains the system topology from the SKB More... | |
| void | numa_free_topology (struct numa_topology *topology) |
| frees the numa topology structure More... | |
General Numa functions.
| void numa_dump_topology | ( | struct numa_topology * | topology | ) |
dumps the numa topology structure
| topology | pointer to the topology to dump |
| void numa_free_topology | ( | struct numa_topology * | topology | ) |
frees the numa topology structure
| topology | pointer to the topology information structure |
| errval_t numa_get_topology_from_skb | ( | struct numa_topology * | topology | ) |
obtains the system topology from the SKB
| topology | pointer to the topology information structure |
1.8.11