Lines Matching +full:acquisition +full:- +full:time
1 .\"-
2 .\" Copyright (c) 2004 Dag-Erling Smørgrav
44 .Dq acquisition point .
45 Acquisition points are
49 For each acquisition point, the following statistics are accumulated:
50 .Bl -bullet
52 The longest time the lock was ever continuously held after being
55 The total time the lock was held after being acquired at this point.
57 The total time that threads have spent waiting to acquire the lock.
59 The total number of non-recursive acquisitions.
68 In addition, the average hold time and average wait time are derived
69 from the total hold time
70 and total wait time respectively and the number of acquisitions.
77 .Bl -tag -width indent
86 .Bl -tag -width ".Va cnt_hold"
88 The longest continuous hold time in microseconds.
90 The longest continuous wait time in microseconds.
92 The total (accumulated) hold time in microseconds.
94 The total (accumulated) wait time in microseconds.
98 The average hold time in microseconds, derived from the total hold time
101 The average wait time in microseconds, derived from the total wait time
110 The name of the acquisition point, derived from the source file name
114 The number of acquisition points that were ignored after the table
131 .An -nosplit
136 .An Dag-Erling Sm\(/orgrav Aq Mt des@FreeBSD.org
144 .An Dag-Erling Sm\(/orgrav Aq Mt des@FreeBSD.org .