Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dasy.h359 mblk_t *async_suspqf; /* front of suspend queue */ member
/titanic_44/usr/src/uts/common/io/
H A Dasy.c420 if (async->async_suspqf == NULL) in async_put_suspq()
421 async->async_suspqf = mp; in async_put_suspq()
436 if ((mp = async->async_suspqf) != NULL) { in async_get_suspq()
437 async->async_suspqf = mp->b_next; in async_get_suspq()