Searched refs:q_length (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/dev/xen/blkfront/ |
H A D | block.h | 142 uint32_t q_length; member 212 cmq->q_length++; in xbd_added_qentry() 213 if (cmq->q_length > cmq->q_max) in xbd_added_qentry() 214 cmq->q_max = cmq->q_length; in xbd_added_qentry() 220 sc->xbd_cm_q[index].q_length--; in xbd_removed_qentry() 226 return (sc->xbd_cm_q[index].q_length); in xbd_queue_length() 236 cmq->q_length = 0; in xbd_initq_cm()
|
/freebsd/sys/dev/ciss/ |
H A D | cissvar.h | 305 qs->q_length++; \ 306 if (qs->q_length > qs->q_max) \ 307 qs->q_max = qs->q_length; \ 310 #define CISSQ_REMOVE(sc, qname) (sc)->ciss_qstat[qname].q_length-- 313 sc->ciss_qstat[qname].q_length = 0; \
|
H A D | cissio.h | 206 uint32_t q_length; member
|
H A D | ciss.c | 4411 sc->ciss_qstat[i].q_length, in ciss_print_adapter()
|
/freebsd/sys/dev/mfi/ |
H A D | mfivar.h | 463 qs->q_length++; \ 464 if (qs->q_length > qs->q_max) \ 465 qs->q_max = qs->q_length; \ 468 #define MFIQ_REMOVE(sc, qname) (sc)->mfi_qstat[qname].q_length-- 472 sc->mfi_qstat[qname].q_length = 0; \
|
H A D | mfi_ioctl.h | 44 uint32_t q_length; member
|
H A D | mfi.c | 2035 if (sc->mfi_qstat[MFIQ_FREE].q_length < 2) { in mfi_bio_command()
|
/freebsd/sys/dev/aac/ |
H A D | aacvar.h | 519 qs->q_length++; \ 520 if (qs->q_length > qs->q_max) \ 521 qs->q_max = qs->q_length; \ 524 #define AACQ_REMOVE(sc, qname) (sc)->aac_qstat[qname].q_length-- 527 sc->aac_qstat[qname].q_length = 0; \
|
H A D | aac_debug.c | 114 sc->aac_qstat[AACQ_FREE].q_length, sc->aac_qstat[AACQ_FREE].q_max); in aac_print_queues() 116 sc->aac_qstat[AACQ_BIO].q_length, sc->aac_qstat[AACQ_BIO].q_max); in aac_print_queues() 118 sc->aac_qstat[AACQ_READY].q_length, in aac_print_queues() 121 sc->aac_qstat[AACQ_BUSY].q_length, sc->aac_qstat[AACQ_BUSY].q_max); in aac_print_queues()
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid_var.h | 553 qs->q_length++; \ 554 if (qs->q_length > qs->q_max) \ 555 qs->q_max = qs->q_length; \ 558 #define AACQ_REMOVE(sc, qname) (sc)->aac_qstat[qname].q_length-- 561 sc->aac_qstat[qname].q_length = 0; \
|
H A D | aacraid_debug.c | 72 sc->aac_qstat[AACQ_FREE].q_length, sc->aac_qstat[AACQ_FREE].q_max); in aacraid_print_queues() 74 sc->aac_qstat[AACQ_READY].q_length, in aacraid_print_queues() 77 sc->aac_qstat[AACQ_BUSY].q_length, sc->aac_qstat[AACQ_BUSY].q_max); in aacraid_print_queues()
|
/freebsd/tools/tools/mfi/ |
H A D | mfi_checkq.c | 74 printf("length= %d, max= %d\n",sr.ms_qstat.q_length, sr.ms_qstat.q_max); in main()
|
/freebsd/tools/tools/aac/ |
H A D | aac_checkq.c | 77 printf("length= %d, max= %d\n",sr.as_qstat.q_length, sr.as_qstat.q_max); in main()
|
/freebsd/sys/sys/ |
H A D | aac_ioctl.h | 41 u_int32_t q_length; member
|