Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dadvansys.c3688 if (((ascq)->q_tot_cnt[tid] == 1) || \
4015 ADV_DCNT q_tot_cnt[ADV_MAX_TID+1]; /* total enqueue count */ member
7535 ascq->q_tot_cnt[tid]++; in asc_enqueue()
9416 if (active->q_tot_cnt[tgt_id] > 0 || waiting->q_tot_cnt[tgt_id] > 0) { in asc_prt_target_stats()
9423 active->q_tot_cnt[tgt_id], in asc_prt_target_stats()
9425 (active->q_tot_cnt[tgt_id] == 0) ? 0 : in asc_prt_target_stats()
9426 (active->q_tot_tim[tgt_id]/active->q_tot_cnt[tgt_id]), in asc_prt_target_stats()
9427 (active->q_tot_cnt[tgt_id] == 0) ? 0 : in asc_prt_target_stats()
9429 active->q_tot_cnt[tgt_id])); in asc_prt_target_stats()
9435 waiting->q_tot_cnt[tgt_id], in asc_prt_target_stats()
[all …]