Lines Matching refs:list
50 * 2. Pull the first $target_nr fragments from the list; all of them
56 * c. Pull the same number of fragments from the list. All of these
60 * 4. Check that there are $target_nr fragments remaining in the list,
67 struct list_head list;
133 list_add_tail(&frag->list, &refchk->fragments);
166 * fragment list and figure out where the smallest rmap ends
176 list_for_each_entry(frag, &refchk->fragments, list) {
187 list_for_each_entry_safe(frag, n, &refchk->fragments, list) {
193 list_move_tail(&frag->list, &worklist);
208 list_for_each_entry_safe(frag, n, &worklist, list) {
215 list_del(&frag->list);
221 list_for_each_entry_safe(frag, n, &refchk->fragments, list) {
225 list_move_tail(&frag->list, &worklist);
236 * list ran out of items. Therefore, we cannot maintain the
255 /* Delete fragments and work list. */
256 list_for_each_entry_safe(frag, n, &worklist, list) {
257 list_del(&frag->list);
260 list_for_each_entry_safe(frag, n, &refchk->fragments, list) {
261 list_del(&frag->list);
307 list_for_each_entry_safe(frag, n, &refchk.fragments, list) {
308 list_del(&frag->list);