Searched refs:num_pages_max (Results 1 – 1 of 1) sorted by relevance
33 u32 num_pages_max; /**< Maximum number of pages to allocate from the OS */ member59 info->num_pages_max = max_allocation >> PAGE_SHIFT; in ump_os_memory_backend_create()132 while (left > 0 && ((info->num_pages_allocated + pages_allocated) < info->num_pages_max)) { in os_allocate()184 DBG_MSG(6, ("%d out of %d pages now allocated\n", info->num_pages_allocated, info->num_pages_max)); in os_allocate()