Searched refs:tailx (Results 1 – 1 of 1) sorted by relevance
1329 volatile unsigned int headx, tailx; in musycc_intr_bh_tasklet() local1368 while ((headx = ci->iqp_headx) != (tailx = ci->iqp_tailx)) in musycc_intr_bh_tasklet()1370 intCnt = (tailx >= headx) ? (tailx - headx) : (tailx - headx + INT_QUEUE_SIZE); in musycc_intr_bh_tasklet()