Home | History | Annotate | Download | only in common

Lines Matching refs:max_cnt

72     p_cb->freeq[id].max_cnt   = 0;
171 p_cb->freeq[tt].max_cnt = 0;
429 if(++Q->cur_cnt > Q->max_cnt)
430 Q->max_cnt = Q->cur_cnt;
541 if(++Q->cur_cnt > Q->max_cnt)
542 Q->max_cnt = Q->cur_cnt;
1258 if(++Q->cur_cnt > Q->max_cnt)
1259 Q->max_cnt = Q->cur_cnt;
1491 Q->max_cnt = 0;