Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/translations/zh_CN/mm/
Dhugetlbfs_reserv.rst49 long region_cache_count;
/Linux-v6.1/mm/
Dhugetlb.c266 VM_BUG_ON(resv->region_cache_count <= 0); in get_file_region_entry_from_cache()
268 resv->region_cache_count--; in get_file_region_entry_from_cache()
478 while (resv->region_cache_count < in allocate_file_region_entries()
481 resv->region_cache_count; in allocate_file_region_entries()
487 VM_BUG_ON(resv->region_cache_count < resv->adds_in_progress); in allocate_file_region_entries()
500 resv->region_cache_count += to_allocate; in allocate_file_region_entries()
553 resv->region_cache_count < in region_add()
637 VM_BUG_ON(!resv->region_cache_count); in region_abort()
685 resv->region_cache_count > resv->adds_in_progress) { in region_del()
690 resv->region_cache_count--; in region_del()
[all …]
/Linux-v6.1/include/linux/
Dhugetlb.h71 long region_cache_count; member
/Linux-v6.1/Documentation/mm/
Dhugetlbfs_reserv.rst49 long region_cache_count;