Searched refs:__bfs_forwards (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/kernel/locking/ |
D | lockdep.c | 1055 static inline int __bfs_forwards(struct lock_list *src_entry, in __bfs_forwards() function 1250 __bfs_forwards(this, (void *)&count, noop_count, &target_entry); in __lockdep_count_forward_deps() 1310 result = __bfs_forwards(root, target, class_equal, target_entry); in check_noncircular() 1323 result = __bfs_forwards(root, target, class_equal, target_entry); in check_redundant() 1360 result = __bfs_forwards(root, (void *)bit, usage_match, target_entry); in find_usage_forwards()
|