Searched refs:hlock (Results 1 – 1 of 1) sorted by relevance
156 static inline struct lock_class *hlock_class(struct held_lock *hlock) in hlock_class() argument158 unsigned int class_idx = hlock->class_idx; in hlock_class()277 static void lock_release_holdtime(struct held_lock *hlock) in lock_release_holdtime() argument285 holdtime = lockstat_clock() - hlock->holdtime_stamp; in lock_release_holdtime()287 stats = get_lock_stats(hlock_class(hlock)); in lock_release_holdtime()288 if (hlock->read) in lock_release_holdtime()294 static inline void lock_release_holdtime(struct held_lock *hlock) in lock_release_holdtime() argument671 static void print_lock(struct held_lock *hlock) in print_lock() argument683 struct lock_class *lock = hlock_class(hlock); in print_lock()690 printk(KERN_CONT "%px", hlock->instance); in print_lock()[all …]