Searched defs:_sd_wr_queue (Results 1 – 1 of 1) sorted by relevance
50 typedef struct _sd_wr_queue { struct51 struct ss_wr_cctl *wq_qtop; /* Top of write control blocks */52 kmutex_t wq_qlock; /* allocation spinlock */53 int wq_inq; /* number of write blocks available in q */54 int wq_nentries; /* total Number of write blocks in q */55 unsigned int wq_slp_top;56 unsigned int wq_slp_index;57 unsigned int wq_slp_inq;58 _sd_wr_slp_queue_t wq_slp[SD_WR_SLP_Q_MAX];