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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_purgeable.c41 token_idx_t token_init_idx = 1; /* token 0 is reserved!! */ variable
114 } else if (token_init_idx < token_q_max_cnt) { /* lazy token array init */
115 token = token_init_idx;
116 token_init_idx++;
127 if(token_init_idx < token_q_max_cnt)
163 assert (token_init_idx < token_q_max_cnt); /* We must have a free token now */

Completed in 20 milliseconds