Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dhugetlb.c253 VM_BUG_ON(resv->region_cache_count <= 0); in get_file_region_entry_from_cache()
255 resv->region_cache_count--; in get_file_region_entry_from_cache()
461 while (resv->region_cache_count < in allocate_file_region_entries()
464 resv->region_cache_count; in allocate_file_region_entries()
470 VM_BUG_ON(resv->region_cache_count < resv->adds_in_progress); in allocate_file_region_entries()
483 resv->region_cache_count += to_allocate; in allocate_file_region_entries()
536 resv->region_cache_count < in region_add()
621 VM_BUG_ON(!resv->region_cache_count); in region_abort()
669 resv->region_cache_count > resv->adds_in_progress) { in region_del()
674 resv->region_cache_count--; in region_del()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dhugetlb.h50 long region_cache_count; member
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dhugetlbfs_reserv.rst49 long region_cache_count;