Home
last modified time | relevance | path

Searched refs:q_tab (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/drvobj/
H A Dstrategy.c772 bp = qfp->q_tab.b_actf; in que_del()
774 qfp->q_tab.b_actf = bp->av_forw; in que_del()
775 if (!qfp->q_tab.b_actf) in que_del()
776 qfp->q_tab.b_actl = NULL; in que_del()
821 #define SYNC2ASYNC(a) ((a)->q_tab.hd_cnt)
862 qfp->q_tab.hd_private = 0; in qmerge_create()
863 qfp->q_tab.hd_sync_next = qfp->q_tab.hd_async_next = NULL; in qmerge_create()
864 qfp->q_tab.hd_cnt = (void *)qmerge_sync2async; in qmerge_create()
944 struct diskhd *dp = &qfp->q_tab; in que_insert()
1107 struct diskhd *dp = &qfp->q_tab; in qmerge_nextbp()
[all …]
/illumos-gate/usr/src/uts/common/sys/dktp/
H A Dquetypes.h35 struct diskhd q_tab; member
38 #define q_cnt q_tab.b_bcount