Barrelfish
Functions
utilities.c File Reference

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...
 

Detailed Description

General Numa functions.

Function Documentation

void numa_dump_topology ( struct numa_topology topology)

dumps the numa topology structure

Parameters
topologypointer to the topology to dump
void numa_free_topology ( struct numa_topology topology)

frees the numa topology structure

Parameters
topologypointer to the topology information structure
errval_t numa_get_topology_from_skb ( struct numa_topology topology)

obtains the system topology from the SKB

Parameters
topologypointer to the topology information structure
Returns
SYS_ERR_OK on SUCCESS errval on FAILURE