Lines Matching defs:lock
86 rangelock_cheat_drain(struct rangelock *lock) in rangelock_cheat_drain()
104 rangelock_cheat_lock(struct rangelock *lock, int locktype, bool trylock, in rangelock_cheat_lock()
189 rangelock_cheat_unlock(struct rangelock *lock, void *cookie) in rangelock_cheat_unlock()
258 rangelock_cheat_destroy(struct rangelock *lock) in rangelock_cheat_destroy()
330 rangelock_init(struct rangelock *lock) in rangelock_init()
337 rangelock_destroy(struct rangelock *lock) in rangelock_destroy()
401 rangelock_unlock_int(struct rangelock *lock, struct rl_q_entry *e) in rangelock_unlock_int()
417 rangelock_unlock(struct rangelock *lock, void *cookie) in rangelock_unlock()
454 rl_insert_sleep(struct rangelock *lock) in rl_insert_sleep()
475 rangelock_noncheating_destroy(struct rangelock *lock) in rangelock_noncheating_destroy()
525 rl_r_validate(struct rangelock *lock, struct rl_q_entry *e, bool trylock, in rl_r_validate()
571 rl_w_validate(struct rangelock *lock, struct rl_q_entry *e, in rl_w_validate()
617 rl_insert(struct rangelock *lock, struct rl_q_entry *e, bool trylock, in rl_insert()
685 rangelock_lock_int(struct rangelock *lock, bool trylock, vm_ooffset_t start, in rangelock_lock_int()
712 rangelock_rlock(struct rangelock *lock, vm_ooffset_t start, vm_ooffset_t end) in rangelock_rlock()
718 rangelock_tryrlock(struct rangelock *lock, vm_ooffset_t start, vm_ooffset_t end) in rangelock_tryrlock()
724 rangelock_wlock(struct rangelock *lock, vm_ooffset_t start, vm_ooffset_t end) in rangelock_wlock()
730 rangelock_trywlock(struct rangelock *lock, vm_ooffset_t start, vm_ooffset_t end) in rangelock_trywlock()
741 rangelock_may_recurse(struct rangelock *lock) in rangelock_may_recurse()
789 struct rangelock *lock; in DB_SHOW_COMMAND() local