• Home
  • Raw
  • Download

Lines Matching refs:link

259 	nrg = list_first_entry(&resv->region_cache, struct file_region, link);  in get_file_region_entry_from_cache()
260 list_del(&nrg->link); in get_file_region_entry_from_cache()
339 prg = list_prev_entry(rg, link); in coalesce_file_region()
340 if (&prg->link != &resv->regions && prg->to == rg->from && in coalesce_file_region()
344 list_del(&rg->link); in coalesce_file_region()
351 nrg = list_next_entry(rg, link); in coalesce_file_region()
352 if (&nrg->link != &resv->regions && nrg->from == rg->to && in coalesce_file_region()
356 list_del(&rg->link); in coalesce_file_region()
386 list_for_each_entry_safe(rg, trg, head, link) { in add_reservation_in_range()
413 list_add(&nrg->link, rg->link.prev); in add_reservation_in_range()
431 list_add(&nrg->link, rg->link.prev); in add_reservation_in_range()
480 list_add(&trg->link, &allocated_regions); in allocate_file_region_entries()
492 list_for_each_entry_safe(rg, trg, &allocated_regions, link) { in allocate_file_region_entries()
493 list_del(&rg->link); in allocate_file_region_entries()
652 list_for_each_entry_safe(rg, trg, head, link) { in region_del()
675 link); in region_del()
676 list_del(&nrg->link); in region_del()
698 INIT_LIST_HEAD(&nrg->link); in region_del()
703 list_add(&nrg->link, &rg->link); in region_del()
712 list_del(&rg->link); in region_del()
778 list_for_each_entry(rg, head, link) { in region_count()
921 list_add(&rg->link, &resv_map->region_cache); in resv_map_alloc()
937 list_for_each_entry_safe(rg, trg, head, link) { in resv_map_release()
938 list_del(&rg->link); in resv_map_release()