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

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_purgeable.c37 token_idx_t token_q_max_cnt = 0; variable
127 } else if (token_init_idx < token_q_max_cnt) { /* lazy token array init */
141 if(token_init_idx < token_q_max_cnt)
185 token_q_max_cnt = (token_idx_t) (token_q_cur_size /
187 assert (token_init_idx < token_q_max_cnt); /* We must have a free token now */

Completed in 18 milliseconds