Home
last modified time | relevance | path

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

/kernel/locking/
Dlockdep.c1682 struct lock_list **target_entry, in __bfs() argument
1749 *target_entry = lock; in __bfs()
1791 struct lock_list **target_entry) in __bfs_forwards() argument
1793 return __bfs(src_entry, data, match, skip, target_entry, in __bfs_forwards()
1803 struct lock_list **target_entry) in __bfs_backwards() argument
1805 return __bfs(src_entry, data, match, skip, target_entry, in __bfs_backwards()
2034 struct lock_list *target_entry; in __lockdep_count_forward_deps() local
2036 __bfs_forwards(this, (void *)&count, noop_count, NULL, &target_entry); in __lockdep_count_forward_deps()
2059 struct lock_list *target_entry; in __lockdep_count_backward_deps() local
2061 __bfs_backwards(this, (void *)&count, noop_count, NULL, &target_entry); in __lockdep_count_backward_deps()
[all …]