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

/barrelfish-master/lib/phoenix/
H A Dscheduler.c36 #define NUM_STRANDS_PER_CORE 8 macro
94 strand %= NUM_STRANDS_PER_CORE;
95 return (core * NUM_STRANDS_PER_CORE + strand);
112 strand = thr / (NUM_CORES_PER_CHIP * NUM_STRANDS_PER_CORE);
113 strand %= NUM_STRANDS_PER_CORE;
115 return (chip * (NUM_CORES_PER_CHIP * NUM_STRANDS_PER_CORE) +
116 core * (NUM_STRANDS_PER_CORE) +

Completed in 81 milliseconds