Home
last modified time | relevance | path

Searched refs:allocated_regions (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dhugetlb.c445 struct list_head allocated_regions; variable
451 INIT_LIST_HEAD(&allocated_regions); variable
478 list_add(&trg->link, &allocated_regions);
483 list_splice(&allocated_regions, &resv->region_cache);
490 list_for_each_entry_safe(rg, trg, &allocated_regions, link) {
/kernel/linux/linux-6.6/mm/
H A Dhugetlb.c638 LIST_HEAD(allocated_regions); variable
669 list_add(&trg->link, &allocated_regions);
674 list_splice(&allocated_regions, &resv->region_cache);
681 list_for_each_entry_safe(rg, trg, &allocated_regions, link) {

Completed in 16 milliseconds