Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/pms/RefTisa/sat/src/
Dsminit.c462 SMLIST_INIT_ELEMENT(&(smIOCommand[i].satIoBodyLink)); in smIOInit()
477 SMLIST_ENQUEUE_AT_TAIL(&(smIOCommand[i].satIoBodyLink), &(smAllShared->freeIOList)); in smIOInit()
Dsmtypes.h269 smList_t satIoBodyLink; member
Dsmsat.c701 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 …]