Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/locking/
Dlockdep.c986 static int __bfs(struct lock_list *source_entry, in __bfs() argument
997 if (match(source_entry, data)) { in __bfs()
998 *target_entry = source_entry; in __bfs()
1004 head = &source_entry->class->locks_after; in __bfs()
1006 head = &source_entry->class->locks_before; in __bfs()
1012 __cq_enqueue(cq, (unsigned long)source_entry); in __bfs()