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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A 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 in struct:agp_front_data
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A 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 in struct:agp_front_data

Completed in 89 milliseconds