Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c891 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()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c368 char which = softbuf->cys_hard, shared = 1; in cycinfo()
373 if (softbuf->cys_hard != softbuf->cys_soft) in cycinfo()
397 shared ? "shrd" : which == softbuf->cys_hard ? in cycinfo()
438 if (!shared && which == softbuf->cys_hard) { in cycinfo()
/illumos-gate/usr/src/uts/common/sys/
H A Dcyclic_impl.h462 uchar_t cys_hard; /* Can only be zero or one */ member