Searched refs:hlock (Results 1 – 1 of 1) sorted by relevance
143 static inline struct lock_class *hlock_class(struct held_lock *hlock) in hlock_class() argument145 if (!hlock->class_idx) { in hlock_class()152 return lock_classes + hlock->class_idx - 1; in hlock_class()254 static void lock_release_holdtime(struct held_lock *hlock) in lock_release_holdtime() argument262 holdtime = lockstat_clock() - hlock->holdtime_stamp; in lock_release_holdtime()264 stats = get_lock_stats(hlock_class(hlock)); in lock_release_holdtime()265 if (hlock->read) in lock_release_holdtime()271 static inline void lock_release_holdtime(struct held_lock *hlock) in lock_release_holdtime() argument537 static void print_lock(struct held_lock *hlock) in print_lock() argument543 unsigned int class_idx = hlock->class_idx; in print_lock()[all …]