Lines Matching refs:target_entry
1680 struct lock_list **target_entry, in __bfs() argument
1747 *target_entry = lock; in __bfs()
1789 struct lock_list **target_entry) in __bfs_forwards() argument
1791 return __bfs(src_entry, data, match, skip, target_entry, in __bfs_forwards()
1801 struct lock_list **target_entry) in __bfs_backwards() argument
1803 return __bfs(src_entry, data, match, skip, target_entry, in __bfs_backwards()
2032 struct lock_list *target_entry; in __lockdep_count_forward_deps() local
2034 __bfs_forwards(this, (void *)&count, noop_count, NULL, &target_entry); in __lockdep_count_forward_deps()
2057 struct lock_list *target_entry; in __lockdep_count_backward_deps() local
2059 __bfs_backwards(this, (void *)&count, noop_count, NULL, &target_entry); in __lockdep_count_backward_deps()
2088 struct lock_list **target_entry) in check_path() argument
2092 ret = __bfs_forwards(src_entry, target, match, skip, target_entry); in check_path()
2112 struct lock_list *target_entry; in check_noncircular() local
2119 ret = check_path(target, &src_entry, hlock_conflict, NULL, &target_entry); in check_noncircular()
2131 print_circular_bug(&src_entry, target_entry, src, target); in check_noncircular()
2254 struct lock_list **target_entry) in find_usage_forwards() argument
2260 result = __bfs_forwards(root, &usage_mask, usage_match, usage_skip, target_entry); in find_usage_forwards()
2271 struct lock_list **target_entry) in find_usage_backwards() argument
2277 result = __bfs_backwards(root, &usage_mask, usage_match, usage_skip, target_entry); in find_usage_backwards()
2733 struct lock_list *target_entry; in check_irq_usage() local
2786 ret = find_usage_backwards(&this, backward_mask, &target_entry); in check_irq_usage()
2798 ret = find_exclusive_match(target_entry->class->usage_mask, in check_irq_usage()
2805 target_entry, target_entry1, in check_irq_usage()
2841 struct lock_list *target_entry; in check_redundant() local
2864 ret = check_path(target, &src_entry, hlock_equal, usage_skip, &target_entry); in check_redundant()
4013 struct lock_list *target_entry; in check_usage_forwards() local
4018 ret = find_usage_forwards(&root, usage_mask, &target_entry); in check_usage_forwards()
4027 if (target_entry->class->usage_mask & lock_flag(bit)) { in check_usage_forwards()
4028 print_irq_inversion_bug(curr, &root, target_entry, in check_usage_forwards()
4031 print_irq_inversion_bug(curr, &root, target_entry, in check_usage_forwards()
4048 struct lock_list *target_entry; in check_usage_backwards() local
4053 ret = find_usage_backwards(&root, usage_mask, &target_entry); in check_usage_backwards()
4062 if (target_entry->class->usage_mask & lock_flag(bit)) { in check_usage_backwards()
4063 print_irq_inversion_bug(curr, &root, target_entry, in check_usage_backwards()
4066 print_irq_inversion_bug(curr, &root, target_entry, in check_usage_backwards()