Searched refs:agp_mutex (Results 1 – 1 of 1) sorted by relevance
115 #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