Lines Matching defs:lock
90 static void lock_error(struct checked_lock* lock, in lock_error()
118 acquire_locklock(struct checked_lock* lock, in acquire_locklock()
147 struct checked_lock* lock = *(struct checked_lock**)p; in lock_protect() local
169 struct checked_lock* lock = *(struct checked_lock**)mangled; in lock_unprotect() local
198 prot_check(struct checked_lock* lock, in prot_check()
215 prot_store(struct checked_lock* lock) in prot_store()
229 struct checked_lock* lock = *(struct checked_lock**)pp; in lock_get_mem() local
243 ordercheck_locklock(struct thr_check* thr, struct checked_lock* lock) in ordercheck_locklock()
263 ordercheck_lockcreate(struct thr_check* thr, struct checked_lock* lock) in ordercheck_lockcreate()
283 checklock_init(enum check_lock_type type, struct checked_lock** lock, in checklock_init()
330 prot_clear(struct checked_lock* lock) in prot_clear()
343 checktype(enum check_lock_type type, struct checked_lock* lock, in checktype()
356 checklock_destroy(enum check_lock_type type, struct checked_lock** lock, in checklock_destroy()
412 finish_acquire_lock(struct thr_check* thr, struct checked_lock* lock, in finish_acquire_lock()
451 checklock_lockit(enum check_lock_type type, struct checked_lock* lock, in checklock_lockit()
516 checklock_rdlock(enum check_lock_type type, struct checked_lock* lock, in checklock_rdlock()
539 checklock_wrlock(enum check_lock_type type, struct checked_lock* lock, in checklock_wrlock()
579 checklock_lock(enum check_lock_type type, struct checked_lock* lock, in checklock_lock()
606 checklock_unlock(enum check_lock_type type, struct checked_lock* lock, in checklock_unlock()
790 lock_debug_info(struct checked_lock* lock) in lock_debug_info()
813 held_debug_info(struct thr_check* thr, struct checked_lock* lock) in held_debug_info()