Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
int | ttm_page_alloc_init (struct ttm_mem_global *glob, unsigned max_pages) |
void | ttm_page_alloc_fini (void) |
int | ttm_pool_populate (struct ttm_tt *ttm) |
void | ttm_pool_unpopulate (struct ttm_tt *ttm) |
int | ttm_page_alloc_debugfs (struct seq_file *m, void *data) |
Output the state of pools to debugfs file
Definition at line 899 of file ttm_page_alloc.c.
Free pool allocator.
Definition at line 829 of file ttm_page_alloc.c.
int ttm_page_alloc_init | ( | struct ttm_mem_global * | glob, |
unsigned | max_pages | ||
) |
Initialize pool allocator.
Definition at line 792 of file ttm_page_alloc.c.
ttm_pool_populate:
: The struct ttm_tt to contain the backing pages.
Add backing pages to all of
Definition at line 843 of file ttm_page_alloc.c.