Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/ttm/
Dttm_pool.c72 static struct ttm_pool_type global_write_combined[NR_PAGE_ORDERS];
73 static struct ttm_pool_type global_uncached[NR_PAGE_ORDERS];
75 static struct ttm_pool_type global_dma32_write_combined[NR_PAGE_ORDERS];
76 static struct ttm_pool_type global_dma32_uncached[NR_PAGE_ORDERS];
722 for (j = 0; j < NR_PAGE_ORDERS; ++j) { in ttm_pool_init()
761 for (j = 0; j < NR_PAGE_ORDERS; ++j) { in ttm_pool_fini()
830 for (i = 0; i < NR_PAGE_ORDERS; ++i) in ttm_pool_debugfs_header()
841 for (i = 0; i < NR_PAGE_ORDERS; ++i) in ttm_pool_debugfs_orders()
950 for (i = 0; i < NR_PAGE_ORDERS; ++i) { in ttm_pool_mgr_init()
990 for (i = 0; i < NR_PAGE_ORDERS; ++i) { in ttm_pool_mgr_fini()
/openbsd/src/sys/dev/pci/drm/include/linux/
Dmmzone.h10 #define NR_PAGE_ORDERS (MAX_PAGE_ORDER + 1) macro
/openbsd/src/sys/dev/pci/drm/include/drm/ttm/
Dttm_pool.h85 struct ttm_pool_type orders[NR_PAGE_ORDERS];