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

/freebsd-13-stable/sys/dev/mly/
H A Dmlyio.h71 u_int32_t q_max; member in struct:mly_qstat
H A Dmlyvar.h301 if (qs->q_length > qs->q_max) \
302 qs->q_max = qs->q_length; \
309 sc->mly_qstat[qname].q_max = 0; \
H A Dmly.c2804 sc->mly_qstat[MLYQ_FREE].q_length, sc->mly_qstat[MLYQ_FREE].q_max);
2806 sc->mly_qstat[MLYQ_BUSY].q_length, sc->mly_qstat[MLYQ_BUSY].q_max);
2808 sc->mly_qstat[MLYQ_COMPLETE].q_length, sc->mly_qstat[MLYQ_COMPLETE].q_max);
/freebsd-13-stable/sys/dev/twe/
H A Dtweio.h60 u_int32_t q_max; member in struct:twe_qstat
H A Dtwevar.h185 if (qs->q_length > qs->q_max) \
186 qs->q_max = qs->q_length; \
201 sc->twe_qstat[qname].q_max = 0; \
H A Dtwe.c1890 sc->twe_qstat[TWEQ_FREE].q_length, sc->twe_qstat[TWEQ_FREE].q_max, sc->twe_qstat[TWEQ_FREE].q_min);
1893 sc->twe_qstat[TWEQ_READY].q_length, sc->twe_qstat[TWEQ_READY].q_max, sc->twe_qstat[TWEQ_READY].q_min);
1896 sc->twe_qstat[TWEQ_BUSY].q_length, sc->twe_qstat[TWEQ_BUSY].q_max, sc->twe_qstat[TWEQ_BUSY].q_min);
1899 sc->twe_qstat[TWEQ_COMPLETE].q_length, sc->twe_qstat[TWEQ_COMPLETE].q_max, sc->twe_qstat[TWEQ_COMPLETE].q_min);
1902 sc->twe_qstat[TWEQ_BIO].q_length, sc->twe_qstat[TWEQ_BIO].q_max, sc->twe_qstat[TWEQ_BIO].q_min);
/freebsd-13-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-13-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-13-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-13-stable/sys/dev/ciss/
H A Dcissvar.h307 if (qs->q_length > qs->q_max) \
308 qs->q_max = qs->q_length; \
315 sc->ciss_qstat[qname].q_max = 0; \
H A Dcissio.h209 uint32_t q_max; member in struct:ciss_qstat
H A Dciss.c4372 sc->ciss_qstat[i].q_max);
/freebsd-13-stable/sys/dev/mfi/
H A Dmfi_ioctl.h47 uint32_t q_max; member in struct:mfi_qstat
H A Dmfivar.h466 if (qs->q_length > qs->q_max) \
467 qs->q_max = qs->q_length; \
475 sc->mfi_qstat[qname].q_max = 0; \
/freebsd-13-stable/sys/dev/aac/
H A Daac_debug.c116 sc->aac_qstat[AACQ_FREE].q_length, sc->aac_qstat[AACQ_FREE].q_max);
118 sc->aac_qstat[AACQ_BIO].q_length, sc->aac_qstat[AACQ_BIO].q_max);
121 sc->aac_qstat[AACQ_READY].q_max);
123 sc->aac_qstat[AACQ_BUSY].q_length, sc->aac_qstat[AACQ_BUSY].q_max);
H A Daacvar.h522 if (qs->q_length > qs->q_max) \
523 qs->q_max = qs->q_length; \
530 sc->aac_qstat[qname].q_max = 0; \
/freebsd-13-stable/sys/sys/
H A Daac_ioctl.h44 u_int32_t q_max; member in struct:aac_qstat
/freebsd-13-stable/sys/dev/aacraid/
H A Daacraid_debug.c74 sc->aac_qstat[AACQ_FREE].q_length, sc->aac_qstat[AACQ_FREE].q_max);
77 sc->aac_qstat[AACQ_READY].q_max);
79 sc->aac_qstat[AACQ_BUSY].q_length, sc->aac_qstat[AACQ_BUSY].q_max);
H A Daacraid_var.h548 if (qs->q_length > qs->q_max) \
549 qs->q_max = qs->q_length; \
556 sc->aac_qstat[qname].q_max = 0; \

Completed in 267 milliseconds