Home
last modified time | relevance | path

Searched refs:region_cache_count (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/mm/
Dhugetlb.c278 VM_BUG_ON(resv->region_cache_count <= 0); in region_add()
280 resv->region_cache_count--; in region_add()
370 if (resv->adds_in_progress > resv->region_cache_count) { in region_chg()
373 VM_BUG_ON(resv->adds_in_progress - resv->region_cache_count > 1); in region_chg()
386 resv->region_cache_count++; in region_chg()
463 VM_BUG_ON(!resv->region_cache_count); in region_abort()
511 resv->region_cache_count > resv->adds_in_progress) { in region_del()
516 resv->region_cache_count--; in region_del()
715 resv_map->region_cache_count = 1; in resv_map_alloc()
/Linux-v4.19/include/linux/
Dhugetlb.h66 long region_cache_count; member
/Linux-v4.19/Documentation/vm/
Dhugetlbfs_reserv.rst49 long region_cache_count;