Home
last modified time | relevance | path

Searched refs:hlock (Results 1 – 1 of 1) sorted by relevance

/kernel/locking/
Dlockdep.c156 static inline struct lock_class *hlock_class(struct held_lock *hlock) in hlock_class() argument
158 unsigned int class_idx = hlock->class_idx; in hlock_class()
277 static void lock_release_holdtime(struct held_lock *hlock) in lock_release_holdtime() argument
285 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() argument
671 static void print_lock(struct held_lock *hlock) in print_lock() argument
683 struct lock_class *lock = hlock_class(hlock); in print_lock()
690 printk(KERN_CONT "%px", hlock->instance); in print_lock()
[all …]