Searched refs:adapterList (Results 1 – 2 of 2) sorted by relevance
55 struct DListHead adapterList; member
513 group->thread->adapterListPtr = &group->adapterList; in HdfIoServiceGroupThreadInit()935 DListHeadInit(&adapterGroup->adapterList); in HdfIoServiceGroupObtain()954 …DLIST_FOR_EACH_ENTRY_SAFE(adapter, tmp, &adapterGroup->adapterList, struct HdfSyscallAdapter, list… in HdfIoServiceGroupRecycle()1004 if (!DListIsEmpty(&adapterGroup->adapterList) && listenerThread->status < LISTENER_STARTED) { in HdfIoServiceGroupRegisterListenerWithSchedPolicy()1140 if (HaveOnlyOneElement(&adapterGroup->adapterList)) { in HdfIoServiceGroupRemoveService()1198 int count = DListGetCount(&adapterGroup->adapterList); in HdfIoserviceGroupGetServiceCount()