/freebsd/contrib/ntp/html/drivers/ |
H A D | driver11.html | 30 i = synchronization flag (' ' = locked, '?' = unlocked) 41 4 clock unlocked, accuracy < 1 us 42 5 clock unlocked, accuracy < 10 us 43 6 clock unlocked, accuracy < 100 us 44 7 clock unlocked, accuracy < 1 ms 45 8 clock unlocked, accuracy < 10 ms 46 9 clock unlocked, accuracy < 100 ms 47 A clock unlocked, accuracy < 1 s 48 B clock unlocked, accuracy < 10 s</pre>
|
H A D | driver5.html | 40 <dd>? receiver is unlocked<br> 55 … interval down from 4h (04) to 1h (01), so the receiver declares itself unlocked sooner. When in …
|
/freebsd/lib/libsys/ |
H A D | lockf.3 | 49 either return an error value or block until the section becomes unlocked. 92 unlocked. 93 The section to be locked or unlocked starts at the current 134 Locked sections will be unlocked starting 140 unlocked falls within a locked section), the remaining portions of 165 locked region is unlocked would cause a deadlock and fails with an
|
H A D | _umtx_op.2 | 102 The mutex is in unlocked state. 298 A non-zero value indicates an unlocked (posted) semaphore, while zero 485 Every mutex in both lists is unlocked as if the 695 after which the umutex is unlocked. 732 mutex is unlocked (following the appropriate protocol), and 939 to be unlocked. 1031 Check if a normal umutex is unlocked and wake up a waiter. 1065 Check if a umutex is unlocked and wake up a waiter. 1255 or might have been just unlocked.
|
H A D | mlockall.2 | 50 address space of a process until the address space is unlocked, the 94 succeeded and all pages in the range have either been locked or unlocked.
|
H A D | mlock.2 | 70 nor address-translation fault until they are unlocked. 111 If the call succeeds, all pages in the range become locked (unlocked);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | linux.cpp | 108 enum State : u32 { Unlocked = 0, Locked = 1, Sleeping = 2 }; in tryLock() 112 return atomic_compare_exchange_strong(&M, Unlocked, Locked, in lockSlow() 113 memory_order_acquire) == Unlocked; in lockSlow() 118 u32 V = atomic_compare_exchange_strong(&M, Unlocked, Locked, in lockSlow() 120 if (V == Unlocked) in lockSlow() 124 while (V != Unlocked) { in unlock() 133 atomic_store(&M, Unlocked, memory_order_release); in assertHeldImpl() 140 CHECK(atomic_load(&M, memory_order_acquire) != Unlocked); in getMonotonicTime() 103 enum State : u32 { Unlocked = 0, Locked = 1, Sleeping = 2 }; global() enumerator
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_arbiter.c | 40 * i = synchronization flag (' ' = locked, '?' = unlocked) 57 * 4 clock unlocked, accuracy < 1 us 58 * 5 clock unlocked, accuracy < 10 us 59 * 6 clock unlocked, accuracy < 100 us 60 * 7 clock unlocked, accuracy < 1 ms 61 * 8 clock unlocked, accuracy < 10 ms 62 * 9 clock unlocked, accuracy < 100 ms 63 * A clock unlocked, accuracy < 1 s 64 * B clock unlocked, accuracy < 10 s
|
/freebsd/share/man/man9/ |
H A D | vrele.9 | 58 function takes an unlocked vnode and returns with the vnode unlocked. 62 function should be given a locked vnode as argument, the vnode is unlocked
|
H A D | pget.9 | 53 case, it is returned unlocked (but held). 66 If set, the found process will be held and unlocked.
|
H A D | VOP_COPY_FILE_RANGE.9 | 114 The vnode are unlocked on entry and must be unlocked on return.
|
H A D | mi_switch.9 | 152 It may be unlocked as part of the context switch. 155 with their thread lock unlocked.
|
H A D | rmlock.9 | 253 lock must be unlocked. 345 lock must be unlocked.
|
H A D | lock.9 | 244 is currently owned and not recursed, and will return it unlocked. 452 and will be returned unlocked.
|
/freebsd/sbin/ipf/ipfs/ |
H A D | ipfs.8 | 96 operation and unlocked once complete. 104 operation and unlocked once complete.
|
/freebsd/sys/compat/linux/ |
H A D | check_internal_locks.d | 32 * - no unlocking of already unlocked one 65 printf("ERROR: unlock attempt of unlocked %s (%p),", probefunc, arg0);
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PthreadLockChecker.cpp | 37 Unlocked, enumerator 47 static LockState getUnlocked() { return LockState(Unlocked); } in getUnlocked() 59 bool isUnlocked() const { return K == Unlocked; } in isUnlocked() 353 Out << ": unlocked"; in printState() 359 Out << ": unlocked, possibly destroyed"; in printState() 523 "This lock has already been unlocked"); in ReleaseLockAux() 688 // It is tricky though: even if the mutex cannot be unlocked anymore, in checkDeadSymbols()
|
/freebsd/sys/dev/random/fenestrasX/ |
H A D | fx_brng.c | 86 * has already been performed. The root BRNG is unlocked on return. 227 * 'rng' is locked on entry and unlocked on return. 249 * BRNG is locked on entry. It is unlocked on return.
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | bufferevent.c | 192 #define UNLOCKED(stmt) \ in bufferevent_run_deferred_callbacks_unlocked() macro 202 UNLOCKED(errorcb(bufev, BEV_EVENT_CONNECTED, cbarg)); in bufferevent_run_deferred_callbacks_unlocked() 208 UNLOCKED(readcb(bufev, cbarg)); in bufferevent_run_deferred_callbacks_unlocked() 215 UNLOCKED(writecb(bufev, cbarg)); in bufferevent_run_deferred_callbacks_unlocked() 225 UNLOCKED(errorcb(bufev,what,cbarg)); in bufferevent_run_deferred_callbacks_unlocked() 228 #undef UNLOCKED in bufferevent_run_deferred_callbacks_unlocked()
|
/freebsd/contrib/libevent/ |
H A D | bufferevent.c | 192 #define UNLOCKED(stmt) \ in bufferevent_run_deferred_callbacks_unlocked() macro 202 UNLOCKED(errorcb(bufev, BEV_EVENT_CONNECTED, cbarg)); in bufferevent_run_deferred_callbacks_unlocked() 208 UNLOCKED(readcb(bufev, cbarg)); in bufferevent_run_deferred_callbacks_unlocked() 215 UNLOCKED(writecb(bufev, cbarg)); in bufferevent_run_deferred_callbacks_unlocked() 225 UNLOCKED(errorcb(bufev,what,cbarg)); in bufferevent_run_deferred_callbacks_unlocked() 228 #undef UNLOCKED in bufferevent_run_deferred_callbacks_unlocked()
|
/freebsd/contrib/bc/include/ |
H A D | status.h | 706 /// Assert that signals are unlocked. There are non-async-signal-safe functions 709 /// (no-op in non-debug mode) that check that signals are unlocked. 725 /// Assert that signals are unlocked. There are non-async-signal-safe functions 728 /// (no-op in non-debug mode) that check that signals are unlocked. 763 /// Unlocks signals, regardless of if they were already unlocked. If a signal 787 * Restores the previous state of a signal lock, and if it is now unlocked,
|
/freebsd/sys/kern/ |
H A D | vfs_extattr.c | 154 * VFS_EXTATTRCTL will have unlocked, but not de-ref'd, filename_vp, in sys_extattrctl() 165 * Arguments: unlocked vnode "vp", attribute namespace "attrnamespace", 342 * Arguments: unlocked vnode "vp", attribute namespace "attrnamespace", 529 * Arguments: unlocked vnode "vp", attribute namespace "attrnamespace", 678 * Arguments: unlocked vnode "vp", attribute namespace 'attrnamespace",
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_ftn_entry.h | 1113 typedef enum { UNINIT = -1, UNLOCKED, LOCKED } kmp_stub_lock_t; in FTN_INIT_LOCK_WITH_HINT() 1120 *((kmp_stub_lock_t *)user_lock) = UNLOCKED; 1133 *((kmp_stub_lock_t *)user_lock) = UNLOCKED; 1147 *((kmp_stub_lock_t *)user_lock) = UNLOCKED; 1160 *((kmp_stub_lock_t *)user_lock) = UNLOCKED; 1199 if (*((kmp_stub_lock_t *)user_lock) != UNLOCKED) { in KMP_EXPAND_NAME() 1232 if (*((kmp_stub_lock_t *)user_lock) == UNLOCKED) { in KMP_EXPAND_NAME() 1235 *((kmp_stub_lock_t *)user_lock) = UNLOCKED; 1250 if (*((kmp_stub_lock_t *)user_lock) == UNLOCKED) { in KMP_EXPAND_NAME() 1104 typedef enum { UNINIT = -1, UNLOCKED, LOCKED } kmp_stub_lock_t; global() enumerator
|
/freebsd/tools/test/stress2/misc/ |
H A D | fullpath2.sh | 33 # vp->v_mount->mnt_vnodecovered unlocked. This allowed unmount to race. 35 # explanation why unlocked check for the flag is considered safe.
|
H A D | zz-combo04.sh | 30 # "panic: vm_page_dequeue: queued unlocked page
|