Searched refs:hlock (Results 1 – 1 of 1) sorted by relevance
140 static inline struct lock_class *hlock_class(struct held_lock *hlock) in hlock_class() argument142 if (!hlock->class_idx) { in hlock_class()149 return lock_classes + hlock->class_idx - 1; in hlock_class()257 static void lock_release_holdtime(struct held_lock *hlock) in lock_release_holdtime() argument265 holdtime = lockstat_clock() - hlock->holdtime_stamp; in lock_release_holdtime()267 stats = get_lock_stats(hlock_class(hlock)); in lock_release_holdtime()268 if (hlock->read) in lock_release_holdtime()275 static inline void lock_release_holdtime(struct held_lock *hlock) in lock_release_holdtime() argument552 static void print_lock(struct held_lock *hlock) in print_lock() argument558 unsigned int class_idx = hlock->class_idx; in print_lock()[all …]