Lines Matching refs:q_cur_cnt
4013 short q_cur_cnt[ADV_MAX_TID+1]; /* current queue count */ member
7536 ascq->q_cur_cnt[tid]++; in asc_enqueue()
7537 if (ascq->q_cur_cnt[tid] > ascq->q_max_cnt[tid]) { in asc_enqueue()
7538 ascq->q_max_cnt[tid] = ascq->q_cur_cnt[tid]; in asc_enqueue()
7573 ascq->q_cur_cnt[tid]--; in asc_dequeue()
7574 ASC_ASSERT(ascq->q_cur_cnt[tid] >= 0); in asc_dequeue()
7629 ascq->q_cur_cnt[tid] = 0; in asc_dequeue_list()
7652 ascq->q_cur_cnt[i] = 0; in asc_dequeue_list()
7736 ascq->q_cur_cnt[tid]--; in asc_rmqueue()
7739 ASC_ASSERT(ascq->q_cur_cnt[tid] >= 0); in asc_rmqueue()
9422 active->q_cur_cnt[tgt_id], active->q_max_cnt[tgt_id], in asc_prt_target_stats()
9434 waiting->q_cur_cnt[tgt_id], waiting->q_max_cnt[tgt_id], in asc_prt_target_stats()