Searched refs:q_cur_cnt (Results 1 – 1 of 1) sorted by relevance
4013 short q_cur_cnt[ADV_MAX_TID+1]; /* current queue count */ member7536 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()[all …]