Searched refs:satIoBodyLink (Results 1 – 3 of 3) sorted by relevance
462 SMLIST_INIT_ELEMENT(&(smIOCommand[i].satIoBodyLink)); in smIOInit()477 SMLIST_ENQUEUE_AT_TAIL(&(smIOCommand[i].satIoBodyLink), &(smAllShared->freeIOList)); in smIOInit()
269 smList_t satIoBodyLink; member
701 smIORequestBody = SMLIST_OBJECT_BASE(smIORequestBody_t, satIoBodyLink, IOListList); in smDequeueIO()702 SMLIST_DEQUEUE_THIS(&(smIORequestBody->satIoBodyLink)); in smDequeueIO()703 SMLIST_ENQUEUE_AT_TAIL(&(smIORequestBody->satIoBodyLink), &(smAllShared->mainIOList)); in smDequeueIO()716 if (smIORequestBody->satIoBodyLink.flink == agNULL) in smDequeueIO()720 if (smIORequestBody->satIoBodyLink.blink == agNULL) in smDequeueIO()1444 if (smIORequestBody->satIoBodyLink.flink == agNULL) in smEnqueueIO()1448 if (smIORequestBody->satIoBodyLink.blink == agNULL) in smEnqueueIO()1457 if (smIORequestBody->satIoBodyLink.flink == agNULL) in smEnqueueIO()1461 if (smIORequestBody->satIoBodyLink.blink == agNULL) in smEnqueueIO()1476 SMLIST_DEQUEUE_THIS(&(smIORequestBody->satIoBodyLink)); in smEnqueueIO()[all …]