Searched refs:mutex (Results 551 - 575 of 1956) sorted by relevance

<<21222324252627282930>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_object.c53 mutex_lock(&bo->rdev->gem.mutex);
55 mutex_unlock(&bo->rdev->gem.mutex);
135 mutex_lock(&bo->rdev->gem.mutex);
137 mutex_unlock(&bo->rdev->gem.mutex);
263 mutex_lock(&bo->rdev->gem.mutex);
265 mutex_unlock(&bo->rdev->gem.mutex);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Dscx200_acb.c33 #include <linux/mutex.h>
77 struct mutex mutex; member in struct:scx200_acb_iface
335 mutex_lock(&iface->mutex);
359 mutex_unlock(&iface->mutex);
450 mutex_init(&iface->mutex);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkvm_host.h12 #include <linux/mutex.h>
82 struct mutex mutex; member in struct:kvm_vcpu
178 struct mutex slots_lock;
189 struct mutex lock;
206 struct mutex irq_lock;
H A Dperf_event.h479 #include <linux/mutex.h>
721 struct mutex child_mutex;
732 struct mutex mmap_mutex;
778 * Protect the list of events. Locking either mutex or lock
780 * the list you need to lock both the mutex and the spinlock.
782 struct mutex mutex; member in struct:perf_event_context
822 struct mutex hlist_mutex;
H A Dcgroup.h188 struct rw_semaphore mutex; member in struct:cgroup_pidlist
234 struct mutex pidlist_mutex;
501 struct mutex hierarchy_mutex;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dsalinfo.c35 * Replace the counting semaphore with a mutex and a test if the cpumask is non-empty.
143 struct semaphore mutex; member in struct:salinfo_data
184 /* Kick the mutex that tells user space that there is work to do. Instead of
185 * trying to track the state of the mutex across multiple cpus, in user
187 * it is far easier just to grab the mutex if it is free then release it.
195 (void)(down_trylock(&data->mutex) ?: 0);
196 up(&data->mutex);
312 if (cpus_empty(data->cpu_event) && down_trylock(&data->mutex)) {
315 if (down_interruptible(&data->mutex))
645 init_MUTEX(&data->mutex);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dmutex_int.h23 pthread_mutex_t mutex; /* Mutex. */ \
37 * includes versions of the both UI and POSIX thread mutex interfaces, but
58 lwp_mutex_t mutex; /* Mutex. */ \
70 mutex_t mutex; /* Mutex. */ \
114 * locking subsystem, where we set up a mutex so that we can block ourselves.
264 * when we initialize the mutex.
366 * Unset mutex. Judging by Alpha Architecture Handbook, the mb instruction
480 * 'reservation' on a chunk of memory containing a mutex by loading the
481 * mutex value with LWARX. If the mutex ha
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dlog.c45 static pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER; variable
303 pthread_mutex_lock(&mutex);
337 pthread_mutex_unlock(&mutex);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dmtdblock.c34 #include <linux/mutex.h>
40 struct mutex cache_mutex;
47 static struct mutex mtdblks_lock;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-context.c224 mutex_init(&mp->mutex);
265 mutex_lock(&mp->mutex);
275 mutex_unlock(&mp->mutex);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-sta.c768 lockdep_assert_held(&priv->mutex);
779 lockdep_assert_held(&priv->mutex);
803 lockdep_assert_held(&priv->mutex);
835 lockdep_assert_held(&priv->mutex);
889 lockdep_assert_held(&priv->mutex);
1021 lockdep_assert_held(&priv->mutex);
1080 lockdep_assert_held(&priv->mutex);
1312 lockdep_assert_held(&priv->mutex);
1333 lockdep_assert_held(&priv->mutex);
1359 lockdep_assert_held(&priv->mutex);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1251.h28 #include <linux/mutex.h>
278 struct mutex mutex; member in struct:wl1251
H A Dwl1271.h28 #include <linux/mutex.h>
336 struct mutex mutex; member in struct:wl1271
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fuse/
H A Dfuse_i.h20 #include <linux/mutex.h>
49 /** Global mutex protecting fuse_conn_list and the control filesystem */
50 extern struct mutex fuse_mutex;
316 struct mutex inst_mutex;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hpfs/
H A Dhpfs_fn.h12 #include <linux/mutex.h>
59 struct mutex i_mutex;
60 struct mutex i_parent_mutex;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Duvc_v4l2.c18 #include <linux/mutex.h>
169 mutex_lock(&video->queue.mutex);
173 mutex_unlock(&video->queue.mutex);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/
H A Dcomedidev.h34 #include <linux/mutex.h>
217 struct mutex mutex; member in struct:comedi_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/easycap/
H A Deasycap.h310 struct mutex mutex_mmap_video[FRAME_BUFFER_MANY];
311 struct mutex mutex_timeval0;
312 struct mutex mutex_timeval1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_region.c58 /* If threaded, acquire a mutex to protect the active TXN list. */
60 env, MTX_TXN_ACTIVE, DB_MUTEX_PROCESS_ONLY, &mgr->mutex)) != 0)
70 (void)__mutex_free(env, &mgr->mutex);
273 if ((t_ret = __mutex_free(env, &mgr->mutex)) != 0 && ret == 0)
301 * We need a MVCC mutex for each TXN_DETAIL structure, a mutex for
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_classes.h56 #include <linux/mutex.h>
126 struct mutex modify_mutex;
141 struct mutex lock;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dmbcs.h540 struct mutex dmawritelock;
541 struct mutex dmareadlock;
542 struct mutex algolock;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dadt7411.c19 #include <linux/mutex.h>
51 struct mutex device_lock; /* for "atomic" device accesses */
52 struct mutex update_lock;
62 * is protected here with a mutex, too.
H A Dsmsc47b397.c38 #include <linux/mutex.h>
103 struct mutex lock;
105 struct mutex update_lock;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dtape_char.c457 mutex_lock(&device->mutex);
459 mutex_unlock(&device->mutex);
477 mutex_lock(&device->mutex);
479 mutex_unlock(&device->mutex);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Dcrw.c11 #include <linux/mutex.h>

Completed in 231 milliseconds

<<21222324252627282930>>