Searched refs:cache_limit_pages (Results 1 – 1 of 1) sorted by relevance
33 unsigned long cache_limit_pages; in hfi1_can_pin_pages() local73 cache_limit_pages = cache_size * (1024 * 1024) / PAGE_SIZE; in hfi1_can_pin_pages()74 if (nlocked + npages > cache_limit_pages) in hfi1_can_pin_pages()