FreeBSD kernel /amd64 XEN device code
xbd_cm_q Struct Reference

#include <block.h>

Public Member Functions

 TAILQ_HEAD (, xbd_command) q_tailq
 

Data Fields

uint32_t q_length
 
uint32_t q_max
 

Detailed Description

Definition at line 142 of file block.h.

Member Function Documentation

◆ TAILQ_HEAD()

xbd_cm_q::TAILQ_HEAD ( xbd_command  )

Field Documentation

◆ q_length

uint32_t xbd_cm_q::q_length

Definition at line 144 of file block.h.

Referenced by xbd_added_qentry(), xbd_initq_cm(), xbd_queue_length(), and xbd_removed_qentry().

◆ q_max

uint32_t xbd_cm_q::q_max

Definition at line 145 of file block.h.

Referenced by xbd_added_qentry(), and xbd_initq_cm().


The documentation for this struct was generated from the following file: