Home
last modified time | relevance | path

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

/linux-6.15/Documentation/translations/zh_CN/mm/
H A Dhugetlbfs_reserv.rst50 long region_cache_count;
/linux-6.15/mm/
H A Dhugetlb.c475 VM_BUG_ON(resv->region_cache_count <= 0); in get_file_region_entry_from_cache()
477 resv->region_cache_count--; in get_file_region_entry_from_cache()
687 while (resv->region_cache_count < in allocate_file_region_entries()
690 resv->region_cache_count; in allocate_file_region_entries()
696 VM_BUG_ON(resv->region_cache_count < resv->adds_in_progress); in allocate_file_region_entries()
709 resv->region_cache_count += to_allocate; in allocate_file_region_entries()
762 resv->region_cache_count < in region_add()
846 VM_BUG_ON(!resv->region_cache_count); in region_abort()
894 resv->region_cache_count > resv->adds_in_progress) { in region_del()
899 resv->region_cache_count--; in region_del()
[all …]
/linux-6.15/include/linux/
H A Dhugetlb.h56 long region_cache_count; member
/linux-6.15/Documentation/mm/
H A Dhugetlbfs_reserv.rst47 long region_cache_count;