Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Dlockdep.c948 static int __bfs(struct lock_list *source_entry, in __bfs() argument
959 if (match(source_entry, data)) { in __bfs()
960 *target_entry = source_entry; in __bfs()
966 head = &source_entry->class->locks_after; in __bfs()
968 head = &source_entry->class->locks_before; in __bfs()
974 __cq_enqueue(cq, (unsigned long)source_entry); in __bfs()