Home
last modified time | relevance | path

Searched refs:target_entry (Results 1 – 1 of 1) sorted by relevance

/kernel/locking/
Dlockdep.c1719 struct lock_list **target_entry, in __bfs() argument
1786 *target_entry = lock; in __bfs()
1828 struct lock_list **target_entry) in __bfs_forwards() argument
1830 return __bfs(src_entry, data, match, skip, target_entry, in __bfs_forwards()
1840 struct lock_list **target_entry) in __bfs_backwards() argument
1842 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()
[all …]