Searched refs:alloc_list_head (Results 1 – 1 of 1) sorted by relevance
19 static LIST_ENTRY alloc_list_head = {&alloc_list_head, &alloc_list_head}; variable103 InsertTailList(&alloc_list_head, &info->list_entry); in add_mem_to_list()120 entry = alloc_list_head.Flink; in dump_mem_list()121 while (entry != &alloc_list_head) in dump_mem_list()