Lines Matching defs:list
55 * 2. Pull the first $target_nr fragments from the list; all of them
61 * c. Pull the same number of fragments from the list. All of these
65 * 4. Check that there are $target_nr fragments remaining in the list,
72 struct list_head list;
138 list_add_tail(&frag->list, &refchk->fragments);
171 * fragment list and figure out where the smallest rmap ends
181 list_for_each_entry(frag, &refchk->fragments, list) {
192 list_for_each_entry_safe(frag, n, &refchk->fragments, list) {
198 list_move_tail(&frag->list, &worklist);
213 list_for_each_entry_safe(frag, n, &worklist, list) {
220 list_del(&frag->list);
226 list_for_each_entry_safe(frag, n, &refchk->fragments, list) {
230 list_move_tail(&frag->list, &worklist);
241 * list ran out of items. Therefore, we cannot maintain the
260 /* Delete fragments and work list. */
261 list_for_each_entry_safe(frag, n, &worklist, list) {
262 list_del(&frag->list);
265 list_for_each_entry_safe(frag, n, &refchk->fragments, list) {
266 list_del(&frag->list);
312 list_for_each_entry_safe(frag, n, &refchk.fragments, list) {
313 list_del(&frag->list);