Home
last modified time | relevance | path

Searched refs:ZULU_HAT_MAX_CTX (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/sun4u/vm/
H A Dzulu_hat.c75 #define ZULU_HAT_MAX_CTX 32 macro
76 struct zulu_hat *zulu_ctx_tab[ZULU_HAT_MAX_CTX];
142 for (ctx = 0; ctx < ZULU_HAT_MAX_CTX; ctx++) { in zulu_hat_steal_ctx()
194 for (ctx = zulu_ctx_search_start; ctx < ZULU_HAT_MAX_CTX; ctx++) { in zulu_hat_ctx_alloc()
201 if (ctx == ZULU_HAT_MAX_CTX) { in zulu_hat_ctx_alloc()
203 zulu_ctx_search_start = ZULU_HAT_MAX_CTX; in zulu_hat_ctx_alloc()
1362 for (c = 0; c < ZULU_HAT_MAX_CTX; c++) { in zulu_hat_init()