Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dhugetlb.c239 VM_BUG_ON(resv->region_cache_count <= 0); in get_file_region_entry_from_cache()
241 resv->region_cache_count--; in get_file_region_entry_from_cache()
426 while (resv->region_cache_count < in allocate_file_region_entries()
429 resv->region_cache_count; in allocate_file_region_entries()
435 VM_BUG_ON(resv->region_cache_count < resv->adds_in_progress); in allocate_file_region_entries()
448 resv->region_cache_count += to_allocate; in allocate_file_region_entries()
501 resv->region_cache_count < in region_add()
586 VM_BUG_ON(!resv->region_cache_count); in region_abort()
634 resv->region_cache_count > resv->adds_in_progress) { in region_del()
639 resv->region_cache_count--; in region_del()
[all …]
/Linux-v5.10/include/linux/
Dhugetlb.h49 long region_cache_count; member
/Linux-v5.10/Documentation/vm/
Dhugetlbfs_reserv.rst49 long region_cache_count;