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

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_purgeable.c41 token_idx_t token_init_idx = 1; /* token 0 is reserved!! */ variable
127 } else if (token_init_idx < token_q_max_cnt) { /* lazy token array init */
128 token = token_init_idx;
129 token_init_idx++;
141 if(token_init_idx < token_q_max_cnt)
187 assert (token_init_idx < token_q_max_cnt); /* We must have a free token now */

Completed in 18 milliseconds