Lines Matching refs:target_entry

1737 			     struct lock_list **target_entry,  in __bfs()  argument
1804 *target_entry = lock; in __bfs()
1846 struct lock_list **target_entry) in __bfs_forwards() argument
1848 return __bfs(src_entry, data, match, skip, target_entry, in __bfs_forwards()
1858 struct lock_list **target_entry) in __bfs_backwards() argument
1860 return __bfs(src_entry, data, match, skip, target_entry, in __bfs_backwards()
2071 struct lock_list *target_entry; in __lockdep_count_forward_deps() local
2073 __bfs_forwards(this, (void *)&count, noop_count, NULL, &target_entry); in __lockdep_count_forward_deps()
2096 struct lock_list *target_entry; in __lockdep_count_backward_deps() local
2098 __bfs_backwards(this, (void *)&count, noop_count, NULL, &target_entry); in __lockdep_count_backward_deps()
2127 struct lock_list **target_entry) in check_path() argument
2131 ret = __bfs_forwards(src_entry, target, match, skip, target_entry); in check_path()
2153 struct lock_list *target_entry; in check_noncircular() local
2160 ret = check_path(target, &src_entry, hlock_conflict, NULL, &target_entry); in check_noncircular()
2175 print_circular_bug(&src_entry, target_entry, src, target); in check_noncircular()
2303 struct lock_list **target_entry) in find_usage_forwards() argument
2309 result = __bfs_forwards(root, &usage_mask, usage_match, usage_skip, target_entry); in find_usage_forwards()
2320 struct lock_list **target_entry) in find_usage_backwards() argument
2326 result = __bfs_backwards(root, &usage_mask, usage_match, usage_skip, target_entry); in find_usage_backwards()
2786 struct lock_list *target_entry; in check_irq_usage() local
2839 ret = find_usage_backwards(&this, backward_mask, &target_entry); in check_irq_usage()
2851 ret = find_exclusive_match(target_entry->class->usage_mask, in check_irq_usage()
2858 target_entry, target_entry1, in check_irq_usage()
2929 struct lock_list *target_entry; in check_redundant() local
2952 ret = check_path(target, &src_entry, hlock_equal, usage_skip, &target_entry); in check_redundant()
4140 struct lock_list *target_entry; in check_usage_forwards() local
4145 ret = find_usage_forwards(&root, usage_mask, &target_entry); in check_usage_forwards()
4154 if (target_entry->class->usage_mask & lock_flag(bit)) { in check_usage_forwards()
4155 print_irq_inversion_bug(curr, &root, target_entry, in check_usage_forwards()
4158 print_irq_inversion_bug(curr, &root, target_entry, in check_usage_forwards()
4175 struct lock_list *target_entry; in check_usage_backwards() local
4180 ret = find_usage_backwards(&root, usage_mask, &target_entry); in check_usage_backwards()
4189 if (target_entry->class->usage_mask & lock_flag(bit)) { in check_usage_backwards()
4190 print_irq_inversion_bug(curr, &root, target_entry, in check_usage_backwards()
4193 print_irq_inversion_bug(curr, &root, target_entry, in check_usage_backwards()