Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dagpgart.h115 #define AGP_UNLOCK() up(&(agp_fe.agp_mutex));
116 #define AGP_LOCK() down(&(agp_fe.agp_mutex));
117 #define AGP_LOCK_INIT() sema_init(&(agp_fe.agp_mutex), 1)
214 struct semaphore agp_mutex; member