Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/translations/zh_CN/mm/
A Dhugetlbfs_reserv.rst49 long region_cache_count;
/linux-6.3-rc2/mm/
A Dhugetlb.c408 VM_BUG_ON(resv->region_cache_count <= 0); in get_file_region_entry_from_cache()
410 resv->region_cache_count--; in get_file_region_entry_from_cache()
620 while (resv->region_cache_count < in allocate_file_region_entries()
623 resv->region_cache_count; in allocate_file_region_entries()
629 VM_BUG_ON(resv->region_cache_count < resv->adds_in_progress); in allocate_file_region_entries()
642 resv->region_cache_count += to_allocate; in allocate_file_region_entries()
695 resv->region_cache_count < in region_add()
779 VM_BUG_ON(!resv->region_cache_count); in region_abort()
827 resv->region_cache_count > resv->adds_in_progress) { in region_del()
832 resv->region_cache_count--; in region_del()
[all …]
/linux-6.3-rc2/include/linux/
A Dhugetlb.h60 long region_cache_count; member
/linux-6.3-rc2/Documentation/mm/
A Dhugetlbfs_reserv.rst47 long region_cache_count;

Completed in 18 milliseconds