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

/freebsd-10-stable/sys/contrib/ia64/libuwx/src/
H A Duwx_scoreboard.c34 static unsigned short uwx_allocated; variable
35 static struct uwx_scoreboard uwx_scoreboard[sizeof(uwx_allocated) << 3];
41 uwx_allocated &= ~(1 << idx);
50 for (idx = 0; idx < (sizeof(uwx_allocated) << 3); idx++) {
51 if ((uwx_allocated & (1 << idx)) == 0) {
52 uwx_allocated |= 1 << idx;

Completed in 115 milliseconds