Searched refs:mListGroup (Results 1 – 1 of 1) sorted by relevance
70 struct list_head mListGroup; member in MppBufferService773 INIT_LIST_HEAD(&mListGroup); in MppBufferService()808 if (!list_empty(&mListGroup)) { in ~MppBufferService()815 list_for_each_entry_safe(pos, n, &mListGroup, MppBufferGroupImpl, list_group) { in ~MppBufferService()955 list_add_tail(&p->list_group, &mListGroup); in get_group()