Searched refs:BROOKTREE_ALLOC_PAGES (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_reg.h54 #if defined(BROOKTREE_ALLOC_PAGES)
55 #define BKTR_ALLOC_PAGES BROOKTREE_ALLOC_PAGES
H A Dbktr_core.c241 * You may override this using the options "BROOKTREE_ALLOC_PAGES=value"
245 #ifndef BROOKTREE_ALLOC_PAGES
246 #define BROOKTREE_ALLOC_PAGES 217*4 macro
248 #define BROOKTREE_ALLOC (BROOKTREE_ALLOC_PAGES * PAGE_SIZE)
547 bktr->alloc_pages = BROOKTREE_ALLOC_PAGES;

Completed in 112 milliseconds