Lines Matching full:acquire
32 .Fn lockstat:::adaptive-acquire "struct mtx *"
36 .Fn lockstat:::spin-acquire "struct mtx *"
39 .Fn lockstat:::rw-acquire "struct rwlock *" "int"
45 .Fn lockstat:::sx-acquire "struct sx *" "int"
51 .Fn lockstat:::lockmgr-acquire "struct lock *" "int"
81 .Fn acquire
89 .Fn lockstat:::adaptive-acquire
110 probe fires when a thread takes itself off the CPU while trying to acquire an
123 .Fn lockstat:::adaptive-acquire
127 .Fn lockstat:::spin-acquire
150 .Fn lockstat:::spin-acquire
154 .Fn lockstat:::rw-acquire
168 .Fn lockstat:::sx-acquire
172 .Fn lockstat:::lockmgr-acquire
203 waiting to acquire a lock of the corresponding type.
208 probes fire when a thread spins while waiting to acquire a lock
217 if the thread is attempting to acquire the lock as a writer, and
219 if the thread is attempting to acquire the lock as a reader.
226 the thread first attempted to acquire the lock.