Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/mm/
H A Dhugetlbfs_reserv.rst50 long region_cache_count;
/linux/mm/
H A Dhugetlb.c459 VM_BUG_ON(resv->region_cache_count <= 0); in get_file_region_entry_from_cache()
461 resv->region_cache_count--; in get_file_region_entry_from_cache()
672 while (resv->region_cache_count < in allocate_file_region_entries()
675 resv->region_cache_count; in allocate_file_region_entries()
681 VM_BUG_ON(resv->region_cache_count < resv->adds_in_progress); in allocate_file_region_entries()
694 resv->region_cache_count += to_allocate; in allocate_file_region_entries()
747 resv->region_cache_count < in region_add()
831 VM_BUG_ON(!resv->region_cache_count); in region_abort()
879 resv->region_cache_count > resv->adds_in_progress) { in region_del()
884 resv->region_cache_count--; in region_del()
[all …]
/linux/include/linux/
H A Dhugetlb.h55 long region_cache_count; member