Searched refs:work_list (Results 1 – 2 of 2) sorted by relevance
44 struct flist_head work_list; in tp_thread() local46 INIT_FLIST_HEAD(&work_list); in tp_thread()55 flist_splice_tail_init(&tdat->work, &work_list); in tp_thread()59 if (flist_empty(&work_list)) { in tp_thread()65 tp_flush_work(&work_list); in tp_thread()
1122 List <RegExpNode*> work_list(0); in Assemble() local1123 work_list_ = &work_list; in Assemble()1130 while (!work_list.is_empty()) { in Assemble()1131 RegExpNode* node = work_list.RemoveLast(); in Assemble()