Lines Matching refs:worklist
150 struct list_head worklist;
171 INIT_LIST_HEAD(&worklist);
184 * and put them on the worklist.
193 list_move_tail(&frag->list, &worklist);
205 /* Discard any fragments ending at rbno from the worklist. */
208 list_for_each_entry_safe(frag, n, &worklist, list) {
220 /* Try to add nr rmaps starting at rbno to the worklist. */
225 list_move_tail(&frag->list, &worklist);
235 * items to the worklist than we discarded because the fragment
256 list_for_each_entry_safe(frag, n, &worklist, list) {