Searched refs:fc_qobjp (Results 1 – 2 of 2) sorted by relevance
493 fcdp->ds_writeq.fc_qobjp = qfifo_create(); in duplx_create()494 if (!(fcdp->ds_writeq.fc_qobjp = qfifo_create())) { in duplx_create()507 if (fcdp->ds_writeq.fc_qobjp) { in duplx_free()508 QUE_FREE(fcdp->ds_writeq.fc_qobjp); in duplx_free()510 if (fcdp->ds_readq.fc_qobjp) in duplx_free()511 QUE_FREE(fcdp->ds_readq.fc_qobjp); in duplx_free()525 fcdp->ds_readq.fc_qobjp = que_objp; in duplx_init()528 QUE_INIT(fcdp->ds_writeq.fc_qobjp, lkarg); in duplx_init()561 QUE_ADD(activeq->fc_qobjp, in_bp); in duplx_enque()570 activeq->fc_bp = QUE_DEL(activeq->fc_qobjp); in duplx_enque()[all …]
64 opaque_t fc_qobjp; member