Searched refs:g_dFileSessionChain (Results 1 – 3 of 3) sorted by relevance
38 extern List g_dFileSessionChain;
47 List g_dFileSessionChain = {&(g_dFileSessionChain), &(g_dFileSessionChain)}; variable76 ListInitHead(&g_dFileSessionChain); in GetDFileSessionId()106 LIST_FOR_EACH(pos, &g_dFileSessionChain) { in GetDFileSessionNodeById()137 ListInsertTail(&g_dFileSessionChain, &node->list); in AddDFileSessionNode()157 LIST_FOR_EACH_SAFE(pos, tmp, &g_dFileSessionChain) { in PopDFileSessionNodeById()168 ListInsertTail(&g_dFileSessionChain, &node->list); in PopDFileSessionNodeById()
59 LIST_FOR_EACH(pos, &g_dFileSessionChain) in HidumpList()