Lines Matching refs:target_entry

1738 			     struct lock_list **target_entry,  in __bfs()  argument
1805 *target_entry = lock; in __bfs()
1847 struct lock_list **target_entry) in __bfs_forwards() argument
1849 return __bfs(src_entry, data, match, skip, target_entry, in __bfs_forwards()
1859 struct lock_list **target_entry) in __bfs_backwards() argument
1861 return __bfs(src_entry, data, match, skip, target_entry, in __bfs_backwards()
2107 struct lock_list *target_entry; in __lockdep_count_forward_deps() local
2109 __bfs_forwards(this, (void *)&count, noop_count, NULL, &target_entry); in __lockdep_count_forward_deps()
2132 struct lock_list *target_entry; in __lockdep_count_backward_deps() local
2134 __bfs_backwards(this, (void *)&count, noop_count, NULL, &target_entry); in __lockdep_count_backward_deps()
2163 struct lock_list **target_entry) in check_path() argument
2167 ret = __bfs_forwards(src_entry, target, match, skip, target_entry); in check_path()
2189 struct lock_list *target_entry; in check_noncircular() local
2196 ret = check_path(target, &src_entry, hlock_conflict, NULL, &target_entry); in check_noncircular()
2211 print_circular_bug(&src_entry, target_entry, src, target); in check_noncircular()
2339 struct lock_list **target_entry) in find_usage_forwards() argument
2345 result = __bfs_forwards(root, &usage_mask, usage_match, usage_skip, target_entry); in find_usage_forwards()
2356 struct lock_list **target_entry) in find_usage_backwards() argument
2362 result = __bfs_backwards(root, &usage_mask, usage_match, usage_skip, target_entry); in find_usage_backwards()
2822 struct lock_list *target_entry; in check_irq_usage() local
2875 ret = find_usage_backwards(&this, backward_mask, &target_entry); in check_irq_usage()
2887 ret = find_exclusive_match(target_entry->class->usage_mask, in check_irq_usage()
2894 target_entry, target_entry1, in check_irq_usage()
2930 struct lock_list *target_entry; in check_redundant() local
2953 ret = check_path(target, &src_entry, hlock_equal, usage_skip, &target_entry); in check_redundant()
4141 struct lock_list *target_entry; in check_usage_forwards() local
4146 ret = find_usage_forwards(&root, usage_mask, &target_entry); in check_usage_forwards()
4155 if (target_entry->class->usage_mask & lock_flag(bit)) { in check_usage_forwards()
4156 print_irq_inversion_bug(curr, &root, target_entry, in check_usage_forwards()
4159 print_irq_inversion_bug(curr, &root, target_entry, in check_usage_forwards()
4176 struct lock_list *target_entry; in check_usage_backwards() local
4181 ret = find_usage_backwards(&root, usage_mask, &target_entry); in check_usage_backwards()
4190 if (target_entry->class->usage_mask & lock_flag(bit)) { in check_usage_backwards()
4191 print_irq_inversion_bug(curr, &root, target_entry, in check_usage_backwards()
4194 print_irq_inversion_bug(curr, &root, target_entry, in check_usage_backwards()