Searched defs:za_soft_active (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/
H A Dser_async.h186 volatile uchar_t za_soft_active; member in struct:asyncline
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c1150 if (za->za_soft_active || za->za_kick_active) {
1152 while (za->za_soft_active || za->za_kick_active)
2285 za->za_soft_active = 1;
2338 za->za_soft_active = 0;
2591 uchar_t za_soft_active, za_kick_active; local
2601 za_soft_active = za->za_soft_active;
2614 if (tmp > 0 || za_soft_active || za_kick_active) {
2622 if (za_soft_active || za_kick_active) {

Completed in 60 milliseconds