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

  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_page_alloc.c 291 static struct page *static_buf[NUM_PAGES_TO_ALLOC]; local in function:ttm_page_pool_free
302 pages_to_free = static_buf;
369 if (pages_to_free != static_buf)
ttm_page_alloc.c 291 static struct page *static_buf[NUM_PAGES_TO_ALLOC]; local in function:ttm_page_pool_free
302 pages_to_free = static_buf;
369 if (pages_to_free != static_buf)
ttm_page_alloc_dma.c 411 static struct page *static_buf[NUM_PAGES_TO_ALLOC]; local in function:ttm_dma_page_pool_free
423 pages_to_free = static_buf;
497 if (pages_to_free != static_buf)
ttm_page_alloc_dma.c 411 static struct page *static_buf[NUM_PAGES_TO_ALLOC]; local in function:ttm_dma_page_pool_free
423 pages_to_free = static_buf;
497 if (pages_to_free != static_buf)

Completed in 27 milliseconds