Home
last modified time | relevance | path

Searched refs:iobuf_inuse (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/tpm/
H A Dtpm_ddi.h81 uint8_t iobuf_inuse; member
H A Dtpm.c1982 while (tpm->iobuf_inuse) { in tpm_io_lock()
1993 tpm->iobuf_inuse = 1; in tpm_io_lock()
2006 ASSERT(tpm->iobuf_inuse == 1 && mutex_owned(&tpm->iobuf_lock)); in tpm_unlock()
2007 tpm->iobuf_inuse = 0; in tpm_unlock()