Searched refs:mtx (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/aoa/codecs/
H A Dsnd-aoa-codec-tas.c98 struct mutex mtx; member in struct:tas
239 mutex_lock(&tas->mtx);
242 mutex_unlock(&tas->mtx);
251 mutex_lock(&tas->mtx);
254 mutex_unlock(&tas->mtx);
262 mutex_unlock(&tas->mtx);
290 mutex_lock(&tas->mtx);
293 mutex_unlock(&tas->mtx);
302 mutex_lock(&tas->mtx);
305 mutex_unlock(&tas->mtx);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/wireless/
H A Dcore.h22 struct mutex mtx; member in struct:cfg80211_registered_device
H A Dcore.c75 mutex_init(&drv->mtx);
122 * Try to grab drv->mtx. If a command is still in progress,
131 mutex_lock(&drv->mtx);
133 mutex_unlock(&drv->mtx);
145 mutex_destroy(&drv->mtx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dasyn-thread.c163 curl_mutex_t * mtx; member in struct:thread_sync_data
195 if(tsd->mtx) {
196 Curl_mutex_destroy(tsd->mtx);
197 free(tsd->mtx);
226 tsd->mtx = malloc(sizeof(curl_mutex_t));
227 if(tsd->mtx == NULL)
230 Curl_mutex_init(tsd->mtx);
288 Curl_mutex_acquire(tsd->mtx);
290 Curl_mutex_release(tsd->mtx);
312 Curl_mutex_acquire(tsd->mtx);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb_int.h474 #define CHECK_MTX_THREAD(env, mtx) do { \
475 if (mtx->alloc_id != MTX_MUTEX_REGION && \
476 mtx->alloc_id != MTX_ENV_REGION && \
477 mtx->alloc_id != MTX_APPLICATION) \
481 #define CHECK_MTX_THREAD(env, mtx)
485 #define CHECK_MTX_THREAD(env, mtx)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb_int.h473 #define CHECK_MTX_THREAD(env, mtx) do { \
474 if (mtx->alloc_id != MTX_MUTEX_REGION && \
475 mtx->alloc_id != MTX_ENV_REGION && \
476 mtx->alloc_id != MTX_APPLICATION) \
480 #define CHECK_MTX_THREAD(env, mtx)
484 #define CHECK_MTX_THREAD(env, mtx)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_int.h472 #define CHECK_MTX_THREAD(env, mtx) do { \
473 if (mtx->alloc_id != MTX_MUTEX_REGION && \
474 mtx->alloc_id != MTX_ENV_REGION && \
475 mtx->alloc_id != MTX_APPLICATION) \
479 #define CHECK_MTX_THREAD(env, mtx)
483 #define CHECK_MTX_THREAD(env, mtx)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_int.h476 #define CHECK_MTX_THREAD(env, mtx) do { \
477 if (mtx->alloc_id != MTX_MUTEX_REGION && \
478 mtx->alloc_id != MTX_ENV_REGION && \
479 mtx->alloc_id != MTX_APPLICATION) \
483 #define CHECK_MTX_THREAD(env, mtx)
487 #define CHECK_MTX_THREAD(env, mtx)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb_int.h473 #define CHECK_MTX_THREAD(env, mtx) do { \
474 if (mtx->alloc_id != MTX_MUTEX_REGION && \
475 mtx->alloc_id != MTX_ENV_REGION && \
476 mtx->alloc_id != MTX_APPLICATION) \
480 #define CHECK_MTX_THREAD(env, mtx)
484 #define CHECK_MTX_THREAD(env, mtx)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_int.h473 #define CHECK_MTX_THREAD(env, mtx) do { \
474 if (mtx->alloc_id != MTX_MUTEX_REGION && \
475 mtx->alloc_id != MTX_ENV_REGION && \
476 mtx->alloc_id != MTX_APPLICATION) \
480 #define CHECK_MTX_THREAD(env, mtx)
484 #define CHECK_MTX_THREAD(env, mtx)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Deventpoll.c47 * 2) ep->mtx (mutex)
58 * mutex (ep->mtx). It is acquired during the event transfer loop,
66 * It is possible to drop the "ep->mtx" and to use the global
68 * but having "ep->mtx" will make the interface more scalable.
70 * normal operations the epoll private "ep->mtx" will guarantee
183 struct mutex mtx; member in struct:eventpoll
392 * all the associated resources. Must be called with "mtx" held.
444 * We do not need to hold "ep->mtx" here because the epoll file
472 mutex_destroy(&ep->mtx);
536 * "ep->mtx" afte
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/watchdog/
H A DMakefile76 obj-$(CONFIG_WDT_MTX1) += mtx-1_wdt.o
H A Dpcwd_usb.c149 struct mutex mtx; /* locks this structure */ member in struct:usb_pcwd_private
638 mutex_init(&usb_pcwd->mtx);
766 mutex_lock(&usb_pcwd->mtx);
780 mutex_unlock(&usb_pcwd->mtx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/maps/
H A DMakefile73 obj-$(CONFIG_MTD_MTX1) += mtx-1_flash.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ieee1394/
H A Ddv1394.c211 it should be called WITH the video->mtx taken.
1228 mutex_lock(&video->mtx);
1238 mutex_unlock(&video->mtx);
1294 if (!mutex_trylock(&video->mtx))
1297 if (mutex_lock_interruptible(&video->mtx))
1304 mutex_unlock(&video->mtx);
1375 mutex_unlock(&video->mtx);
1391 if (!mutex_trylock(&video->mtx))
1394 if (mutex_lock_interruptible(&video->mtx))
1401 mutex_unlock(&video->mtx);
[all...]
H A Ddv1394-private.h463 3) the sleeping mutex 'mtx' - this is used from process context only,
471 NOTE: if you need both spinlock and mtx, take mtx first to avoid deadlock!
473 struct mutex mtx; member in struct:video_card
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_region.c458 db_mutex_t mtx_base, mtx; local
515 mtx = mtx_base + i;
516 if ((t_ret = __mutex_free(env, &mtx)) != 0 &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtestparams.tcl454 { scr034 chk.mtx }
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/
H A DMakefile268 libs-$(CONFIG_MIPS_MTX1) += arch/mips/au1000/mtx-1/

Completed in 203 milliseconds