Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/locking/
Dlockdep.c994 static int __bfs(struct lock_list *source_entry, in __bfs() argument
1005 if (match(source_entry, data)) { in __bfs()
1006 *target_entry = source_entry; in __bfs()
1012 head = &source_entry->class->locks_after; in __bfs()
1014 head = &source_entry->class->locks_before; in __bfs()
1020 __cq_enqueue(cq, (unsigned long)source_entry); in __bfs()