Lines Matching refs:worklist
155 struct list_head worklist;
176 INIT_LIST_HEAD(&worklist);
189 * and put them on the worklist.
198 list_move_tail(&frag->list, &worklist);
210 /* Discard any fragments ending at rbno from the worklist. */
213 list_for_each_entry_safe(frag, n, &worklist, list) {
225 /* Try to add nr rmaps starting at rbno to the worklist. */
230 list_move_tail(&frag->list, &worklist);
240 * items to the worklist than we discarded because the fragment
261 list_for_each_entry_safe(frag, n, &worklist, list) {