Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c1147 pc = &softbuf->cys_buf[soft]; in cyclic_softint()
1290 softbuf->cys_buf[soft].cypc_sizemask == 0); in cyclic_softint()
1419 ASSERT(softbuf->cys_buf[hard].cypc_buf != NULL); in cyclic_expand_xcall()
1428 ASSERT(softbuf->cys_buf[hard ^ 1].cypc_buf != NULL); in cyclic_expand_xcall()
1429 ASSERT(softbuf->cys_buf[hard ^ 1].cypc_prodndx == 0); in cyclic_expand_xcall()
1430 ASSERT(softbuf->cys_buf[hard ^ 1].cypc_consndx == 0); in cyclic_expand_xcall()
1486 cyc_pcbuffer_t *pc = &softbuf->cys_buf[hard ^ 1]; in cyclic_expand()
1520 cyc_pcbuffer_t *pc = &softbuf->cys_buf[hard ^ 1]; in cyclic_expand()
2338 cpu->cyp_softbuf[i].cys_buf[0].cypc_buf = in cyclic_configure()
2388 cyc_pcbuffer_t *pc = &softbuf->cys_buf[hard]; in cyclic_unconfigure()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dcyclic_impl.h464 cyc_pcbuffer_t cys_buf[2]; member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c377 pc = &softbuf->cys_buf[which]; in cycinfo()