Searched refs:locked (Results 1 - 25 of 103) sorted by last modified time

12345

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dresolver.c206 /*% Not locked. */
493 static isc_boolean_t maybe_destroy(fetchctx_t *fctx, isc_boolean_t locked);
3986 maybe_destroy(fetchctx_t *fctx, isc_boolean_t locked) { argument
3996 if (!locked)
4012 if (!locked)
6554 isc_boolean_t locked = ISC_FALSE; local
6643 locked = ISC_TRUE;
6655 if (!locked)
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_misc.c101 LIN_SDT_PROBE_DECLARE(locks, emul_lock, locked);
103 LIN_SDT_PROBE_DECLARE(locks, emul_shared_rlock, locked);
105 LIN_SDT_PROBE_DECLARE(locks, emul_shared_wlock, locked);
250 int error, locked, vfslocked, writecount; local
261 locked = 0;
276 * From here on down, we have a locked vnode that must be unlocked.
279 locked = 1;
397 locked = 0;
469 if (locked) {
H A Dlinux_futex.c75 LIN_SDT_PROBE_DECLARE(locks, emul_lock, locked);
81 LIN_SDT_PROBE_DEFINE1(locks, futex_mtx, locked, "struct mtx *");
232 locked, &futex_mtx); \
/freebsd-9.3-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_vfs.c48 int locked; local
50 if (!(locked = mtx_owned(MNT_MTX(vfsp))))
86 if (!locked)
93 int locked; local
95 if (!(locked = mtx_owned(MNT_MTX(vfsp))))
98 if (!locked)
/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_int.h149 int engine_free_util(ENGINE *e, int locked);
H A Deng_lib.c107 int engine_free_util(ENGINE *e, int locked) argument
115 if (locked)
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Db_sock.c110 int locked = 0; local
135 locked = 1;
153 if (locked)
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c1320 int locked; local
1331 locked = 0;
1360 locked = 1;
1384 if (locked)
1456 int locked = waslocked; local
1467 if (! locked) {
1480 locked = 1;
1502 if (locked && !waslocked)
1667 int locked = waslocked; local
1669 int locked local
[all...]
/freebsd-9.3-release/sys/vm/
H A Dvm_map.c569 * Requires that the map be read locked.
849 * The map must be locked, and leaves it so.
1024 * The map must be locked, and leaves it so.
1060 boolean_t locked; local
1072 } else if ((locked = vm_map_locked(map)) ||
1081 if (!locked)
1097 * Since the map is only locked for read access, perform a
1128 * Requires that the map be locked, and leaves it so.
1344 * The map must be locked, and leaves it so.
1511 * The map must be locked
3170 int locked; local
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_bufferevent.c210 size_t locked /** allow recursive locking */; member in struct:__anon188
246 if (!lock || lock->status == FREE || lock->locked) {
261 ++lock->locked;
268 if (!lock || lock->status == FREE || !lock->locked) {
272 --lock->locked;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dswapinfo.d16 * RAM Kernel Kernel resident in RAM (and usually locked)
76 this->locked = `pages_locked;
108 this->locked *= `_pagesize; this->locked /= 1048576;
134 printf("RAM Locked %5d MB\n", this->locked);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Mem/
H A Dswapinfo.d16 * RAM Kernel Kernel resident in RAM (and usually locked)
76 this->locked = `pages_locked;
108 this->locked *= `_pagesize; this->locked /= 1048576;
134 printf("RAM Locked %5d MB\n", this->locked);
/freebsd-9.3-release/lib/libkse/test/
H A Dmutex_d.exp25 Destruction of mutex locked by self - PASS
26 Destruction of mutex locked by another thread - PASS
30 Destruction of mutex locked by self - PASS
31 Destruction of mutex locked by another thread - PASS
35 Destruction of mutex locked by self - PASS
36 Destruction of mutex locked by another thread - PASS
40 Destruction of mutex locked by self - PASS
41 Destruction of mutex locked by another thread - PASS
45 Destruction of mutex locked by self - PASS
46 Destruction of mutex locked b
[all...]
/freebsd-9.3-release/lib/libpmc/
H A Dlibpmc.c1022 /* ls locked operation */
1024 __K8MASK(locked-instructions, 0),
/freebsd-9.3-release/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c852 lock.locked = FALSE;
872 client->cl_locked = lock.locked;
1140 * If the server has locked this client to a
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_create.c58 int ret = 0, locked, create_suspended; local
148 locked = 1;
150 locked = 0;
195 if (!locked)
207 } else if (locked) {
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dieee.c2842 INTn (locked register);
/freebsd-9.3-release/contrib/nvi/common/
H A Drecover.c57 * file exists, and is exclusively locked.
59 * In the EXF structure we maintain a file descriptor that is the locked
539 /* If it's locked, it's live. */
603 int fd, found, locked, requested, sv_fd; local
649 locked = 0;
652 locked = 1;
655 /* If it's locked, it's live. */
767 if (!locked)
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmci.c711 ** locked it. This has the (according to some)
828 sm_dprintf("mci_unlock_host: stat file already locked\n");
864 bool locked = true; local
907 locked = lockfile(sm_io_getinfo(fp, SM_IO_WHAT_FD, NULL), fname, "",
909 if (locked)
920 return locked;
1320 bool locked; local
1358 locked = !lockfile(sm_io_getinfo(fp, SM_IO_WHAT_FD, NULL), pathname,
1364 locked ? '*' : ' ', hostname,
/freebsd-9.3-release/contrib/cvs/src/
H A Dimport.c745 int locked, status, ierrno; local
751 locked = 0;
763 locked = 1;
786 if (locked)
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp155 MutexGuard locked(lock);
159 void *&CurVal = EEState.getGlobalAddressMap(locked)[GV];
164 if (!EEState.getGlobalAddressReverseMap(locked).empty()) {
166 EEState.getGlobalAddressReverseMap(locked)[Addr];
173 MutexGuard locked(lock);
175 EEState.getGlobalAddressMap(locked).clear();
176 EEState.getGlobalAddressReverseMap(locked).clear();
180 MutexGuard locked(lock);
183 EEState.RemoveMapping(locked, FI);
186 EEState.RemoveMapping(locked, G
[all...]
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp152 MutexGuard locked(lock);
153 FunctionPassManager &PM = jitstate->getPM(locked);
178 MutexGuard locked(lock);
185 FunctionPassManager &PM = jitstate->getPM(locked);
206 MutexGuard locked(lock);
216 FunctionPassManager &PM = jitstate->getPM(locked);
407 MutexGuard locked(lock);
413 MutexGuard locked(lock);
425 MutexGuard locked(lock);
432 MutexGuard locked(loc
466 runJITOnFunctionUnlocked(Function *F, const MutexGuard &locked) argument
488 jitTheFunction(Function *F, const MutexGuard &locked) argument
[all...]
H A DJIT.h213 void runJITOnFunctionUnlocked(Function *F, const MutexGuard &locked);
215 void jitTheFunction(Function *F, const MutexGuard &locked);
H A DJITEmitter.cpp124 const MutexGuard& locked) {
125 assert(locked.holds(TheJIT->lock));
135 const MutexGuard &locked, void *CallSite) const {
136 assert(locked.holds(TheJIT->lock));
149 void AddCallSite(const MutexGuard &locked, void *CallSite, Function *F) { argument
150 assert(locked.holds(TheJIT->lock));
502 MutexGuard locked(TheJIT->lock);
505 return state.getFunctionToLazyStubMap(locked).lookup(F);
511 MutexGuard locked(TheJIT->lock);
514 void *&Stub = state.getFunctionToLazyStubMap(locked)[
123 getFunctionToLazyStubMap( const MutexGuard& locked) argument
134 LookupFunctionFromCallSite( const MutexGuard &locked, void *CallSite) const argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp66 MutexGuard locked(lock);
93 MutexGuard locked(lock);
98 MutexGuard locked(lock);
105 MutexGuard locked(lock);
110 MutexGuard locked(lock);
148 MutexGuard locked(lock);
188 MutexGuard locked(lock);
204 MutexGuard locked(lock);
217 MutexGuard locked(lock);
243 MutexGuard locked(loc
[all...]

Completed in 243 milliseconds

12345