Searched refs:INIT_LIST (Results 1 – 6 of 6) sorted by relevance
56 #define INIT_LIST(list) \ macro
44 static ListHead list = INIT_LIST(list); in GetDeviceList()
70 .pendingSendList = INIT_LIST(manager.pendingSendList), in GetDeviceSocketManagerInstance()71 .serverSocketList = INIT_LIST(manager.serverSocketList), in GetDeviceSocketManagerInstance()72 .clientSocketList = INIT_LIST(manager.clientSocketList), in GetDeviceSocketManagerInstance()
74 .pendingSendList = INIT_LIST(manager.pendingSendList), in GetDeviceSessionManagerInstance()75 .openedSessionList = INIT_LIST(manager.openedSessionList), in GetDeviceSessionManagerInstance()
35 …static DslmRemoteStubListNode head = {.node = INIT_LIST(head.node), .key = 0, .callback = NULL, .i… in GetRemoteStubList()
36 .node = INIT_LIST(head.node), in GetRemoteStubList()