/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) {
|