Searched refs:satIoBodyLink (Results 1 – 3 of 3) sorted by relevance
461 SMLIST_INIT_ELEMENT(&(smIOCommand[i].satIoBodyLink)); in smIOInit()476 SMLIST_ENQUEUE_AT_TAIL(&(smIOCommand[i].satIoBodyLink), &(smAllShared->freeIOList)); in smIOInit()
268 smList_t satIoBodyLink; member
700 smIORequestBody = SMLIST_OBJECT_BASE(smIORequestBody_t, satIoBodyLink, IOListList); in smDequeueIO()701 SMLIST_DEQUEUE_THIS(&(smIORequestBody->satIoBodyLink)); in smDequeueIO()702 SMLIST_ENQUEUE_AT_TAIL(&(smIORequestBody->satIoBodyLink), &(smAllShared->mainIOList)); in smDequeueIO()715 if (smIORequestBody->satIoBodyLink.flink == agNULL) in smDequeueIO()719 if (smIORequestBody->satIoBodyLink.blink == agNULL) in smDequeueIO()1443 if (smIORequestBody->satIoBodyLink.flink == agNULL) in smEnqueueIO()1447 if (smIORequestBody->satIoBodyLink.blink == agNULL) in smEnqueueIO()1456 if (smIORequestBody->satIoBodyLink.flink == agNULL) in smEnqueueIO()1460 if (smIORequestBody->satIoBodyLink.blink == agNULL) in smEnqueueIO()1475 SMLIST_DEQUEUE_THIS(&(smIORequestBody->satIoBodyLink)); in smEnqueueIO()[all …]