/src/sys/external/bsd/drm2/dist/drm/ttm/ |
ttm_page_alloc.c | 492 static int ttm_alloc_new_pages(struct list_head *pages, gfp_t gfp_flags, function in typeref:typename:int 607 r = ttm_alloc_new_pages(&new_pages, pool->gfp_flags, ttm_flags, 702 /* ttm_alloc_new_pages doesn't reference pool so we can run 705 r = ttm_alloc_new_pages(pages, gfp_flags, ttm_flags, cstate,
|
ttm_page_alloc.c | 492 static int ttm_alloc_new_pages(struct list_head *pages, gfp_t gfp_flags, function in typeref:typename:int 607 r = ttm_alloc_new_pages(&new_pages, pool->gfp_flags, ttm_flags, 702 /* ttm_alloc_new_pages doesn't reference pool so we can run 705 r = ttm_alloc_new_pages(pages, gfp_flags, ttm_flags, cstate,
|