Lines Matching refs:target_entry

1464 		 struct lock_list **target_entry,  in __bfs()  argument
1474 *target_entry = source_entry; in __bfs()
1502 *target_entry = entry; in __bfs()
1524 struct lock_list **target_entry) in __bfs_forwards() argument
1526 return __bfs(src_entry, data, match, target_entry, in __bfs_forwards()
1534 struct lock_list **target_entry) in __bfs_backwards() argument
1536 return __bfs(src_entry, data, match, target_entry, in __bfs_backwards()
1708 struct lock_list *uninitialized_var(target_entry); in __lockdep_count_forward_deps()
1710 __bfs_forwards(this, (void *)&count, noop_count, &target_entry); in __lockdep_count_forward_deps()
1734 struct lock_list *uninitialized_var(target_entry); in __lockdep_count_backward_deps()
1736 __bfs_backwards(this, (void *)&count, noop_count, &target_entry); in __lockdep_count_backward_deps()
1764 struct lock_list **target_entry) in check_path() argument
1769 target_entry); in check_path()
1789 struct lock_list *uninitialized_var(target_entry); in check_noncircular()
1797 ret = check_path(hlock_class(target), &src_entry, &target_entry); in check_noncircular()
1809 print_circular_bug(&src_entry, target_entry, src, target); in check_noncircular()
1827 struct lock_list *uninitialized_var(target_entry); in check_redundant()
1835 ret = check_path(hlock_class(target), &src_entry, &target_entry); in check_redundant()
1879 struct lock_list **target_entry) in find_usage_forwards() argument
1885 result = __bfs_forwards(root, &usage_mask, usage_match, target_entry); in find_usage_forwards()
1902 struct lock_list **target_entry) in find_usage_backwards() argument
1908 result = __bfs_backwards(root, &usage_mask, usage_match, target_entry); in find_usage_backwards()
2230 struct lock_list *uninitialized_var(target_entry); in check_irq_usage()
2275 ret = find_usage_backwards(&this, backward_mask, &target_entry); in check_irq_usage()
2287 ret = find_exclusive_match(target_entry->class->usage_mask, in check_irq_usage()
2294 target_entry, target_entry1, in check_irq_usage()
3192 struct lock_list *uninitialized_var(target_entry); in check_usage_forwards()
3196 ret = find_usage_forwards(&root, lock_flag(bit), &target_entry); in check_usage_forwards()
3204 print_irq_inversion_bug(curr, &root, target_entry, in check_usage_forwards()
3219 struct lock_list *uninitialized_var(target_entry); in check_usage_backwards()
3223 ret = find_usage_backwards(&root, lock_flag(bit), &target_entry); in check_usage_backwards()
3231 print_irq_inversion_bug(curr, &root, target_entry, in check_usage_backwards()