Home
last modified time | relevance | path

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

/linux/mm/
A 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()
475 while (resv->region_cache_count < in allocate_file_region_entries()
478 resv->region_cache_count; in allocate_file_region_entries()
484 VM_BUG_ON(resv->region_cache_count < resv->adds_in_progress); in allocate_file_region_entries()
497 resv->region_cache_count += to_allocate; in allocate_file_region_entries()
550 resv->region_cache_count < in region_add()
634 VM_BUG_ON(!resv->region_cache_count); in region_abort()
682 resv->region_cache_count > resv->adds_in_progress) { in region_del()
687 resv->region_cache_count--; in region_del()
[all …]
/linux/include/linux/
A Dhugetlb.h67 long region_cache_count; member
/linux/Documentation/vm/
A Dhugetlbfs_reserv.rst49 long region_cache_count;

Completed in 20 milliseconds