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

/xnu-2422.115.4/osfmk/vm/
H A Dvm_purgeable.c46 token_idx_t token_init_idx = 1; /* token 0 is reserved!! */ variable
134 } else if (token_init_idx < token_q_max_cnt) { /* lazy token array init */
135 token = token_init_idx;
136 token_init_idx++;
148 if(token_init_idx < token_q_max_cnt)
194 assert (token_init_idx < token_q_max_cnt); /* We must have a free token now */

Completed in 19 milliseconds