Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/
H A Duser_pages.c33 unsigned long cache_limit_pages; in hfi1_can_pin_pages() local
73 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()