Searched refs:buffer_mutex (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/oprofile/
H A Devent_buffer.h49 extern struct mutex buffer_mutex;
H A Devent_buffer.c27 DEFINE_MUTEX(buffer_mutex); variable
35 /* atomic_t because wait_event checks it outside of buffer_mutex */
63 mutex_lock(&buffer_mutex);
66 mutex_unlock(&buffer_mutex);
166 mutex_lock(&buffer_mutex);
181 mutex_unlock(&buffer_mutex);
H A Dbuffer_sync.c111 mutex_lock(&buffer_mutex);
114 mutex_unlock(&buffer_mutex);
500 mutex_lock(&buffer_mutex);
549 mutex_unlock(&buffer_mutex);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/tpm/
H A Dtpm.h98 struct mutex buffer_mutex; member in struct:tpm_chip
H A Dtpm.c333 mutex_lock(&chip->buffer_mutex);
336 mutex_unlock(&chip->buffer_mutex);
971 mutex_lock(&chip->buffer_mutex);
978 mutex_unlock(&chip->buffer_mutex);
986 mutex_unlock(&chip->buffer_mutex);
1009 mutex_lock(&chip->buffer_mutex);
1012 mutex_unlock(&chip->buffer_mutex);
1110 mutex_init(&chip->buffer_mutex);

Completed in 101 milliseconds