Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dhugetlb.c274 VM_BUG_ON(resv->region_cache_count <= 0); in region_add()
276 resv->region_cache_count--; in region_add()
366 if (resv->adds_in_progress > resv->region_cache_count) { in region_chg()
369 VM_BUG_ON(resv->adds_in_progress - resv->region_cache_count > 1); in region_chg()
382 resv->region_cache_count++; in region_chg()
459 VM_BUG_ON(!resv->region_cache_count); in region_abort()
507 resv->region_cache_count > resv->adds_in_progress) { in region_del()
512 resv->region_cache_count--; in region_del()
717 resv_map->region_cache_count = 1; in resv_map_alloc()
/linux-4.4.14/include/linux/
Dhugetlb.h40 long region_cache_count; member