Lines Matching refs:target_entry
1674 struct lock_list **target_entry, in __bfs() argument
1736 *target_entry = lock; in __bfs()
1777 struct lock_list **target_entry) in __bfs_forwards() argument
1779 return __bfs(src_entry, data, match, target_entry, in __bfs_forwards()
1788 struct lock_list **target_entry) in __bfs_backwards() argument
1790 return __bfs(src_entry, data, match, target_entry, in __bfs_backwards()
2019 struct lock_list *target_entry; in __lockdep_count_forward_deps() local
2021 __bfs_forwards(this, (void *)&count, noop_count, &target_entry); in __lockdep_count_forward_deps()
2044 struct lock_list *target_entry; in __lockdep_count_backward_deps() local
2046 __bfs_backwards(this, (void *)&count, noop_count, &target_entry); in __lockdep_count_backward_deps()
2074 struct lock_list **target_entry) in check_path() argument
2078 ret = __bfs_forwards(src_entry, target, match, target_entry); in check_path()
2098 struct lock_list *target_entry; in check_noncircular() local
2105 ret = check_path(target, &src_entry, hlock_conflict, &target_entry); in check_noncircular()
2117 print_circular_bug(&src_entry, target_entry, src, target); in check_noncircular()
2136 struct lock_list *target_entry; in check_redundant() local
2154 ret = check_path(target, &src_entry, hlock_equal, &target_entry); in check_redundant()
2242 struct lock_list **target_entry) in find_usage_forwards() argument
2248 result = __bfs_forwards(root, &usage_mask, usage_match, target_entry); in find_usage_forwards()
2259 struct lock_list **target_entry) in find_usage_backwards() argument
2265 result = __bfs_backwards(root, &usage_mask, usage_match, target_entry); in find_usage_backwards()
2620 struct lock_list *target_entry; in check_irq_usage() local
2663 ret = find_usage_backwards(&this, backward_mask, &target_entry); in check_irq_usage()
2675 ret = find_exclusive_match(target_entry->class->usage_mask, in check_irq_usage()
2682 target_entry, target_entry1, in check_irq_usage()
3831 struct lock_list *target_entry; in check_usage_forwards() local
3836 ret = find_usage_forwards(&root, usage_mask, &target_entry); in check_usage_forwards()
3845 if (target_entry->class->usage_mask & lock_flag(bit)) { in check_usage_forwards()
3846 print_irq_inversion_bug(curr, &root, target_entry, in check_usage_forwards()
3849 print_irq_inversion_bug(curr, &root, target_entry, in check_usage_forwards()
3866 struct lock_list *target_entry; in check_usage_backwards() local
3871 ret = find_usage_backwards(&root, usage_mask, &target_entry); in check_usage_backwards()
3880 if (target_entry->class->usage_mask & lock_flag(bit)) { in check_usage_backwards()
3881 print_irq_inversion_bug(curr, &root, target_entry, in check_usage_backwards()
3884 print_irq_inversion_bug(curr, &root, target_entry, in check_usage_backwards()