Lines Matching refs:hook
566 struct list_head hook;
579 list_for_each_entry_safe(ext, aux, list, hook)
581 list_del(&ext->hook);
607 list_for_each_entry(ext, list, hook) if (zone_start <= ext->end) break;
609 if (&ext->hook == list || zone_end < ext->start) {
620 list_add_tail(&new_ext->hook, &ext->hook);
634 list_for_each_entry_safe_continue(cur, aux, list, hook)
642 list_del(&cur->hook);
668 list_for_each_entry(ext, &mem_extents, hook)