Home
last modified time | relevance | path

Searched refs:satIoBodyLink (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsminit.c461 SMLIST_INIT_ELEMENT(&(smIOCommand[i].satIoBodyLink)); in smIOInit()
476 SMLIST_ENQUEUE_AT_TAIL(&(smIOCommand[i].satIoBodyLink), &(smAllShared->freeIOList)); in smIOInit()
H A Dsmtypes.h268 smList_t satIoBodyLink; member
H A Dsmsat.c700 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 …]