Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dhugetlbfs_reserv.rst50 long region_cache_count;
/openbmc/linux/mm/
H A Dhugetlb.c441 VM_BUG_ON(resv->region_cache_count <= 0); in get_file_region_entry_from_cache()
443 resv->region_cache_count--; in get_file_region_entry_from_cache()
653 while (resv->region_cache_count < in allocate_file_region_entries()
656 resv->region_cache_count; in allocate_file_region_entries()
662 VM_BUG_ON(resv->region_cache_count < resv->adds_in_progress); in allocate_file_region_entries()
675 resv->region_cache_count += to_allocate; in allocate_file_region_entries()
728 resv->region_cache_count < in region_add()
812 VM_BUG_ON(!resv->region_cache_count); in region_abort()
860 resv->region_cache_count > resv->adds_in_progress) { in region_del()
865 resv->region_cache_count in region_del()
[all...]
/openbmc/linux/include/linux/
H A Dhugetlb.h62 long region_cache_count; member
/openbmc/linux/Documentation/mm/
H A Dhugetlbfs_reserv.rst47 long region_cache_count;