Searched refs:s_nframes (Results 1 – 5 of 5) sorted by relevance
129 return (sp->s_nframes); in auclnt_get_nframes()183 ASSERT((sp->s_head - sp->s_tail) <= sp->s_nframes); in auclnt_get_count()199 if (sp->s_tidx >= sp->s_nframes) { in auclnt_consume()200 sp->s_tidx -= sp->s_nframes; in auclnt_consume()204 ASSERT(sp->s_hidx < sp->s_nframes); in auclnt_consume()221 nframes = sp->s_nframes; in auclnt_consume_data()264 n = max(n, sp->s_nframes - (sp->s_head - sp->s_tail)); in auclnt_produce()267 if (sp->s_hidx >= sp->s_nframes) { in auclnt_produce()268 sp->s_hidx -= sp->s_nframes; in auclnt_produce()272 ASSERT(sp->s_hidx < sp->s_nframes); in auclnt_produce()[all …]
101 nframes = sp->s_nframes; in auimpl_produce_data()226 space = sp->s_nframes - (sp->s_head - sp->s_tail); in auimpl_input_callback()
892 sp->s_nframes = nfrags * fragfr; in auimpl_format_setup()893 sp->s_nbytes = sp->s_nframes * framesz; in auimpl_format_setup()
78 #define s_nframes s_buf.b_nframes macro
234 nframes = sp->s_nframes; in auimpl_consume_fragment()