Searched refs:mutex (Results 401 - 425 of 1956) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Ddabusb.c41 #include <linux/mutex.h>
611 err: //mutex_unlock(&s->mutex);
628 mutex_lock(&s->mutex);
631 mutex_unlock(&s->mutex);
642 mutex_lock(&s->mutex);
645 mutex_unlock(&s->mutex);
651 mutex_unlock(&s->mutex);
667 mutex_lock(&s->mutex);
670 mutex_unlock(&s->mutex);
698 mutex_lock(&s->mutex);
[all...]
H A Dse401.h9 #include <linux/mutex.h>
195 struct mutex lock;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dapplicom.c90 spinlock_t mutex; member in struct:applicom_board
160 spin_lock_init(&apbs[boardno].mutex);
418 spin_lock_irqsave(&apbs[IndexCard].mutex, flags);
423 spin_unlock_irqrestore(&apbs[IndexCard].mutex, flags);
439 spin_unlock_irqrestore(&apbs[IndexCard].mutex, flags);
446 spin_lock_irqsave(&apbs[IndexCard].mutex, flags);
475 spin_unlock_irqrestore(&apbs[IndexCard].mutex, flags);
559 spin_lock_irqsave(&apbs[i].mutex, flags);
569 spin_unlock_irqrestore(&apbs[i].mutex, flags);
584 spin_unlock_irqrestore(&apbs[i].mutex, flag
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dlis3lv02d.c180 mutex_lock(&lis3->mutex);
218 mutex_unlock(&lis3->mutex);
256 mutex_lock(&lis3_dev.mutex);
262 mutex_unlock(&lis3_dev.mutex);
291 mutex_lock(&lis3->mutex);
309 mutex_unlock(&lis3->mutex);
323 /* joystick poll is internally protected by the lis3->mutex. */
531 mutex_lock(&lis3_dev.mutex);
533 mutex_unlock(&lis3_dev.mutex);
683 mutex_init(&dev->mutex);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dudp.c79 pthread_mutex_t mutex; member in struct:__anon3646
455 pthread_mutex_lock(&s->mutex);
464 pthread_mutex_unlock(&s->mutex);
471 pthread_mutex_lock(&s->mutex);
501 pthread_mutex_unlock(&s->mutex);
746 ret = pthread_mutex_init(&s->mutex, NULL);
770 pthread_mutex_destroy(&s->mutex);
791 pthread_mutex_lock(&s->mutex);
806 pthread_mutex_unlock(&s->mutex);
810 pthread_mutex_unlock(&s->mutex);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Dcss.c676 mutex_destroy(&css->mutex);
694 mutex_lock(&css->mutex);
696 mutex_unlock(&css->mutex);
711 mutex_lock(&css->mutex);
722 mutex_unlock(&css->mutex);
749 mutex_init(&css->mutex);
770 mutex_lock(&css->mutex);
774 mutex_unlock(&css->mutex);
804 mutex_lock(&css->mutex);
806 mutex_unlock(&css->mutex);
[all...]
H A Dcio.h4 #include <linux/mutex.h>
80 struct mutex reg_mutex;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/wlp/
H A Dwss-lc.c52 * Clear the contents of the WSS structure - all except kobj, mutex, virtual
55 * it still points to the parent received during setup. The mutex should
146 * &wss->mutex is held
179 * &wss->mutex is held
221 * &wss->mutex is held
325 mutex_lock(&wss->mutex);
342 mutex_unlock(&wss->mutex);
368 if (!mutex_trylock(&wss->mutex)) {
413 mutex_unlock(&wss->mutex);
441 mutex_lock(&wlp->mutex);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dmousedev.c67 struct mutex mutex; member in struct:mousedev
430 retval = mutex_lock_interruptible(&mousedev->mutex);
444 mutex_unlock(&mousedev->mutex);
450 mutex_lock(&mousedev->mutex);
457 mutex_unlock(&mousedev->mutex);
462 * stream. Note that this function is called with mousedev_mix->mutex
484 * device. Note that this function is called with mousedev_mix->mutex
817 mutex_lock(&mousedev->mutex);
819 mutex_unlock(&mousedev->mutex);
[all...]
H A Djoydev.c46 struct mutex mutex; member in struct:joydev
197 retval = mutex_lock_interruptible(&joydev->mutex);
209 mutex_unlock(&joydev->mutex);
215 mutex_lock(&joydev->mutex);
220 mutex_unlock(&joydev->mutex);
626 retval = mutex_lock_interruptible(&joydev->mutex);
678 mutex_unlock(&joydev->mutex);
691 retval = mutex_lock_interruptible(&joydev->mutex);
727 mutex_unlock(&joydev->mutex);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2200.c909 mutex_lock(&priv->mutex);
911 mutex_unlock(&priv->mutex);
954 mutex_lock(&priv->mutex);
956 mutex_unlock(&priv->mutex);
1025 mutex_lock(&priv->mutex);
1027 mutex_unlock(&priv->mutex);
2336 mutex_lock(&priv->mutex);
2338 mutex_unlock(&priv->mutex);
2367 mutex_lock(&priv->mutex);
2369 mutex_unlock(&priv->mutex);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dserial_core.c37 #include <linux/mutex.h>
138 * will be serialised by the per-port mutex.
165 /* This is protected by the per port mutex */
647 mutex_lock(&port->mutex);
668 mutex_unlock(&port->mutex);
706 mutex_lock(&port->mutex);
874 mutex_unlock(&port->mutex);
915 mutex_lock(&port->mutex);
924 mutex_unlock(&port->mutex);
938 mutex_lock(&port->mutex);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ar9170/
H A Dmain.c1087 mutex_lock(&ar->mutex);
1135 mutex_unlock(&ar->mutex);
1153 mutex_lock(&ar->mutex);
1168 mutex_unlock(&ar->mutex);
1511 mutex_lock(&ar->mutex);
1534 mutex_unlock(&ar->mutex);
1543 mutex_lock(&ar->mutex);
1552 mutex_unlock(&ar->mutex);
1560 mutex_lock(&ar->mutex);
1607 mutex_unlock(&ar->mutex);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dincore.h91 struct mutex rd_mutex;
300 struct mutex f_fl_mutex;
570 struct mutex sd_rindex_mutex;
580 struct mutex sd_jindex_mutex;
599 struct mutex sd_quota_mutex;
665 struct mutex sd_freeze_lock;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_fget.c162 * update, allocate a mutex. If no transaction has been supplied, that
186 MUTEX_LOCK(env, mfp->mutex);
188 MUTEX_UNLOCK(env, mfp->mutex);
309 * and lock the mutex.
456 MUTEX_LOCK(env, mfp->mutex);
459 MUTEX_UNLOCK(env, mfp->mutex);
533 MUTEX_LOCK(env, mfp->mutex);
559 MUTEX_UNLOCK(env, mfp->mutex);
590 MUTEX_LOCK(env, mfp->mutex);
627 MUTEX_UNLOCK(env, mfp->mutex);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dad7877.c193 struct mutex mutex; member in struct:ad7877
194 unsigned disabled:1; /* P: mutex */
195 unsigned gpio3:1; /* P: mutex */
196 unsigned gpio4:1; /* P: mutex */
420 mutex_lock(&ts->mutex);
438 mutex_unlock(&ts->mutex);
443 mutex_lock(&ts->mutex);
450 mutex_unlock(&ts->mutex);
523 mutex_lock(&ts->mutex);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpthread.c97 pthread_mutex_t mutex; ///< Mutex used to protect the contents of the PerThreadContext. member in struct:PerThreadContext
363 pthread_mutex_lock(&p->mutex);
365 pthread_cond_wait(&p->input_cond, &p->mutex);
366 pthread_mutex_unlock(&p->mutex);
374 pthread_mutex_lock(&p->mutex);
387 pthread_mutex_unlock(&p->mutex);
526 pthread_mutex_lock(&p->mutex);
541 pthread_mutex_unlock(&p->mutex);
554 pthread_mutex_unlock(&p->mutex);
740 pthread_mutex_lock(&p->mutex);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_fs.c128 struct mutex mutex; member in struct:ffs_data
135 struct usb_request *ep0req; /* P: mutex */
136 struct completion ep0req_completion; /* P: mutex */
137 int ep0req_status; /* P: mutex */
150 * happens only in ep0 read which is P: mutex
152 * happens only in ep0 i/o which is P: mutex
233 /* Called with ffs->mutex held; take over ownerrship of data. */
290 struct usb_request *req; /* P: epfile->mutex */
297 int status; /* P: epfile->mutex */
302 struct mutex mutex; member in struct:ffs_epfile
2397 ffs_mutex_lock(struct mutex *mutex, unsigned nonblock) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_truncate.c209 MUTEX_LOCK(env, dbp->mutex);
215 MUTEX_UNLOCK(env, dbp->mutex);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_tags26 ../mutex/*.[ch] \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dthreadsgi.cpp69 wxLogDebug( "wxMutex warning: freeing a locked mutex (%d locks)\n", m_locked );
101 int wxCondition::Wait(wxMutex& WXUNUSED(mutex)) { return 0;}
102 int wxCondition::Wait(wxMutex& WXUNUSED(mutex), unsigned long WXUNUSED(sec),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dthreadsgi.cpp69 wxLogDebug( "wxMutex warning: freeing a locked mutex (%d locks)\n", m_locked );
101 int wxCondition::Wait(wxMutex& WXUNUSED(mutex)) { return 0;}
102 int wxCondition::Wait(wxMutex& WXUNUSED(mutex), unsigned long WXUNUSED(sec),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/regulator/
H A Duserspace-consumer.c20 #include <linux/mutex.h>
29 struct mutex lock;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_fc.h163 * @mutex: Mutex used during opening/closing state changes
173 struct mutex mutex; member in struct:zfcp_fc_wka_port
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/sn9c102/
H A Dsn9c102.h37 #include <linux/mutex.h>
132 struct mutex open_mutex, fileop_mutex;

Completed in 176 milliseconds

<<11121314151617181920>>