Lines Matching defs:lock
79 static void lock_error(struct checked_lock* lock, in lock_error()
107 acquire_locklock(struct checked_lock* lock, in acquire_locklock()
136 struct checked_lock* lock = *(struct checked_lock**)p; in lock_protect() local
158 struct checked_lock* lock = *(struct checked_lock**)mangled; in lock_unprotect() local
187 prot_check(struct checked_lock* lock, in prot_check()
204 prot_store(struct checked_lock* lock) in prot_store()
218 struct checked_lock* lock = *(struct checked_lock**)pp; in lock_get_mem() local
232 ordercheck_locklock(struct thr_check* thr, struct checked_lock* lock) in ordercheck_locklock()
252 ordercheck_lockcreate(struct thr_check* thr, struct checked_lock* lock) in ordercheck_lockcreate()
272 checklock_init(enum check_lock_type type, struct checked_lock** lock, in checklock_init()
319 prot_clear(struct checked_lock* lock) in prot_clear()
332 checktype(enum check_lock_type type, struct checked_lock* lock, in checktype()
345 checklock_destroy(enum check_lock_type type, struct checked_lock** lock, in checklock_destroy()
401 finish_acquire_lock(struct thr_check* thr, struct checked_lock* lock, in finish_acquire_lock()
440 checklock_lockit(enum check_lock_type type, struct checked_lock* lock, in checklock_lockit()
505 checklock_rdlock(enum check_lock_type type, struct checked_lock* lock, in checklock_rdlock()
525 checklock_wrlock(enum check_lock_type type, struct checked_lock* lock, in checklock_wrlock()
562 checklock_lock(enum check_lock_type type, struct checked_lock* lock, in checklock_lock()
586 checklock_unlock(enum check_lock_type type, struct checked_lock* lock, in checklock_unlock()
766 lock_debug_info(struct checked_lock* lock) in lock_debug_info()
789 held_debug_info(struct thr_check* thr, struct checked_lock* lock) in held_debug_info()