Searched refs:sample_ct (Results 1 – 1 of 1) sorted by relevance
1764 s32 sample_ct, copy_ct ; in KPADRead() local1813 sample_ct = idx_now - idx_old ; in KPADRead()1814 if ( sample_ct == 0 ) { in KPADRead()1816 } else if ( sample_ct < 0 ) { in KPADRead()1817 sample_ct += KPAD_RING_BUFS ; in KPADRead()1821 if ( sample_ct < length ) { in KPADRead()1822 copy_ct = sample_ct ; in KPADRead()1847 if ( kp->work_ct >= sample_ct - copy_ct ) { in KPADRead()1851 } while ( ++ kp->work_ct < sample_ct ) ; in KPADRead()1867 if ( kp->work_ct >= sample_ct - copy_ct ) { in KPADRead()[all …]