Linux Kernel
3.7.1
|
Data Fields | |
struct drm_mm | mm |
spinlock_t | lock |
Currently we use a spinlock for the lock, but a mutex may be more appropriate to reduce scheduling latency if the range manager ends up with very fragmented allocation patterns.
Definition at line 45 of file ttm_bo_manager.c.
spinlock_t lock |
Definition at line 47 of file ttm_bo_manager.c.
Definition at line 46 of file ttm_bo_manager.c.