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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmddihost_e.c36 extern struct semaphore mddi_host_mutex;
41 down(&mddi_host_mutex);
49 up(&mddi_host_mutex);
54 down(&mddi_host_mutex);
62 up(&mddi_host_mutex);
H A Dmddihost.c36 struct semaphore mddi_host_mutex; variable in typeref:struct:semaphore
70 init_MUTEX(&mddi_host_mutex);
73 down(&mddi_host_mutex);
76 up(&mddi_host_mutex);
96 down(&mddi_host_mutex);
101 up(&mddi_host_mutex);
130 up(&mddi_host_mutex);
172 down(&mddi_host_mutex);
207 up(&mddi_host_mutex);
244 if (down_trylock(&mddi_host_mutex) !
[all...]

Completed in 35 milliseconds