HomeSort by: relevance | last modified time | path
    Searched defs:max_cpages (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_page_alloc.c 501 unsigned max_cpages = min(count << order, (unsigned)NUM_PAGES_TO_ALLOC); local in function:ttm_alloc_new_pages
504 caching_array = kmalloc_array(max_cpages, sizeof(struct page *),
544 if (cpages == max_cpages) {
ttm_page_alloc.c 501 unsigned max_cpages = min(count << order, (unsigned)NUM_PAGES_TO_ALLOC); local in function:ttm_alloc_new_pages
504 caching_array = kmalloc_array(max_cpages, sizeof(struct page *),
544 if (cpages == max_cpages) {
ttm_page_alloc_dma.c 712 unsigned max_cpages = min(count, local in function:ttm_dma_pool_alloc_new_pages
716 caching_array = kmalloc_array(max_cpages, sizeof(struct page *),
762 if (cpages == max_cpages) {
ttm_page_alloc_dma.c 712 unsigned max_cpages = min(count, local in function:ttm_dma_pool_alloc_new_pages
716 caching_array = kmalloc_array(max_cpages, sizeof(struct page *),
762 if (cpages == max_cpages) {

Completed in 24 milliseconds