Lines Matching refs:held_lock

227 static inline struct lock_class *hlock_class(struct held_lock *hlock)  in hlock_class()
345 static void lock_release_holdtime(struct held_lock *hlock) in lock_release_holdtime()
362 static inline void lock_release_holdtime(struct held_lock *hlock) in lock_release_holdtime()
429 static inline u16 hlock_id(struct held_lock *hlock) in hlock_id()
717 static void __print_lock_name(struct held_lock *hlock, struct lock_class *class) in __print_lock_name()
737 static void print_lock_name(struct held_lock *hlock, struct lock_class *class) in print_lock_name()
762 static void print_lock(struct held_lock *hlock) in print_lock()
1631 __calc_dep_bit(struct held_lock *prev, struct held_lock *next) in __calc_dep_bit()
1636 static inline u8 calc_dep(struct held_lock *prev, struct held_lock *next) in calc_dep()
1646 __calc_dep_bitb(struct held_lock *prev, struct held_lock *next) in __calc_dep_bitb()
1651 static inline u8 calc_depb(struct held_lock *prev, struct held_lock *next) in calc_depb()
1677 struct held_lock *hlock) in bfs_init_root()
1691 struct held_lock *hlock) in bfs_init_rootb()
1887 print_circular_lock_scenario(struct held_lock *src, in print_circular_lock_scenario()
1888 struct held_lock *tgt, in print_circular_lock_scenario()
1952 struct held_lock *check_src, in print_circular_bug_header()
1953 struct held_lock *check_tgt) in print_circular_bug_header()
1998 struct held_lock *hlock = (struct held_lock *)data; in hlock_conflict()
2007 struct held_lock *check_src, in print_circular_bug()
2008 struct held_lock *check_tgt) in print_circular_bug()
2124 check_path(struct held_lock *target, struct lock_list *src_entry, in check_path()
2139 static void print_deadlock_bug(struct task_struct *, struct held_lock *, struct held_lock *);
2149 check_noncircular(struct held_lock *src, struct held_lock *target, in check_noncircular()
2552 struct held_lock *prev, in print_bad_irq_dependency()
2553 struct held_lock *next, in print_bad_irq_dependency()
2780 static int check_irq_usage(struct task_struct *curr, struct held_lock *prev, in check_irq_usage()
2781 struct held_lock *next) in check_irq_usage()
2869 struct held_lock *prev, struct held_lock *next) in check_irq_usage()
2910 struct held_lock *hlock = (struct held_lock *)data; in hlock_equal()
2926 check_redundant(struct held_lock *src, struct held_lock *target) in check_redundant()
2963 check_redundant(struct held_lock *src, struct held_lock *target) in check_redundant()
2991 print_deadlock_scenario(struct held_lock *nxt, struct held_lock *prv) in print_deadlock_scenario()
3010 print_deadlock_bug(struct task_struct *curr, struct held_lock *prev, in print_deadlock_bug()
3011 struct held_lock *next) in print_deadlock_bug()
3057 check_deadlock(struct task_struct *curr, struct held_lock *next) in check_deadlock()
3060 struct held_lock *prev; in check_deadlock()
3061 struct held_lock *nest = NULL; in check_deadlock()
3122 check_prev_add(struct task_struct *curr, struct held_lock *prev, in check_prev_add()
3123 struct held_lock *next, u16 distance, in check_prev_add()
3258 check_prevs_add(struct task_struct *curr, struct held_lock *next) in check_prevs_add()
3262 struct held_lock *hlock; in check_prevs_add()
3571 struct held_lock *hlock) in get_first_held_lock()
3574 struct held_lock *hlock_curr; in get_first_held_lock()
3601 print_chain_keys_held_locks(struct task_struct *curr, struct held_lock *hlock_next) in print_chain_keys_held_locks()
3603 struct held_lock *hlock; in print_chain_keys_held_locks()
3638 struct held_lock *hlock_next, in print_collision()
3671 struct held_lock *hlock, in check_no_collision()
3731 struct held_lock *hlock, in add_chain_cache()
3817 struct held_lock *hlock, in lookup_chain_cache_add()
3862 struct held_lock *hlock, in validate_chain()
3923 struct held_lock *hlock, in validate_chain()
3939 struct held_lock *hlock, *prev_hlock = NULL; in check_chain_key()
3986 static int mark_lock(struct task_struct *curr, struct held_lock *this,
3989 static void print_usage_bug_scenario(struct held_lock *lock) in print_usage_bug_scenario()
4007 print_usage_bug(struct task_struct *curr, struct held_lock *this, in print_usage_bug()
4051 valid_state(struct task_struct *curr, struct held_lock *this, in valid_state()
4069 struct held_lock *this, int forwards, in print_irq_inversion_bug()
4135 check_usage_forwards(struct task_struct *curr, struct held_lock *this, in check_usage_forwards()
4170 check_usage_backwards(struct task_struct *curr, struct held_lock *this, in check_usage_backwards()
4252 typedef int (*check_usage_f)(struct task_struct *, struct held_lock *,
4256 mark_lock_irq(struct task_struct *curr, struct held_lock *this, in mark_lock_irq()
4310 struct held_lock *hlock; in mark_held_locks()
4618 mark_usage(struct task_struct *curr, struct held_lock *hlock, int check) in mark_usage()
4687 struct held_lock *hlock) in separate_irq_context()
4695 struct held_lock *prev_hlock; in separate_irq_context()
4712 static int mark_lock(struct task_struct *curr, struct held_lock *this, in mark_lock()
4802 struct held_lock *hlock) in print_lock_invalid_wait_context()
4852 static int check_wait_context(struct task_struct *curr, struct held_lock *next) in check_wait_context()
4869 struct held_lock *prev = curr->held_locks + depth; in check_wait_context()
4878 struct held_lock *prev = curr->held_locks + depth; in check_wait_context()
4910 mark_usage(struct task_struct *curr, struct held_lock *hlock, int check) in mark_usage()
4921 struct held_lock *hlock) in separate_irq_context()
4927 struct held_lock *next) in check_wait_context()
5034 struct held_lock *hlock) in print_lock_nested_lock_not_held()
5084 struct held_lock *hlock; in __lock_acquire()
5303 static noinstr int match_held_lock(const struct held_lock *hlock, in match_held_lock()
5340 static struct held_lock *find_held_lock(struct task_struct *curr, in find_held_lock()
5344 struct held_lock *ret, *hlock, *prev_hlock; in find_held_lock()
5378 struct held_lock *hlock; in reacquire_held_locks()
5414 struct held_lock *hlock; in __lock_set_class()
5461 struct held_lock *hlock; in __lock_downgrade()
5515 struct held_lock *hlock; in __lock_release()
5599 struct held_lock *hlock = curr->held_locks + i; in __lock_is_held()
5622 struct held_lock *hlock = curr->held_locks + i; in __lock_pin_lock()
5649 struct held_lock *hlock = curr->held_locks + i; in __lock_repin_lock()
5669 struct held_lock *hlock = curr->held_locks + i; in __lock_unpin_lock()
5770 static void verify_lock_unused(struct lockdep_map *lock, struct held_lock *hlock, int subclass) in verify_lock_unused()
5847 struct held_lock hlock; in lock_acquire()
6039 struct held_lock *hlock; in __lock_contended()
6083 struct held_lock *hlock; in __lock_acquired()
6179 memset(current->held_locks, 0, MAX_LOCK_DEPTH*sizeof(struct held_lock)); in lockdep_reset()
6673 const void *mem_to, struct held_lock *hlock) in print_freed_lock_bug()
6713 struct held_lock *hlock; in debug_check_no_locks_freed()