Searched refs:node_count (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/lib/bomp_new/
H A Dbomp_init.c69 nodeid_t node_count = 1; local
80 node_count++;
101 " threads\n", node_count, nthreads);
113 if (node_count > 1) {
114 tls->r.master.nodes = calloc(node_count, sizeof(struct bomp_node));
119 tls->r.master.num_nodes = node_count - 1;
132 coreid_t threads_per_node = (coreid_t)(nthreads / node_count);
147 for (nodeid_t node = 1; node < node_count; ++node) {
/barrelfish-2018-10-04/lib/barrelfish/vspace/
H A Dmemobj_numa.c174 if (offset >= mo_numa->node_count) {
194 if ((1UL << fid.bits) < memobj->size / mo_numa->node_count) {\
221 if (offset >= mo_numa->node_count) {
263 for (uint32_t i = 0; i < mo_numa->node_count; ++i) {
314 if (node == mo_numa->node_count) {
356 size_t node_count,
379 mo_numa->node_count = node_count;
383 mo_numa->frames = calloc(node_count, sizeof(struct capref));
353 memobj_create_numa(struct memobj_numa *mo_numa, size_t size, memobj_flags_t flags, size_t node_count, size_t stride) argument
/barrelfish-2018-10-04/include/barrelfish/
H A Dmemobj.h139 uint32_t node_count; ///< number of nodes in the machine member in struct:memobj_numa
170 memobj_flags_t flags, size_t node_count, size_t stride);

Completed in 41 milliseconds