Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c175 channel->ic_inuse = B_TRUE; in ioat_channel_alloc()
305 if (!channel->ic_inuse) { in ioat_channel_resume()
392 if (!channel->ic_inuse) in ioat_channel_quiesce()
436 channel->ic_inuse = B_FALSE; in ioat_channel_free()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dioat.h285 boolean_t ic_inuse; member