Home | History | Annotate | Download | only in crec

Lines Matching refs:max_in_q

179          || rec->altword_token_freelist_len < 2*rec->word_priority_q->max_in_q)
271 #define SIZEWISE_THRESH (rec->word_priority_q->max_in_q)
272 #define SIZEWISE_TARGET (rec->word_priority_q->max_in_q*4/5)
281 /* if the linked list is shorter than max_in_q we're fine */
501 if (num_free_wtokens < 2*rec->word_priority_q->max_in_q)
1298 if (rec->word_priority_q->max_in_q>1 && rec->altword_token_freelist_len < 3*rec->word_priority_q->max_in_q)