Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dasy.h361 int async_ops; /* active operations counter */ member
/titanic_41/usr/src/uts/common/io/
H A Dasy.c648 ASSERT(async->async_ops >= 0); in asydetach()
649 while (async->async_ops > 0) in asydetach()