Searched refs:lock_count (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dmutex.c60 __mutex_lock_slowpath(atomic_t *lock_count);
97 static __used noinline void __sched __mutex_unlock_slowpath(atomic_t *lock_count);
307 __mutex_unlock_common_slowpath(atomic_t *lock_count, int nested) argument
309 struct mutex *lock = container_of(lock_count, struct mutex, count);
342 __mutex_unlock_slowpath(atomic_t *lock_count) argument
344 __mutex_unlock_common_slowpath(lock_count, 1);
353 __mutex_lock_killable_slowpath(atomic_t *lock_count);
356 __mutex_lock_interruptible_slowpath(atomic_t *lock_count);
399 __mutex_lock_slowpath(atomic_t *lock_count) argument
401 struct mutex *lock = container_of(lock_count, struc
407 __mutex_lock_killable_slowpath(atomic_t *lock_count) argument
415 __mutex_lock_interruptible_slowpath(atomic_t *lock_count) argument
427 __mutex_trylock_slowpath(atomic_t *lock_count) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/threads/
H A Dth-lock.c164 static long *lock_count; variable
179 lock_count = OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
181 lock_count[i] = 0;
206 OPENSSL_free(lock_count);
232 lock_count[type]++;
323 static long *lock_count; variable
330 lock_count = OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
331 if (!lock_cs || !lock_count) {
335 if (lock_count)
336 OPENSSL_free(lock_count);
[all...]
H A Dmttest.c124 static long *lock_count; variable
756 static long *lock_count; variable
763 lock_count = OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
765 lock_count[i] = 0;
785 BIO_printf(bio_err, "%8ld:%s\n", lock_count[i], CRYPTO_get_lock_name(i));
788 OPENSSL_free(lock_count);
817 lock_count[type]++;
949 static long *lock_count; variable
956 lock_count = OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
958 lock_count[
1127 static long *lock_count; variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/threads/
H A Dth-lock.c164 static long *lock_count; variable
179 lock_count = OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
181 lock_count[i] = 0;
206 OPENSSL_free(lock_count);
232 lock_count[type]++;
323 static long *lock_count; variable
330 lock_count = OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
331 if (!lock_cs || !lock_count) {
335 if (lock_count)
336 OPENSSL_free(lock_count);
[all...]
H A Dmttest.c124 static long *lock_count; variable
756 static long *lock_count; variable
763 lock_count = OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
765 lock_count[i] = 0;
785 BIO_printf(bio_err, "%8ld:%s\n", lock_count[i], CRYPTO_get_lock_name(i));
788 OPENSSL_free(lock_count);
817 lock_count[type]++;
949 static long *lock_count; variable
956 lock_count = OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
958 lock_count[
1127 static long *lock_count; variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/threads/
H A Dth-lock.c160 static long *lock_count; variable
171 lock_count=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
174 lock_count[i]=0;
200 OPENSSL_free(lock_count);
228 lock_count[type]++;
321 static long *lock_count; variable
328 lock_count=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
331 lock_count[i]=0;
349 OPENSSL_free(lock_count);
370 lock_count[typ
[all...]
H A Dmttest.c129 static long *lock_count; variable
817 static long *lock_count; variable
824 lock_count=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
827 lock_count[i]=0;
848 fprintf(stderr,"%8ld:%s\n",lock_count[i],CRYPTO_get_lock_name(i));
851 OPENSSL_free(lock_count);
880 lock_count[type]++;
1025 static long *lock_count; variable
1032 lock_count=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
1035 lock_count[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/omapfb/
H A Domapfb.h59 atomic_t lock_count; member in struct:omapfb2_mem_region
169 atomic_inc(&rg->lock_count);
175 atomic_dec(&rg->lock_count);
H A Domapfb-sysfs.c455 atomic_inc(&rg->lock_count);
487 atomic_dec(&rg->lock_count);
H A Domapfb-ioctl.c224 atomic_inc(&rg->lock_count);
255 atomic_dec(&rg->lock_count);
H A Domapfb-main.c669 WARN_ON(!atomic_read(&ofbi->region->lock_count));
847 WARN_ON(!atomic_read(&ofbi->region->lock_count));
942 WARN_ON(!atomic_read(&ofbi->region->lock_count));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dflock.c285 if (vnode->status.lock_count != 0 && !(fl->fl_flags & FL_SLEEP)) {
480 int ret, lock_count; local
496 lock_count = vnode->status.lock_count;
497 if (lock_count) {
498 if (lock_count > 0)
H A Dafs.h130 s32 lock_count; /* file lock count (0=UNLK -1=WRLCK +ve=#RDLCK */ member in struct:afs_file_status
H A Dfsclient.c71 EXTRACT(status->lock_count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_lock.c58 ++file_priv->lock_count;
388 return (file_priv->lock_count && master->lock.hw_lock &&
H A Ddrm_fops.c255 priv->lock_count = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/pcmcia/
H A Dss.h140 u_short lock_count; member in struct:pcmcia_socket
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/locking/
H A Dposix.c482 smb_panic("decrement_windows_lock_ref_count: lock_count logic error.\n");
513 smb_panic("reduce_windows_lock_ref_count: lock_count logic error.\n");
975 size_t lock_count; local
1054 for (lock_count = 0, ll = llist; ll; ll = ll->next, lock_count++) {
1076 for (ll = llist; lock_count; ll = ll->next, lock_count--) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dpcmcia_resource.c329 if (--(s->lock_count) == 0) {
481 s->lock_count++;
H A Dcs.c308 s->lock_count = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dxsysace.c205 int lock_count; member in struct:ace_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A DdrmP.h424 unsigned long lock_count; member in struct:drm_file
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmemcontrol.c1345 int lock_count = 0; local
1347 mem_cgroup_walk_tree(mem, &lock_count, mem_cgroup_oom_lock_cb);
1349 if (lock_count == 1)

Completed in 229 milliseconds