Lines Matching refs:cys_hard
891 cyc_pcbuffer_t *pc = &softbuf->cys_buf[softbuf->cys_hard]; in cyclic_expire()
1281 if (soft != softbuf->cys_hard) { in cyclic_softint()
1288 ASSERT(softbuf->cys_buf[softbuf->cys_hard].cypc_sizemask == in cyclic_softint()
1291 ASSERT(softbuf->cys_hard == (softbuf->cys_soft ^ 1)); in cyclic_softint()
1303 softbuf->cys_soft = softbuf->cys_hard; in cyclic_softint()
1412 uchar_t hard = softbuf->cys_hard; in cyclic_expand_xcall()
1421 softbuf->cys_hard = hard ^ 1; in cyclic_expand_xcall()
1481 old_hard = cpu->cyp_softbuf[0].cys_hard; in cyclic_expand()
1485 char hard = softbuf->cys_hard; in cyclic_expand()
1519 char hard = softbuf->cys_hard; in cyclic_expand()
2387 uchar_t hard = softbuf->cys_hard; in cyclic_unconfigure()