Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c600 if (rhs->cyv_why == lhs->cyv_why) in cyccover_comp()
603 if (rhs->cyv_why == NULL) in cyccover_comp()
606 if (lhs->cyv_why == NULL) in cyccover_comp()
609 (void) mdb_readstr(ly, WHYLEN, (uintptr_t)lhs->cyv_why); in cyccover_comp()
610 (void) mdb_readstr(ry, WHYLEN, (uintptr_t)rhs->cyv_why); in cyccover_comp()
645 if (cv[i].cyv_why != NULL) { in cyccover()
646 (void) mdb_readstr(c, WHYLEN, (uintptr_t)cv[i].cyv_why); in cyccover()
/illumos-gate/usr/src/uts/common/sys/
H A Dcyclic_impl.h484 char *cyv_why; member
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c665 if (cyc_coverage[ndx].cyv_why == why) in cyclic_coverage()
668 if (cyc_coverage[ndx].cyv_why != NULL || in cyclic_coverage()
669 atomic_cas_ptr(&cyc_coverage[ndx].cyv_why, NULL, why) != in cyclic_coverage()