Searched refs:paused (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Daxq.c310 if (softsp->slotnum && softsp->paused && use_axq_iopause &&
313 softsp->paused = 0;
575 softsp->paused = 1;
822 * This routine avoids locks as it is called by DR with cpus paused.
857 softsp->paused = 1;
871 * as it is called by DR with cpus paused.
881 softsp->paused) {
883 softsp->paused = 0;
962 * paused thread is not holding softsp->axq_lock, which could
1006 * Note: other CPUs are paused whe
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Daxq.h330 int paused; /* AXQ_DOMCTRL_PAUSE asserted */ member in struct:axq_soft_state
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c152 /* if tid is paused, hold off */
153 if (tid->paused)
179 tid->paused++;
190 ASSERT(tid->paused > 0);
193 tid->paused--;
195 if (tid->paused > 0)
221 ASSERT(tid->paused > 0);
224 tid->paused--;
226 if (tid->paused > 0) {
2352 tid->paused
[all...]
H A Darn_core.h504 int paused; member in struct:ath_atx_tid

Completed in 78 milliseconds