held_lock         987 include/linux/sched.h 	struct held_lock		held_locks[MAX_LOCK_DEPTH];
held_lock         156 kernel/locking/lockdep.c static inline struct lock_class *hlock_class(struct held_lock *hlock)
held_lock         277 kernel/locking/lockdep.c static void lock_release_holdtime(struct held_lock *hlock)
held_lock         294 kernel/locking/lockdep.c static inline void lock_release_holdtime(struct held_lock *hlock)
held_lock         671 kernel/locking/lockdep.c static void print_lock(struct held_lock *hlock)
held_lock        1562 kernel/locking/lockdep.c print_circular_lock_scenario(struct held_lock *src,
held_lock        1563 kernel/locking/lockdep.c 			     struct held_lock *tgt,
held_lock        1617 kernel/locking/lockdep.c 			struct held_lock *check_src,
held_lock        1618 kernel/locking/lockdep.c 			struct held_lock *check_tgt)
held_lock        1650 kernel/locking/lockdep.c 					struct held_lock *check_src,
held_lock        1651 kernel/locking/lockdep.c 					struct held_lock *check_tgt)
held_lock        1788 kernel/locking/lockdep.c check_noncircular(struct held_lock *src, struct held_lock *target,
held_lock        1827 kernel/locking/lockdep.c check_redundant(struct held_lock *src, struct held_lock *target)
held_lock        2033 kernel/locking/lockdep.c 			 struct held_lock *prev,
held_lock        2034 kernel/locking/lockdep.c 			 struct held_lock *next,
held_lock        2227 kernel/locking/lockdep.c static int check_irq_usage(struct task_struct *curr, struct held_lock *prev,
held_lock        2228 kernel/locking/lockdep.c 			   struct held_lock *next)
held_lock        2320 kernel/locking/lockdep.c 				  struct held_lock *prev, struct held_lock *next)
held_lock        2333 kernel/locking/lockdep.c print_deadlock_scenario(struct held_lock *nxt, struct held_lock *prv)
held_lock        2352 kernel/locking/lockdep.c print_deadlock_bug(struct task_struct *curr, struct held_lock *prev,
held_lock        2353 kernel/locking/lockdep.c 		   struct held_lock *next)
held_lock        2386 kernel/locking/lockdep.c check_deadlock(struct task_struct *curr, struct held_lock *next)
held_lock        2388 kernel/locking/lockdep.c 	struct held_lock *prev;
held_lock        2389 kernel/locking/lockdep.c 	struct held_lock *nest = NULL;
held_lock        2444 kernel/locking/lockdep.c check_prev_add(struct task_struct *curr, struct held_lock *prev,
held_lock        2445 kernel/locking/lockdep.c 	       struct held_lock *next, int distance,
held_lock        2554 kernel/locking/lockdep.c check_prevs_add(struct task_struct *curr, struct held_lock *next)
held_lock        2558 kernel/locking/lockdep.c 	struct held_lock *hlock;
held_lock        2641 kernel/locking/lockdep.c 					struct held_lock *hlock)
held_lock        2644 kernel/locking/lockdep.c 	struct held_lock *hlock_curr;
held_lock        2671 kernel/locking/lockdep.c print_chain_keys_held_locks(struct task_struct *curr, struct held_lock *hlock_next)
held_lock        2673 kernel/locking/lockdep.c 	struct held_lock *hlock;
held_lock        2708 kernel/locking/lockdep.c 			struct held_lock *hlock_next,
held_lock        2737 kernel/locking/lockdep.c 			struct held_lock *hlock,
held_lock        2797 kernel/locking/lockdep.c 				  struct held_lock *hlock,
held_lock        2880 kernel/locking/lockdep.c 					 struct held_lock *hlock,
held_lock        2925 kernel/locking/lockdep.c 			  struct held_lock *hlock,
held_lock        2989 kernel/locking/lockdep.c 				 struct held_lock *hlock,
held_lock        3003 kernel/locking/lockdep.c 	struct held_lock *hlock, *prev_hlock = NULL;
held_lock        3050 kernel/locking/lockdep.c static int mark_lock(struct task_struct *curr, struct held_lock *this,
held_lock        3053 kernel/locking/lockdep.c static void print_usage_bug_scenario(struct held_lock *lock)
held_lock        3071 kernel/locking/lockdep.c print_usage_bug(struct task_struct *curr, struct held_lock *this,
held_lock        3111 kernel/locking/lockdep.c valid_state(struct task_struct *curr, struct held_lock *this,
held_lock        3128 kernel/locking/lockdep.c 			struct held_lock *this, int forwards,
held_lock        3190 kernel/locking/lockdep.c check_usage_forwards(struct task_struct *curr, struct held_lock *this,
held_lock        3217 kernel/locking/lockdep.c check_usage_backwards(struct task_struct *curr, struct held_lock *this,
held_lock        3287 kernel/locking/lockdep.c typedef int (*check_usage_f)(struct task_struct *, struct held_lock *,
held_lock        3291 kernel/locking/lockdep.c mark_lock_irq(struct task_struct *curr, struct held_lock *this,
held_lock        3348 kernel/locking/lockdep.c 	struct held_lock *hlock;
held_lock        3545 kernel/locking/lockdep.c mark_usage(struct task_struct *curr, struct held_lock *hlock, int check)
held_lock        3607 kernel/locking/lockdep.c 		struct held_lock *hlock)
held_lock        3615 kernel/locking/lockdep.c 		struct held_lock *prev_hlock;
held_lock        3632 kernel/locking/lockdep.c static int mark_lock(struct task_struct *curr, struct held_lock *this,
held_lock        3692 kernel/locking/lockdep.c mark_usage(struct task_struct *curr, struct held_lock *hlock, int check)
held_lock        3703 kernel/locking/lockdep.c 		struct held_lock *hlock)
held_lock        3775 kernel/locking/lockdep.c 				struct held_lock *hlock,
held_lock        3822 kernel/locking/lockdep.c 	struct held_lock *hlock;
held_lock        4014 kernel/locking/lockdep.c static int match_held_lock(const struct held_lock *hlock,
held_lock        4051 kernel/locking/lockdep.c static struct held_lock *find_held_lock(struct task_struct *curr,
held_lock        4055 kernel/locking/lockdep.c 	struct held_lock *ret, *hlock, *prev_hlock;
held_lock        4089 kernel/locking/lockdep.c 	struct held_lock *hlock;
held_lock        4125 kernel/locking/lockdep.c 	struct held_lock *hlock;
held_lock        4169 kernel/locking/lockdep.c 	struct held_lock *hlock;
held_lock        4225 kernel/locking/lockdep.c 	struct held_lock *hlock;
held_lock        4309 kernel/locking/lockdep.c 		struct held_lock *hlock = curr->held_locks + i;
held_lock        4332 kernel/locking/lockdep.c 		struct held_lock *hlock = curr->held_locks + i;
held_lock        4359 kernel/locking/lockdep.c 		struct held_lock *hlock = curr->held_locks + i;
held_lock        4379 kernel/locking/lockdep.c 		struct held_lock *hlock = curr->held_locks + i;
held_lock        4623 kernel/locking/lockdep.c 	struct held_lock *hlock;
held_lock        4664 kernel/locking/lockdep.c 	struct held_lock *hlock;
held_lock        4762 kernel/locking/lockdep.c 	memset(current->held_locks, 0, MAX_LOCK_DEPTH*sizeof(struct held_lock));
held_lock        5250 kernel/locking/lockdep.c 		     const void *mem_to, struct held_lock *hlock)
held_lock        5286 kernel/locking/lockdep.c 	struct held_lock *hlock;
held_lock          30 tools/include/linux/lockdep.h 	struct held_lock held_locks[MAX_LOCK_DEPTH];