Home
last modified time | relevance | path

Searched refs:q_cur_cnt (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dadvansys.c4013 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()
[all …]