Searched refs:locks (Results 1 - 25 of 43) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm26/
H A Dspinlock.h4 #error ARM architecture does not support SMP spin locks
H A Dsemaphore.h13 #include <asm/locks.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dblockgroup_lock.h41 struct bgl_lock locks[NR_BG_LOCKS]; member in struct:blockgroup_lock
49 spin_lock_init(&bgl->locks[i].lock);
57 (&(sb)->s_blockgroup_lock.locks[(block_group) & (NR_BG_LOCKS-1)].lock)
H A Dn_r3964.h178 unsigned int locks; /* only used in rx_buffer */ member in struct:r3964_block_header
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/locking/
H A Dbrlock.c32 /* This contains elements that differentiate locks. The smbpid is a
101 /* this extra check is not redundent - it copes with locks
168 Check to see if this lock conflicts, but ignore our own locks on the
181 * Incoming WRITE locks conflict with existing READ locks even
224 /* delete any dead locks */
233 struct lock_struct *locks; local
240 locks = (struct lock_struct *)dbuf.dptr;
242 count = dbuf.dsize / sizeof(*locks);
244 struct lock_struct *lock = &locks[
353 struct lock_struct lock, *locks; local
458 struct lock_struct *locks; local
590 struct lock_struct lock, *locks; local
636 struct lock_struct *locks; local
709 struct lock_struct *locks; local
[all...]
H A Dposix.c163 Get the array of POSIX locks for an fsp. Caller must free. Returns
192 to delete all locks on this fsp before this function is called.
214 * Get the number of outstanding POSIX locks on this dev/inode pair.
220 * Check if there are any outstanding locks belonging to
235 * There are outstanding locks on this dev/inode pair on other fds.
252 * No outstanding POSIX locks. Get the pending close fd's
311 struct posix_lock *locks; local
324 locks = (struct posix_lock *)dbuf.dptr;
330 memmove(&locks[entry], &locks[entr
427 struct posix_lock *locks; local
738 struct posix_lock *locks; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DLockExample.cpp130 DbLock *locks = 0; local
182 if (locks == NULL) {
183 locks = new DbLock[1];
189 newlocks[lockno] = locks[lockno];
191 delete locks;
192 locks = newlocks;
194 locks[lockid] = lock;
209 DbLock lock = locks[lockid];
235 cout << "Closing lock region " << held << " locks held\n";
236 if (locks !
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dtxn_auto.h12 DBT locks; member in struct:___txn_regop_42_args
23 DBT locks; member in struct:___txn_regop_args
69 DBT locks; member in struct:___txn_xa_regop_args
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_lock.c39 DB_LOCK *locks; local
78 locks = 0;
128 if (locks == NULL)
129 locks =
132 locks = (DB_LOCK *)realloc(locks,
134 locks[lockid] = lock;
150 lock = locks[lockid];
175 printf("\nClosing lock region %ld locks held\n", held);
177 if (locks !
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Dalternative.h26 void *locks, void *locks_end,
32 void *locks, void *locks_end,
31 alternatives_smp_module_add(struct module *mod, char *name, void *locks, void *locks_end, void *text, void *text_end) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-i386/
H A Dalternative.h23 void *locks, void *locks_end,
29 void *locks, void *locks_end,
28 alternatives_smp_module_add(struct module *mod, char *name, void *locks, void *locks_end, void *text, void *text_end) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dmodule.c147 const Elf_Shdr *s, *text = NULL, *alt = NULL, *locks = NULL; local
156 locks= s;
164 if (locks && text) {
165 void *lseg = (void *)locks->sh_addr;
168 lseg, lseg + locks->sh_size,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dmodule.c106 const Elf_Shdr *s, *text = NULL, *alt = NULL, *locks = NULL, local
116 locks= s;
126 if (locks && text) {
127 void *lseg = (void *)locks->sh_addr;
130 lseg, lseg + locks->sh_size,
H A Dalternative.c225 u8 **locks; member in struct:smp_alt_module
238 void *locks, void *locks_end,
249 alternatives_smp_unlock(locks, locks_end,
260 smp->locks = locks;
264 DPRINTK("%s: locks %p -> %p, text %p -> %p, name %s\n",
265 __FUNCTION__, smp->locks, smp->locks_end,
271 alternatives_smp_unlock(smp->locks, smp->locks_end,
322 alternatives_smp_lock(mod->locks, mod->locks_end,
329 alternatives_smp_unlock(mod->locks, mo
237 alternatives_smp_module_add(struct module *mod, char *name, void *locks, void *locks_end, void *text, void *text_end) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_auto.c51 memset(&argp->locks, 0, sizeof(argp->locks));
52 LOGCOPY_32(env,&argp->locks.size, bp);
54 argp->locks.data = bp;
55 bp += argp->locks.size;
101 memset(&argp->locks, 0, sizeof(argp->locks));
102 LOGCOPY_32(env,&argp->locks.size, bp);
104 argp->locks.data = bp;
105 bp += argp->locks
[all...]
H A Dtxn_autop.c54 __lock_list_print(env, &argp->locks);
101 __lock_list_print(env, &argp->locks);
281 __lock_list_print(env, &argp->locks);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/lib/
H A DMakefile10 copy_user.o locks.o atomic.o \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/lib/
H A DMakefile22 obj-$(CONFIG_SMP) += locks.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DLockExample.java90 Vector locks = new Vector();
132 lockid = locks.size();
133 locks.addElement(lock);
143 if (lockid < 0 || lockid >= locks.size()) {
148 Lock lock = (Lock)locks.elementAt(lockid);
166 " locks held");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/rio/
H A Dhost.h102 long locks; /* long req'd for set_bit --RR */ member in struct:Host
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/
H A Dsemaphore.h13 #include <asm/locks.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dsx.h30 long locks; member in struct:sx_port
48 long locks; member in struct:sx_board
H A Dn_r3964.c542 pBlock->locks = 0;
886 pBlock->locks++;
943 block->locks--;
944 if (block->locks == 0) {
1169 pHeader->locks = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/
H A DMakefile96 LOCKDIR = ${VARDIR}/locks
99 PIDDIR = ${VARDIR}/locks
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_rap.c60 uint16 locks, uint32 id)
63 id, pUser, perms, locks, pPath);
67 uint16 locks, uint32 id)
74 id, pUser, locks, pPath, perms);
59 file_fn(const char * pPath, const char * pUser, uint16 perms, uint16 locks, uint32 id) argument
66 one_file_fn(const char *pPath, const char *pUser, uint16 perms, uint16 locks, uint32 id) argument

Completed in 301 milliseconds

12