Lines Matching refs:classes
18 The validator tracks the 'state' of lock-classes, and it tracks
19 dependencies between different lock-classes. The validator maintains a
95 between any two lock-classes:
213 is O(N^2), so even with just a few hundred lock-classes we'd have to do
228 The validator tracks a maximum of MAX_LOCKDEP_KEYS number of lock classes.
234 desktop systems have less than 1,000 lock classes, so this warning
240 load of the module will create a new set of lock classes for
242 classes (see below discussion of reuse of lock classes for why).
244 the number of lock classes will eventually reach the maximum.
249 spinlock_t will consume 8192 lock classes -unless- each spinlock
261 lock classes to be reused. However, if you are tempted to make this
263 be required, keeping in mind that the lock classes to be removed are
267 Of course, if you do run out of lock classes, the next thing to do is
268 to find the offending lock classes. First, the following command gives
269 you the number of lock classes currently in use along with the maximum:
271 grep "lock-classes" /proc/lockdep_stats
275 lock-classes: 748 [max: 8191]
279 identify the leaking lock classes: