Linux Kernel
3.7.1
|
Data Fields | |
unsigned | alloc_size |
unsigned | max_size |
unsigned | small |
Limits for the pool. They are handled without locks because only place where they may change is in sysfs store. They won't have immediate effect anyway so forcing serialization to access them is pointless.
Definition at line 89 of file ttm_page_alloc.c.
unsigned alloc_size |
Definition at line 90 of file ttm_page_alloc.c.
unsigned max_size |
Definition at line 91 of file ttm_page_alloc.c.
unsigned small |
Definition at line 92 of file ttm_page_alloc.c.