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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_purgeable.c37 token_idx_t token_q_max_cnt = 0; variable
114 } else if (token_init_idx < token_q_max_cnt) { /* lazy token array init */
127 if(token_init_idx < token_q_max_cnt)
162 token_q_max_cnt = token_q_cur_size / sizeof(struct token);
163 assert (token_init_idx < token_q_max_cnt); /* We must have a free token now */

Completed in 19 milliseconds