Home
last modified time | relevance | path

Searched refs:region_cache (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/mm/
Dhugetlb.c277 nrg = list_first_entry(&resv->region_cache, struct file_region, in region_add()
381 list_add(&trg->link, &resv->region_cache); in region_chg()
508 nrg = list_first_entry(&resv->region_cache, in region_del()
715 INIT_LIST_HEAD(&resv_map->region_cache); in resv_map_alloc()
716 list_add(&rg->link, &resv_map->region_cache); in resv_map_alloc()
725 struct list_head *head = &resv_map->region_cache; in resv_map_release()
/linux-4.4.14/include/linux/
Dhugetlb.h39 struct list_head region_cache; member