Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/cxt1e1/
Dmusycc.c1329 volatile unsigned int headx, tailx; in musycc_intr_bh_tasklet() local
1368 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()