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

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp619 // 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; local
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
[all...]

Completed in 43 milliseconds