Searched refs:q_max (Results 1 - 19 of 19) sorted by relevance

/freebsd-10-stable/sys/dev/mly/
H A Dmlyio.h69 u_int32_t q_max; member in struct:mly_qstat
H A Dmlyvar.h296 if (qs->q_length > qs->q_max) \
297 qs->q_max = qs->q_length; \
304 sc->mly_qstat[qname].q_max = 0; \
H A Dmly.c2786 sc->mly_qstat[MLYQ_FREE].q_length, sc->mly_qstat[MLYQ_FREE].q_max);
2788 sc->mly_qstat[MLYQ_BUSY].q_length, sc->mly_qstat[MLYQ_BUSY].q_max);
2790 sc->mly_qstat[MLYQ_COMPLETE].q_length, sc->mly_qstat[MLYQ_COMPLETE].q_max);
/freebsd-10-stable/sys/dev/twe/
H A Dtweio.h59 u_int32_t q_max; member in struct:twe_qstat
H A Dtwevar.h183 if (qs->q_length > qs->q_max) \
184 qs->q_max = qs->q_length; \
199 sc->twe_qstat[qname].q_max = 0; \
H A Dtwe.c1891 sc->twe_qstat[TWEQ_FREE].q_length, sc->twe_qstat[TWEQ_FREE].q_max, sc->twe_qstat[TWEQ_FREE].q_min);
1894 sc->twe_qstat[TWEQ_READY].q_length, sc->twe_qstat[TWEQ_READY].q_max, sc->twe_qstat[TWEQ_READY].q_min);
1897 sc->twe_qstat[TWEQ_BUSY].q_length, sc->twe_qstat[TWEQ_BUSY].q_max, sc->twe_qstat[TWEQ_BUSY].q_min);
1900 sc->twe_qstat[TWEQ_COMPLETE].q_length, sc->twe_qstat[TWEQ_COMPLETE].q_max, sc->twe_qstat[TWEQ_COMPLETE].q_min);
1903 sc->twe_qstat[TWEQ_BIO].q_length, sc->twe_qstat[TWEQ_BIO].q_max, sc->twe_qstat[TWEQ_BIO].q_min);
/freebsd-10-stable/tools/tools/aac/
H A Daac_checkq.c80 printf("length= %d, max= %d\n",sr.as_qstat.q_length, sr.as_qstat.q_max);
/freebsd-10-stable/tools/tools/mfi/
H A Dmfi_checkq.c77 printf("length= %d, max= %d\n",sr.ms_qstat.q_length, sr.ms_qstat.q_max);
/freebsd-10-stable/sys/dev/xen/blkfront/
H A Dblock.h145 uint32_t q_max; member in struct:xbd_cm_q
215 if (cmq->q_length > cmq->q_max)
216 cmq->q_max = cmq->q_length;
239 cmq->q_max = 0;
/freebsd-10-stable/sys/dev/ciss/
H A Dcissvar.h313 if (qs->q_length > qs->q_max) \
314 qs->q_max = qs->q_length; \
321 sc->ciss_qstat[qname].q_max = 0; \
H A Dcissio.h207 uint32_t q_max; member in struct:ciss_qstat
H A Dciss.c4381 sc->ciss_qstat[i].q_max);
/freebsd-10-stable/sys/dev/mfi/
H A Dmfi_ioctl.h45 uint32_t q_max; member in struct:mfi_qstat
H A Dmfivar.h464 if (qs->q_length > qs->q_max) \
465 qs->q_max = qs->q_length; \
473 sc->mfi_qstat[qname].q_max = 0; \
/freebsd-10-stable/sys/dev/aac/
H A Daac_debug.c114 sc->aac_qstat[AACQ_FREE].q_length, sc->aac_qstat[AACQ_FREE].q_max);
116 sc->aac_qstat[AACQ_BIO].q_length, sc->aac_qstat[AACQ_BIO].q_max);
119 sc->aac_qstat[AACQ_READY].q_max);
121 sc->aac_qstat[AACQ_BUSY].q_length, sc->aac_qstat[AACQ_BUSY].q_max);
H A Daacvar.h520 if (qs->q_length > qs->q_max) \
521 qs->q_max = qs->q_length; \
528 sc->aac_qstat[qname].q_max = 0; \
/freebsd-10-stable/sys/sys/
H A Daac_ioctl.h42 u_int32_t q_max; member in struct:aac_qstat
/freebsd-10-stable/sys/dev/aacraid/
H A Daacraid_debug.c73 sc->aac_qstat[AACQ_FREE].q_length, sc->aac_qstat[AACQ_FREE].q_max);
76 sc->aac_qstat[AACQ_READY].q_max);
78 sc->aac_qstat[AACQ_BUSY].q_length, sc->aac_qstat[AACQ_BUSY].q_max);
H A Daacraid_var.h570 if (qs->q_length > qs->q_max) \
571 qs->q_max = qs->q_length; \
578 sc->aac_qstat[qname].q_max = 0; \

Completed in 115 milliseconds