Lines Matching defs:board
619 // assuming 4 processors per board.
644 // In the short term, "board" is static so that
645 // subsequent distributions don't all start at board 0.
646 static uint board = 0;
650 // ... find the next available processor in the board.
652 uint try_id = board * processors_per_board + slot;
660 board += 1;
661 if (board * processors_per_board + 0 >= limit_id) {
662 board = 0;
2977 // board. An LWP is assigned to one of these groups upon creation.